/*HEADER */
/*URL: http://www.cssplay.co.uk/menus/pro_five */
.preload16 {background: url(../images/pro16_2.gif);}
.preload16a {background: url(../images/pro16_2a.gif);}

.pro16 {padding:0 0 0 1em; margin:0; list-style:none; height:43px; position:relative; background:transparent url(../images/pro16_back.gif) repeat-x left top; font-size:11px;}
.pro16 li {float:left; height:43px;}
.pro16 li a {display:block; float:left; height:40px; line-height:35px; color:#888; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(../images/pro16_0a.gif) no-repeat;}
.pro16 li a b {float:left; display:block; padding:0 60px 0 0; background:url(../images/pro16_0.gif) no-repeat right top;}
.pro16 li.current a {color:#000; background:url(../images/pro16_2a.gif) no-repeat;}
.pro16 li.current a b {color:#000; background:url(../images/pro16_2.gif) no-repeat right top;}
.pro16 li a:hover {color:#000; background: url(../images/pro16_2a.gif) no-repeat;}
.pro16 li a:hover b {color:#000; background:url(../images/pro16_2.gif) no-repeat right top;}
.pro16 li.current a:hover {color:#000; cursor:default;}




/*
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.
*/
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
body 
{
	background-color:#f7f7f7;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
}

form
{
	margin:0px;
	padding:0px;
}

img
{
	border-width:0px;
	border-style:none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
*/
}

a:link,a:visited
{
	cursor:pointer;
	/*color: #006699; */
	color:#000000;
	text-decoration: none;
}

/*
a:visited 
{
	color: #006699; 
	text-decoration: none;
}
*/
a:hover,a:active
{
	cursor:pointer;
	color: #ff9933;
	text-decoration: underline;
}
/*
a:active 
{
	color: #006699; 
	text-decoration: underline;
}
*/
input,button,textarea
{
	font-size: 11px; 
	/*color: #000000; */
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

input[type=submit],input[type=button],input[type=reset],button
{
	margin:1px;
	padding:1px;
	cursor: pointer; 
	cursor: hand;
}

/*
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1278D6;
	border: 1px solid #313A46;
}
*/

input[type=image]
{
	cursor: pointer; 
	cursor: hand;
	border: 0px #bbbbbb none;
}
select 
{
	font-size: 11px; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

td
{

/* global tags should never be defined here [ndee]*/
	font-size: 11px;
/* removed text-align:left; [ndee]*/
	/*	padding-top:1px;
	padding-bottom:1px;*/
}

.divLoginbox 
{
	position:relative;
	width: 300px; 
	border-right: #9c9c9c 1px solid; 
	border-top: #9c9c9c 1px solid; 
	border-left: #9c9c9c 1px solid; 
	border-bottom: #9c9c9c 1px solid
}

.divLoginboxHeader 
{
	text-align:center;
	background-color:#dddddd;
	padding-top:2px;
	font-size:10px;
	color:#666666;
}
.divSidebox 
{
	position:relative;
	width: 147px; 
	border-right: #9c9c9c 1px solid; 
	border-top: #9c9c9c 1px solid; 
	border-left: #9c9c9c 1px solid; 
	border-bottom: #9c9c9c 1px solid
}

.divSideboxHeader 
{
	text-align:center;
	background-color:#dddddd;
	padding-top:2px;
	font-size:10px;
	color:#666666;
}

a.divSideboxEntry, .divSideboxEntry
{
	text-align:left;
	height:16px;
	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;
}

.greyLine
{
	margin:1px;
	border-top-color:#7e7e7e;
	border-top-width:1px;
	border-top-style:solid;
	height:1px;
}

.prefSection
{
	font-weight:bold;
	font-size:16px;
	line-height:40px;
}

#extraIcons
{
/*	position:absolute;
	z-index:13;
	right:10px;
	top:113px;
	visibility:hidden;*/
/*	background-image:url(../images/alpha-white.png);*/
	background-color:#eeeeee;
	border-width:1px;
	border-color:#7e7e7e;
	border-style:solid;
}

.extraIconsRow
{
	border-top-color:#dddddd;
	border-top-width:1px;
	border-top-style:solid;
	padding:2px;
}

#divMain
{
	background-color:white;
	margin-top: 5px;
	padding:9px;
	border-color:#7e7e7e;
	border-width:1px;
	border-style:solid;
}

#divLogo
{
	position:absolute;
	left:20px;
	top:5px;
	z-index:51;
}

#divAppIconBar
{
	background-color:white;
	border-top-color:#9c9c9c;
	border-top-width:1px;
	border-top-style:solid;
	background-image: url(../images/background-icon-bar.png); 
	background-repeat: repeat-x
}

#divAppTextBar
{
	background-color:white;
}

#divStatusBar
{
	background-color:white;
	height:15px;
	padding-left:10px;
	margin-top: 13px;
	/*	margin-bottom: 2px;*/
}

/*#divSubContainer
{
}
*/
#tdSidebox
{
	width:170px;
	background-color:white;
	overflow:visible;
}


.tdAppbox
{
	background-color:#f7f7f7;
	padding-left:5px;
	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-color:#f7f7f7; */ 
	background-repeat: repeat-x;
	/* height:4px; */
	/* 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;
}

#divAppboxFooter
{
	/*width:100%;*/
	/* background-color:#f7f7f7; */ 
	background-repeat: repeat-x;
	
	
	text-align:center;
	/*	padding-top:7px;*/
	padding-bottom:0px;
	 font-size:14px; 
	font-weight:bold;
	color:#666666;
	border-top-color:#D3E0E4;
	border-top-width:1px;
	border-top-style:solid;
	border-left-color:#D3E0E4;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#D3E0E4;
	border-right-width:1px;
	border-right-style:solid;
	
}

#divLineMenu
{
	/*width:100%;*/
	/* background-color:#f7f7f7; */ 
	background-repeat: repeat-x;
	text-align:center;
	/*	padding-top:7px;*/
	padding-bottom:0px;
	 font-size:14px; 
	font-weight:bold;
	color:#666666;
	border-top-color:#D3E0E4;
	border-top-width:1px;
	border-top-style : dashed;
	
}
#divAppboxVertikal
{
	/*	width:100%;*/
	/* background-color:#f7f7f7; */
	padding:5px;
	
	border-left-color:#D3E0E4;
	border-left-width:1px;
	border-left-style: dashed;
}
	


#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;
}
/*
 Djaka`s div
*/
#divPlain
{
	background-color:#f7f7f7;
	background-repeat: repeat-x;
	height:36px;
	line-height:28px;
	text-align:center;
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}


#divHeader
{
	/*width:100%;*/
	background-color:#f7f7f7;
	background-repeat: repeat-x;
	text-align:left;
	/*	padding-top:7px;*/
	padding-bottom:0px;
	font-size:11px;
	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;
}


#fmStatusBar
{
	margin-left:4px;
	margin-bottom:3px;
	font-size: 10px; 
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	

}


.fmButton
{
	background-image:url(../images/buttonbackground.png);
	width:28px;
	height:28px;
	background-repeat: no-repeat;
}

#fmLocation
{
	position:relative;
	/*background-image:url(../images/buttonbackgroundscaled.png);
	background-repeat: repeat-x;*/
	/*margin-left:4px;*/
	margin-bottom:3px;
	height:27px;

}

#fmMenu
{
	position:relative;
}
#fmFileWindow
{
	background-color:#ffffff;
	margin-left:4px;
	padding:5px;
	position:relative;
	border-right: #cccccc 1px solid; 
	border-top: #9c9c9c 2px solid; 
	border-left: #9c9c9c 2px solid; 
	border-bottom: #cccccc 1px solid
}

#user_info
{


}

#admin_info
{
	position:relative;
	text-align:right;
}

#divGenTime
{
	bottom:14px;
	font-size: 9px;
	color: #ff0000;
	text-align:center;
	width:99%;
}

#divPoweredBy 
{
	bottom:14px;
	font-size: 9px;
	color: #000000;
	text-align:center;
	width:99%;
}

.divLineMenu
{
	position:relative;
	width: 300px; 
	
	border-bottom: #9c9c9c 1px dotted;
	
}


.headerBlue {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #00509F; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none
}
.headerGBlue {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #00509F; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none
}

.headerGGBlue {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #00509F; FONT-FAMILY: verdana, sans-serif; TEXT-DECORATION: none
}
