body
{
	background-color: #FFFFFF;
	font-family: Verdana, Times New Roman, Arial;
	font-size: 10px;
}

td
{
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
}

a img
{
	border: 0px;
}

form
{
	display: inline;
}

img.picture
{
	border: solid 1px #990000;
}


/********************************************************/
/*                          LINKS                       */
/********************************************************/
a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}



/********************************************************/
/*                        INPUTS                        */
/********************************************************/
input
{
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
	color: #000000;
}

input.textbox
{
	border: solid 1px #F6811C;
	background-color: #FFFFFF;
}

select
{
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
	border: solid 1px #F6811C;
	background-color: #FFFFFF;
}

textarea
{
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11px;
	color: #000000;
	border: solid 1px #F6811C;
	background-color: #FFFFFF;
}

input.button
{
	color: #000000;
	border: solid 1px #000000;
	background-color: #F6811C;
	width: 100px;
}



/********************************************************/
/*                       TABLES                         */
/********************************************************/
table.external
{
	border: solid 1px #000000;
	background-color: #FFFFFF;
}

table.external tr.title td
{
	background-color: #F9A962;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#B40000,endColorStr=#810101);*/
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #000000;
}


/********************************************************/
/*                        LIST                          */
/********************************************************/
tr.listtitle td
{
	background-color: #83A2BE;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#B40000,endColorStr=#810101);*/
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px #000000;
}
tr.listtitle td a
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
tr.listtitle td a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

tr.listitemeven td
{
	border-bottom: solid 1px #000000;
	background-color: #DEDEDE;
	color: #000000;
}

tr.listitemuneven td
{
	border-bottom: solid 1px #000000;
	background-color: #FFFFFF;
	color: #000000;
}

div.list
{
	width: 100%;
	overflow:-moz-scrollbars-vertical;
	OVERFLOW-Y: scroll;
	OVERFLOW-X: hidden;
	z-index: 1;
	position: relative;
}

table.pager
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
table.pager tr td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
table.pager a
{
	color: #0000FF;
	text-decoration: none;
}
table.pager a:hover
{
	color: #0000FF;
	text-decoration: underline;
}




/********************************************************/
/*                         TABS                         */
/********************************************************/
table.tabs
{
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 0px #000000;
}

table.tabs td
{
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #000000;
}

table.tabs td div.unselected
{
	width: 100%;
	height: 100%;
	background-color: #83A2BE;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#B40000,endColorStr=#810101);*/
	cursor: pointer;
	/*cursor: pointer;*/
}

table.tabs td div.selected
{
	width: 100%;
	height: 100%;
	background-color: #29496C;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F52525,endColorStr=#980201);*/
}

/*table.tabs td.lasttab
{
	border-left: solid 1px #ff0000;
	border-right: solid 0px #000000;
}*/

table.tabs a
{
	display: block;
	color: #FFFFFF;
	width: 100%;
	padding-top: 2px;
	height: 100%;
	font-weight: bold;
}

table.tabs a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}








table.header
{
	background-color: #FFFFFF;
}

table.login
{
	width: 595px;
	height: 412px;
}

table.box
{
	border: solid 1px #F6811C;
	/*background-color: #FFFFFF;*/
}

