/* -- HTML element styles --------------------------------------------------- */
html {
/*    scrollbar-DarkShadow-Color: white;
    scrollbar-3dLight-Color: white;
    scrollbar-Arrow-Color: #333333 ;
    scrollbar-Base-Color: #ccccff;    
    scrollbar-Face-Color: #e6e6e6;
    scrollbar-Highlight-Color: #bbbbbb;
    scrollbar-Shadow-Color: #999999;
    scrollbar-Track-Color: white;*/
}	
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;	
	background-color:#e7e7e7;
}
form{
	margin:0px;
	height: 100%;
}
textarea{
	font-family: Verdana, Arial, Helvetica;
	font-size : 11px;
	border : 1px solid #999999;
}
input{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	border : 1px solid #999999;
}
input.checkbox{
	border: none;
}
button{
	border: 1px solid #666666;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	background-color: #eeeeee;
	background-image: url(bgButton.gif);
	background-repeat: repeat-x;
	height: 22px;
    margin: 0px;
    margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	cursor: pointer;
}
button:hover{
	background-color: #f3f3f3;
	background-image: url(bgButton.gif);
	color:#1146A7;
}
button:active{
	border: 1px solid #bbbbbb;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #f3f3f3;
	background-image: url(bgButtonPressed.gif);
	color:#1146A7;
}
button img{
	/*float:left;*/
	vertical-align: middle;
	height:16px;
	width:16px;
	border: none;
	margin-right:5px;
}
button.small{
	height: 19px;
	background-position: -3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 0px;
}
td{
	font-size: 11px;
}
select{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	border : 1px solid #999999;
}
hr {
	border-top-width: 1px;
   	border-right-width: 0px;
   	border-bottom-width: 0px;
   	border-left-width: 0px;
   	border-top-style: solid;
   	border-right-style: none;
   	border-bottom-style: none;
   	border-left-style: none;
   	border-top-color: #bbbbbb;
   	border-right-color: #bbbbbb;
   	border-bottom-color: #bbbbbb;
   	border-left-color: #bbbbbb;
   	height: 0px;
}
a:link {
	text-decoration: none;
	color : #1146A7;
}

a:visited {
	color : #1146A7;
	text-decoration: none;
}
a:active {
	color: #cc0000;
/*	font-weight: bold;*/
}
a:hover {
	color: #cc0000;
}
fieldset{
	/*-moz-border-radius: 5px 5px 5px 5px;*/
	margin-bottom: 5px;
	border: 1px solid #bbbbbb;
}
legend{
	color: #1146A7;
}
/* -- Classes --------------------------------------------------------------- */

.titleValue, .admtitle {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	letter-spacing : 0px;
	color : #1146A7;
}
.titleSection, .title {
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : normal;
	color : #1146A7;
	letter-spacing:1px;
	vertical-align:middle;
}
.titleWindow{
	color : #1146A7;
	letter-spacing:1px;
	background-color:#d6e1fa;
	border-top: 1px solid #A9C5ED; 
	border-bottom: 1px solid #A9C5ED;
	text-transform:lowercase;
	white-space:nowrap;
	padding-left:13px;
	padding-right:13px;
	/*cursor: pointer;*/
	height:13px;
	background-image: url(titleWindow.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.titleWindow input, .titleWindow select{
	border: 1px solid #6e96d5;
}
div.inputValue{
	border: 1px solid #999;
	margin: 1px 0px 1px 0px;
	background:#fff;
	padding: 5px;

}
