﻿/* HTML Styles */

html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-color:#b8b8a3;
	margin:0 0 0 0;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a
{
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #7d7054;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #a6a68c;
	text-decoration: none;
}

/* Header Styles */

#topLogin
{
	background-color: #c4c4d2;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #44426e;
	text-align: center;
	text-decoration: none;
}

#topLogin a
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #44426e;
	text-decoration: none;
}

#topLogin a:hover
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.miHover
{
	cursor:default;
	/*text-transform:uppercase;*/
	font-weight:normal;
	color:#1c2452;
	text-decoration:none;
	padding: 2 8 2 8;
	/*border: solid 1px #233870;*/
}

/* Content Styles */
#content 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#content a
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #6C6B8E;
}
#content a:hover
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #C4C4D2;
}

/* Left Navigation Styles */

#Nav 
{
	width:200px;
	height: 25px;
	background-color: #a6a68c;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #e9e9e2;
	text-decoration: none;
}

#Nav a
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #e9e9e2;
}

#Nav a:hover
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

#leftLogin
{
	background-color: #c4c4d2;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #44426e;
	text-decoration: none;
	text-indent: 20px;
}

#leftLogin a
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #44426e;
	text-decoration: none;
	text-indent: 20px;
}

#leftLogin a:hover
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 20px;
}

/* Footer Styles */

#footer {
	font-family: Verdana;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#footer a
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #44426e;
	text-decoration: none;
}

#footer a:hover
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #a6a68c;
	text-decoration: none;
}

/* Login Page Styles */

#loginheader
{
	font-family: Verdana;
	font-size: 14;
	font-weight: bold;
	width:100%;
	
	padding-top:4px;
	text-indent:30px;
	text-align:left;
	vertical-align:middle;
	
	background-image:url(images/client/arrow_blue.gif);
	background-repeat:no-repeat;
	background-color:#C4C4D2;
	color: #15134a;
	height:22px;
	
}
#logincell
{
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#3c4a6d;
}

/* Editor Styles */

/*.PageHeader 
{
	font-family: Verdana;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #666699;
	text-decoration: none;
}

.SubHeader 
{
	font-weight: bold;
	font-style: italic;
}

.SubLinks 
{
	font-family: Verdana;
	font-size: 8pt;
	color: #44426e;
	text-decoration: none;
}*/

input[type=button] 
{
	height:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1c2452;
}
input[type=submit] 
{
	height:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1c2452;
}
input[type=reset] 
{
	height:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1c2452;
}



.button
{
	height:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1c2452;
}

#usersRoles
{
}

#usersRoles a
{
	display:inline-block;
	text-decoration:none;
}

#usersRoles a:hover
{
	display:inline-block;
	text-decoration:underline;
}

#div_leftNav
{
	width:200px;
	
	
}

#div_leftNav a
{
	height:25px;
	background-image:url(images/client/arrow_brown.gif);
	background-repeat:no-repeat;
	background-color:#A6A68C;
	border-bottom:solid 4px white;
	display:block;
	color:#e9e9e2;
	text-decoration:none;
	text-indent:30px;
	line-height:25px;
}
#div_leftNav a:hover
{
	height:25px;
	background-image:url(images/client/arrow_brown.gif);
	background-repeat:no-repeat;
	background-color:#A6A68C;
	border-bottom:solid 4px white;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	text-indent:30px;
	line-height:25px;
	 
}

#div_pnlRoles
{
	width:100%;
	background-color:#C4C4D2;
	text-indent:10px;
}


#div_pnlRoles a
{
	display:inline-block;
	padding:2px 10px 2px 10px;
	border:none;
	color:#393A5A;
	text-decoration:none;
	text-indent:0pt;
	font-weight:bold;
}
#div_pnlRoles a:hover
{
	display:inline-block;
	padding:1px 9px 1px 9px;
	border:solid 1px #393A5A;
	background-color:#C4C4D2;
	color:#393A5A;
	text-decoration:none;
	font-weight:bold;
}
#div_leftNav2
{
	text-decoration:none;
	text-indent:10px;
	line-height:19px;
	font-weight:normal;
	font-size:10px;
	color:#e9e9e2;
	display:block;
}
#div_leftNav2 span
{
	font-weight:normal;
	font-size:10px;
	color:#393A5A;
	display:block;
	border-bottom:solid 1px #ffffff;
	padding:3px 3px 3px 3px;
	background-color:#C4C4D2;
}
#div_leftNav2 a
{
	text-decoration:none;
	text-indent:10px;
	line-height:19px;
	font-weight:normal;
	font-size:10px;
	color:#e9e9e2;
	display:block;
}
#div_leftNav2 a:hover
{
	text-decoration:none;
	text-indent:10px;
	line-height:19px;
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
	display:block;
}
#simpleForm
{
	font-size:7.25pt;
	font-weight:bold;
	color:#393A5A;
}
#simpleForm input[type=text]
{
	font-size:9pt;
	width:80%;
		
}
#simpleForm select 
{
	font-size:9pt;
}
#simpleForm h4
{
	font-size:10pt;
	font-weight:bold;
	border-bottom:solid 1px #8BA5D5;
	
}
#simpleForm input[type=checkbox] 
{
	font-size:9pt;
	color:#393A5A;

	
}
#simpleForm input[type=submit] 
{
	height:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1c2452;
	
}

#simpleForm input[type=reset] 
{
	height:20px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1c2452;
}
/*.imageStroke
{
	border: solid 1px #666699;
}*/

.wizSideBar
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1c2452;
	background-color:#cccccc;
	border:solid 1px black;
	width:170px;
	padding:6px 6px 22px 6px;
	margin:0px 12px 0px 0px;
	visibility:hidden;
}

.modalBackground {
	background-color:#334455;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#334455;
	padding:3px;
	font-size:8pt;
}

.modalPopup input {
	font-size:8pt;
	color:#000000;
}

.modalTitle 
{
    height:20px;
    background-color:#334455;color:#ffffff;
    font-weight:bold; font-family:Verdana;font-size:10px;
}
.modalTitle_LineUnder
{
    background-color:#e8a603;
    height:2px;
}
.modalForm
{
    border: solid 1px #cccccc; background-color: #efefef; padding: 2px;width:100%;
    font-size:8pt;
}
.modalForm input
{
    font-size:8pt;
	color:#000000;
}

.flash
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color:#393A5A;
	background-color: #C4C4D2;
}

