@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Francois+One);
/* CVWEB Page Styles */
/*
CVWEB Colors:

Green:#46B82F;
Dark Blue:#104F66;
Light Blue (Links): #1D8DBB
1D8DBD
Text: #333333;
*/


/*PAGE DEFAULTS ////////////////////////////////////////////////////////////////////*/

html{
/*height:100%;
width:100%;*/
}



body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#165B94;
    height:100%;
    width:100%;	
    background-image:url(/cvweb_base/images/pageBg.png);
	
}


table{
	border-collapse:collapse;
	margin: 0px 0px 0px 0px;
}



img{
	border-style:none;
	padding:none;
}

a{
	color:#1D8DBB;
	text-decoration:none;
}

a:hover{

	text-decoration:underline;
}

hr {
	color:#DDDDDD;
}

h1 {
	font-size:1.8em;
	font-weight:700;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:2px;
}

h2 {
	font-size:1.5em;
	font-weight:700;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:2px;
	color:#666666;
}

h3{
	font-size:1.3em;
	font-weight:700;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:2px;
}

/* CUSTOM BASE STYLES */
body,html {background-color: transparent;}
body {
	font: 1em Helvetica, Arial, Sans-Serif;
	line-height: 1.5em;
	font-size: 13px;
	background-color: transparent;
	color: #333;
}
a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}

/* // CUSTOM BASE STYLES */

/* CUSTOM HEADER STYLES */
h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
                font-family:'Francois One', sans-serif;
		}	
	h1{font-size:2em;margin-bottom:.5em;color:#0051BA !important;}	
	h2{font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;color:#0051BA !important;}	
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;color:#999 !important;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
/* // CUSTOM HEADER STYLES */

.underLine{
	text-decoration:underline;
}

input[type=button]{
	font-size:1.2em;
	font-weight:600;
	margin:3px;
	padding:5px;
	background-color: #165B94;
	color: #ffffff;
}

input[type="reset"]{
	font-size:1.2em;
	font-weight:600;
	margin:3px;
	padding:5px;
	background-color: #165B94;
	color: #ffffff;
}


input[type=submit]{
	font-size:1.2em;
	font-weight:600;
	margin:3px;
	padding:5px;
	background-color: #165B94;
	color: #ffffff;
}

/* CUSTOM BUTTON STYLES */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	}
input[type=button], input[type=reset], input[type=submit] {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #3079ed;
	border: 1px solid rgba(0,0,0,0.1);
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
	}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	border: 1px solid #2f5bb7;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
	background-color: #f8f8f8;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);

	}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
	background-color: #f6f6f6;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset;
	background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
}
/* // CUSTOM BUTTON STYLES */

/* CUSTOM FORM FIELD STYLES */
input[type=password], input[type=text] {
	display: inline-block;
	font-size: 1em;
	margin: 0;
	padding-left: 8px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	}
input[type=password]:hover, input[type=text]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	}
input[type=password]:focus, input[type=text]:focus {
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	}
input[type=text], input[type=password], textarea, select {
	border: 1px solid #aaa;
	padding: 5px;
	background: #fff;
	line-height: 1em;
	margin: 0;
	}
/* // CUSTOM FORM FIELD STYLES */

#accessDenied{
	border:red thick solid;
	background-color:#EEEEEE;
}

.hidden {
	display: none;

}

.note{
	font-size:.8em;
	color:7777777;
	font-weight:normal;
}

.red{
	color:red;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

/* MAIN ////////////////////////////////////////////////////*/
#container{
 /*align:center;*/
 width:810;
 /*margin:auto;*/
 padding:0px;
 /*height:100%;*/
}

#mainCell{
	background-color:white;
	height:100%;
	width:auto;
}




/* HEADER PROPERTIES */

#header {
	width:100%;
	margin: 0 0 0 0;
	background:white;
}

#header table{
	margin: 0 0 0 0;
	width:100%;
}

#header table th{
	align:left;
	padding:15px;
}

#header table td{

}

#header img{
	
}


/* LEFTNAV  ////////////////////////////////////////////////////////*/

#leftNav {
	width:170px;
	vertical-align:top;
	text-align:left;
	height:100%;
	
	border-right-style:solid;
	border-right-color:#165B94;
	border-right-width:1px;

	padding-right:8px;
	padding-left:6px;
	
	padding-bottom:20px;
}

#leftNav a{
	color:#004A80;
}

#leftNav div table{
	padding-top:0px;
	width:100%;
	margin-bottom:20px;
	
	border-style:solid;
	border-width:2px;
	border-color:#165B94;
}

#leftNav div table td{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:1.2em;
}

#leftNav div table th{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#leftNav div table th:hover{
	cursor:pointer;
	background-color:#1D8DBD;
	color:white;
}


/* Login Box */
#loginDiv table{
	height:110px;
}	

/* My Account (logged in) Box */
#myAccountDiv table{
	
}	

#myAccountDiv td{
	color:white;
	background:#104F66;
	font-weight:700;
	padding-bottom:5px;
	padding-top:5px;
}

#myAccountDiv th{
	padding-top:10px;
	padding-bottom:10px;
}
/* Menu Items */

#menuDiv th{
	padding-bottom:5px;
	padding-top:5px;
}




/* CONTENT  //////////////////////////////////////////////*/
#content {
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:40px;
	width:580px;
	vertical-align:top;
	

	
}




/* FOOTER  //////////////////////////////////////////////////*/
#footer {
	/* places below all other elements */
	clear:both;
	text-align:center;
	margin:auto;
	padding-bottom:15px;
	color:#165B94;
	position:relative;
	bottom:0;
}

#footer table{
	border-collapse:separate;
}




/* MainLoginWelcome //////////////////////////////////*/
table.mainLoginWelcome td{
	padding-left:20px;
	width:50%;
	vertical-align:top;
}



