

/*---------------|||||||||||Global------------------------------------------------------*/

/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	font-size: 80%;
//	font-weight: bold; 
	  background:#2763A5 url(images/back.gif);
//	  background-color:#2763a5 
	}*/

a
{
	color: #c9ba65;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#content
{
	width: 720px;
	margin: 0 20 0 20; /*---  font-family: Georgia, Times New Roman, Times, serif; ---*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 30px;
	color: #666; //background-color:#fff;
}


h1
{
	margin: 0;
	font-size: 1.0em;
	padding: 0 10px 5px 10px;
}
p
{
	margin: 0;
	padding: 15px 20px; //font-size:10px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
color:#254D5E;
}

.conmansmall
{
	font-size: x-small;
}


/*---------------|||||||||||Form--------------------------------------------------------------*/

form
{
	/*float:right;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

form table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	padding: 10px 5px 10px 5px;
	background-color: #EDE7AB;
	border-style: solid;
	border: 1px solid #DFBE99;
	border-width: thin;
}

input
{
	background-color: #fff;
	color: #666;
	border: 1px solid #CC9900;
	font-size: 11px;
	padding: 3px;
}

select
{
	background-color: #fff;
	border: 1px solid #CC9900;
	color: #666;
	font-size: 11px;
	padding: 3px;
}

textarea
{
	background-color: #fff;
	color: #666;
	border: 1px solid #CC9900;
}

input.file
{
	background-color: #fff;
	color: #666;
	border: 1px solid #CC9900;
}

input.btn
{
	color: #CC9900;
	font-weight: bold;
	background-color: #fff; //background:transparent;
border:1pxsolid;
}

button.btn
{
	color: #CC9900;
	font-weight: bold;
	font-size: 1.0em;
	background-color: #fff; //background:transparent;
border:1pxsolid;
}

input.btnhov
{
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

/*---------------|||||||||||Table1--------------------------------------------------------------*/

table.table1
{
	font-size: 0.9em;
	font-family: Arial, Helvetica, verdana sans-serif; //background-color:#fff;
border-collapse:collapse;
width:95%;
}

thead.table1 th
{
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 2px;
	text-transform: uppercase;
	height: 25px; //background-color:#a3c159;
background-color:#758279;
font-weight:normal;
}
tfoot.table1
{
	color: #7bc682;
	padding: 2px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weigth: bold;
	margin-top: 6px;
	border-top: 6px solid #e9f7f6;
}

#center1
{
	text-align: center;
}

#center1 a
{
	text-align: center;
	background: transparent;
	padding-left: 0px;
}


tbody.table1 tr
{
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
tbody.table1 td
{
	color: #414141; //padding:5px;
text-align:left;
}
tbody.table1 th
{
	text-align: left;
	padding: 2px;
}
tbody.table1 td a, tbody.table1 th a
{ //color:#6C8C37;
text-decoration:none;
font-weight:normal;
display:block;
background:transparenturl(links_yellow.gif)no-repeat0%50%;
padding-left:15px;
}
tbody.table1 td a:hover, tbody.table1 th a:hover
{
	color: #009193;
	text-decoration: none;
}

/*---------------|||||||||||Table2--------------------------------------------------------------*/

table.table2
{
	font-size: 0.9em;
	font-family: Arial, Helvetica, verdana sans-serif; //background-color:#fff;
border-collapse:collapse;
width:95%;
}

thead.table2 th
{
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 2px;
	text-transform: uppercase;
	height: 25px;
	background-color: #a3a159;
	font-weight: normal;
}

tbody.table2 tr
{
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
tbody.table2 td
{
	color: #414141; //padding:5px;
text-align:left;
}
tbody.table2 th
{
	text-align: left;
	padding: 2px;
}
tbody.table2 td a, tbody.table1 th a
{ //color:#6C8C37;
text-decoration:none;
font-weight:normal;
display:block;
background:transparenturl(links_yellow.gif)no-repeat0%50%;
padding-left:15px;
}
tbody.table2 td a:hover, tbody.table1 th a:hover
{
	color: #009193;
	text-decoration: none;
}


.color_a
{
	background: #CC9900;
	color: #fff;
}
.color_b
{
	background: #d4d8bd;
	color: #000;
}
.color_c
{
	background: #758279;
	color: #fff;
}
.color_d
{
	background: #b2ab9b;
	color: #000;
}


#content #logininfo
{
	margin: 0 5 0 0;
	font-size: x-small;
	color: #333333;
	float: right;
	text-align: right;
	display: block;
}


fieldset
{
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border: 1px solid #DFBE99;
	border-width: thin;
}

