a:link, a:visited {
color: darkblue;
font-weight: bold;
text-decoration: none;
padding: 5px 10px 5px 10px;
}
a:hover {
color: darkblue;
font-weight: bold;
text-decoration: none;
background-color: #F2F2F2;
padding: 5px 10px 5px 10px;
}
a:active {
background-color: lightgrey;
}


#inviati{
width: 98%;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
box-shadow: 0px 2px 2px #888;
background: #FAFAFA;
padding: 1%; 
border: 1px solid lightgrey; 
overflow-x: hidden;
}

#marker{
min-height: 60px;
min-width: 210px;
text-align: left;
}

.map{
width: 97%; 
height: 350px;
box-shadow: 0px 1px 1px #888; 
border: 1px solid lightgrey;
margin-left: 10px;
}

.close{
font-size: 15px; 
color: red; 
cursor: pointer;
padding: 1px 3px 1px 3px;
}
.close:hover{
background: tomato;
color: white;
}
.close:active{
background: red;
color: white;
}

.h-td-inviati{
font-size: 11px; 
color: grey;
}
.td-inviati{
font-size: 12px; 
border: 1px solid lightgrey;
background: white;
}
.td-client-list{
border: 1px solid grey;
}

#maincontent { 
font-family: "arial"; 
} 

#uploaded-files{
position: absolute;
width: 940px;
height: 0px;
display: none;
padding: 5px;
margin-bottom: 30px;
border: 1px solid lightgrey;
box-shadow: 0px 1px 1px #888;
background: white;
-webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
transition: height 1s;
}

#hide{
float: left;
color: red;
font-weight: bold;
margin-left: 10px;
padding: 5px;
cursor: pointer;
}
#hide:hover{
background: tomato;
color: white;
}

#client-list{
display: none;
}

#common-sj{
clear: both;
width: 300px;
}

.file-view-time{
color: grey;
font-size: 11px;
}

.mail-click{
color: red;
}
.mail-click:hover{
color: white;
background: red;
}

.thrColFixHdr #container {
		background: white;
        box-shadow: 0px 3px 3px #888888;
        border-radius: 10px;
        width: 1000px;
        font-family: "Arial";
        margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	    text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
        font-family: "Arial";
} 
.thrColFixHdr #header h1 {
        background-color: white;
        font-family: "Arial";
        margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 0px 30px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header h2 {
        background-color: lightblue;
        border: 1px solid lightgrey;
        border-radius: 10px 10px 0px 0px;
        font-family: "Arial";
        margin: 10px 0px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 20px 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar {
		width: 250px;
        text-align: left;
        font-family: "Arial";
        margin: 0px;
		padding: 10px;
        background: #FFFFFF;
		float: right; /* since this element is floated, a width must be given */
		
}
.thrColFixHdr #mainContent {
		width: 685px;
		float: left;
		min-height: 300px;
        font-family: "Arial";
	    margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	    padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        border-right: 1px solid lightgrey;
        background-color: white;
} 
.thrColFixHdr #footer { 
		clear: both;
        background-color: #E0F2F7;
        border: 1px solid lightgrey;
        border-radius: 0px 0px 10px 10px;
        box-shadow: 0px 5px 5px #888888;
        font-family: "Arial";
        margin: 0px 0px 20px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	    padding: 10px 10px 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #footer p {
        font-family: "Arial";
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
input[type="text"] {  
border-radius: 5px;
border: 1px solid silver;
padding: 0px 0px 0px 5px;
min-height: 25px;
min-width: 200px;
}
input[type="password"] {  
border-radius: 5px;
border: 1px solid silver;
padding: 0px 0px 0px 5px;
min-height: 25px;
min-width: 200px;
}
input[type="search"] {  
border-radius: 5px;
border: 1px solid silver;
padding: 0px 0px 0px 5px;
min-height: 25px;
min-width: 200px;
}
input[type="button"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	cursor: pointer;
	min-height: 30px;
}
input[type="button"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	cursor: pointer;
}
input[type="button"]:active {
	position:relative;
	top:1px;
	cursor: pointer;
}
input[type="submit"]{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
}
input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor: pointer;
}
input[type="submit"]:active {
	position:relative;
	top:1px;
	cursor: pointer;
}
select {  
border-radius: 5px;
border: 1px solid silver;
padding: 0px 0px 0px 5px;
min-height: 25px;
}
body  {
	font: 100% Arial;
	font-size: 13px;
    border:0px solid;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #FAFAFA;
}
a {
font: 100% Arial;
        font-family: Arial; 
}
