/*
	font styling
	allowed attributes: font-family,font-size,color,font-weight
*/

/* CSS Document */
A  {
	font-size : 7.5pt;
	font-family : verdana, arial, helvetica, sans-serif;
	text-decoration : none;
	color : #A30100;
}
A:Visited  {
	text-decoration : none;
	color : #A30100;
}
A:Active  {
	text-decoration : none;
	color : #A30100;
}

A:Hover  {
	text-decoration : none;
	color : #FF9900;
}

BODY  {
	font-size : 8pt;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #A30100;
	background-color : #ecedef;
	margin-left : 0px;
	margin-right : 0px;
	margin-top :0px;
	margin-bottom : 0px;
}
TD {
	font-size : 7.5pt;
	font-family : verdana, arial, helvetica;
	color : #333333;
}

INPUT {
	font-size: 8pt;
}
SELECT {
	font-size: 7pt;
	color:#A30100
}
TEXTAREA {
	font-size: 8pt;
}

A.bn {font-size:7pt;color:#FE00B0;} 
A.bn:visited {color:#FE00B0;} 
A.bn:active {color:#FE00B0;} 
A.bn:link {color:#FE00B0;} 
A.bn:hover {color:#A30100;}

A.bn2 {font-size:7pt;color:#A30100;} 
A.bn2:visited {color:#A30100;} 
A.bn2:active {color:#A30100;} 
A.bn2:link {color:#A30100;} 
A.bn2:hover {color:#FE00B0;}  

A.bn3 {font-size:8pt;color:#4E8000;} 
A.bn3:visited {color:#4E8000;} 
A.bn3:active {color:#4E8000;} 
A.bn3:link {color:#4E8000;} 
A.bn3:hover {color:#A30100;}




/*
StyleSheet coding standards:

1. use lowercase if possible

2. format styles like this:

body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.

4. close every property with ; also the last one.
*/

body 
{
	background-image:url(../images/admin/body-background.png);
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:14px;
}

img
{
	border-width:0px;
	border-style:none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
*/
}

ul {
	list-style: url("../images/admin/orange-ball.png");
}


a:visited {color:#006699;} 
a:active {color:#006699;} 
a:link {color:#006699;} 
a:hover {color:#ff9933;}

input,button
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

input[type=submit],input[type=button],button
{
	margin:1px;
	padding:1px;
	cursor: pointer; 
	cursor: hand;
}

input[type=image]
{
	cursor: pointer; 
	cursor: hand;
	border: 0px #bbbbbb none;
}
select 
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

td
{
	font-size: 11px;
	/*	padding-top:1px;
	padding-bottom:1px;*/
}

.divSidebox
{
	position:relative;
	width: 147px;
	border: #9c9c9c 1px solid;
}

.divSideboxHeader
{
	text-align:center;
	background-color:#dddddd;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	border-bottom: #9c9c9c 1px solid;
	min-height: 13px;
}

a.divSideboxEntry, .divSideboxEntry
{
	padding: 5px;
	text-align:left;
	background-color:#eeeeee;
}

a.appTitles,.appTitles
{
	font-size: 10px;
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
}

a.textSidebox
{
	font-size: 10px;
	border-top: #aaaaaa 0px none;
}

.textSidebox
{
	font-size: 10px;
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: #aaaaaa 1px solid;

}

.sideboxSpace
{
	height:9px;
}

#divMain
{
	background-color:white;
	margin-top: 5px;
	padding:9px;
	border-color:#7e7e7e;
	border-width:1px;
	border-style:solid;
}

#divLogo
{
	position:absolute;
	left:20px;
	top:14px;
	z-index:51;
}

#divAppIconBar
{
	background-color:white;
	border-top-color:#9c9c9c;
	border-top-width:1px;
	border-top-style:solid;
	background-image: url(../images/admin/admin/background-icon-bar.png);
	background-repeat: repeat-x
}

#divAppTextBar
{
	background-color:white;
}

#divStatusBar
{
	background-color:white;
	height:15px;
	padding-left:170px;
	margin-top: 13px;
	/*	margin-bottom: 2px;*/
}

/*#divSubContainer
{
}
*/
#tdSideboxLeft,#tdSideboxRight
{
	width:170px;
	background-color:white;
	overflow:visible;
	vertical-align: top;
}

#tdSideboxLeft
{
	padding-right:5px;
}

#tdSideboxRight
{
	padding-left:5px;
}

#tdAppbox
{
	background-color:white;
	vertical-align: top;
	width: 100%;
}

#divSideboxContainer
{
	position:relative;
	width:150px;
	top:0px;
	left:0px;
	background-color:white;
	border-width:1px;
	border-style:solid;
	z-index:40;
}

#divAppboxHeader
{
	/*width:100%;*/
	background-image:url(../images/admin/appbox-header-background.png);
	background-repeat: repeat-x;
	height:36px;
	line-height:28px;
	text-align:center;
	/*	padding-top:7px;*/
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	border-top-color:#9c9c9c;
	border-top-width:1px;
	border-top-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
}

#divAppbox
{
/*	width:100%;*/
	background-color:#f7f7f7;
	padding:5px;
	border-bottom-color:#9c9c9c;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
	min-height: 90%;
}

#divGenTime
{
	bottom:14px;
	font-size: 9px;
	color: #ff0000;
	text-align:center;
	width:99%;
}

#divFooter
{
	padding-top: 10px;
	color: #000000;
	text-align:center;
	width:99%;
}

.row_on { color: #000000; background-color: #F1F1F1; }
.row_off { color: #000000; background-color: #ffffff; }
.th { color: #000000; background-color: #D3DCE3; }

.head
{
	border: 1px solid #333333;
	background: #eee;
	display: block;
	text-align: right;
	font-weight: bold
}

.items
{
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: #f6f6f6;
	display: block;
	height: 100%
}

.items_a
{
	border: 1px solid #333333;
	background: #f6f6f6;
	vertical-align: top
}

.highlight
{
	background: #ff9900;
}

/* Used for general heading stuff */
.head_a
{
	border: 1px solid #333333;
	background: #eee;
	font-weight: bold;
	vertical-align: top
}
