/* standard */
body, th, td, select, option, textarea, input
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}
body
{
	margin: 0px;
	padding: 0px 0px;
	background-color: #FFFFFF;
}
form
{
	display: inline;
}
a
{
	color: #489EDB;
	text-decoration: underline;
}
a:hover
{
	color: #FF8500;
	text-decoration: none;
}
td.topRight
{
	font-size: 10px;
	color: #D5D5D5;
}
td.topRight a
{
	width: 80px;
	font-size: 10px;
	padding: 1px 10px;
	text-align: center;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
td.topRight a:hover
{
	color: #EEEEEE;
	background-color: #397edb;
	font-weight: bold;
}
img
{
	border-style: none;
}
/* boxes */
.leftBox, .rightBox
{
	margin-bottom: 10px;
}
.leftBoxCaption, .rightBoxCaption
{
	font-size: 12px;
	font-family:  Verdana;
	font-weight: bold;
	padding-left: 10px;
	border-bottom: solid 1px #A5A5A5;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(/test/dcms/design/standard/images/box_bg.gif);
	background-repeat: repeat-x;
}
.leftBoxContent
{
	font-size: 11px;
	padding: 7px;
	background-color: #E5E5EF;
	background-image: url(/test/dcms/design/standard/images/left_box_content_bg.jpg);
	background-repeat: repeat-y;
}
.rightBoxContent
{
	font-size: 11px;
	padding: 7px;
	background-color: #E5E5EF;
	background-image: url(/test/dcms/design/standard/images/right_box_content_bg.jpg);
}
.leftBoxContent a, .rightBoxContent a
{
	font-size: 11px;
	width: 100%;
	text-decoration: none
}
.leftBoxContent a:hover, .rightBoxContent a:hover
{
	text-decoration: underline;
}
/* boxes -END- */
/* footer */
.footer, .footer td
{
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: #E5E5EF;
}
.footer a
{
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover, .footer td a:hover
{
	text-decoration: underline;
}
.copyright
{
	font-size: 10px;
}
.copyright a
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
/* footer -END- */
/* self added classes */
.tableRowCaption td
{
	border-top: solid 1px #D5D5D5;
	border-bottom: solid 1px #D5D5D5;
	font-weight: bold;
}

/* self added classes -END- */

.sitePos
{
	background-color: #498EDB;
}
.sitePos td {
	padding: 1px 20px;
	font-size: 10px;
}
.sitePosition
{
	background-color: #DDDDDD;
	padding: 2px;
	font-size: 10px;
}
.content
{
	border: solid 1px #C5C5C5;
	border-width: 1px 0px;
	background-color: #E5E5EF;
}
.content img
{
	background-color: #FFFFFF;
}
td.contentHead
{
	background-color: #FFFFFF;
	padding: 4px;
	font-size: 11px; 
	border-bottom: 1px solid #9D9D9D;
}
.row_key
{
	background:		#E8E7E7;
	padding:		4px;
	font-size:		11px; 
	border-bottom:	1px solid #9D9D9D;
}
.row_value {		/* old name: tbl_1 */
	background:		#EFEFEF;
	padding:		2px;
	font-size:		11px; 
	border-bottom:	1px solid #9D9D9D;
}
table.cat1 td	/* categories - box */
{
	padding-left: 0px;
}
table.cat1 td a	/* categories - box - link */
{
	font-size: 11px;
	font-weight: bold;
}
table.cat1 td a:hover	/* categories - box - link */
{
	color: #489EDB;
}
table.cat2
{
	border-top: solid 1px #A5A5A5;
	border-bottom: solid 1px #A5A5A5;
}
table.cat2 td	/* categories - box */
{
	padding-left: 15px;
}
table.cat2 td a	/* categories - box - link */
{
	font-size: 11px;
	font-weight: normal;
}
table.cat2 td a:hover	/* categories - box - link */
{
	color: #FF4500;
}
table.cat3 td	/* categories - box */
{
	padding-left: 10px;
	background-color: #EFEFEF;
}
table.cat3 td a	/* categories - box - link */
{
	color: #A5A5A5;
}
table.cat3 td a:hover	/* categories - box - link */
{
	
}