﻿/* Default Style */
/*html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;    
    padding: 0; 
    border: 0; 
}
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}*/
input, select, textarea {
	/*background-color:#F5F5F5;*/
	width:inherit;
	height:inherit;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-align:left;
	
	padding-top:2px;
	padding-bottom:2px;	
	
	/*border:solid 1px #333333;*/
	border:solid 1px #7BAEC9;
}
/* Resume Header Style */
.res-header-box {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-collapse: collapse;	
}
.res-header-title {
	background-color: #999999;
	/*background-image: url('../images/bg_grey.gif');*/
	background-repeat:repeat-x;
	
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	
	padding-top:7px;
	padding-bottom:7px;	
	
	border:inherit;
}
.res-header-help {
	background-color:#ffffdd;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-bottom:5px;
	
	border:solid 1px #cccccc;
}
.res-header-row-item {
	background-color:Transparent;
	background-image:none;
	
	font-size:16px;
	color:Maroon;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-bottom:5px;
	
	border:inherit;
}
.res-header-column-item {
	background-color:#ebebeb;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	border:solid 1px #cccccc;
}
.res-header-footer {
	background-color:Transparent;
	background-image: url('../images/spacer.gif');
	background-repeat:no-repeat;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-bottom:5px;
	
	border:inherit;
}

/* Resume Steps Style */
.res-step-box {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-collapse: collapse;
	width:100%;
}
.res-step-title {
	background-color: #999999;
	/*background-image: url('../images/bg_grey.gif');*/
	background-repeat:repeat-x;
	
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	
	padding-top:7px;
	padding-bottom:7px;	
	
	border:inherit;
}
.res-step-incomplete {
	width:16px;
	height:16px;
	
	background-image:url("../images/icon_incomplete.gif");
	background-repeat:no-repeat;
	vertical-align:middle;
}
.res-step-complete {
	width:16px;
	height:16px;
	background-image:url("../images/icon_complete.gif");
	background-repeat:no-repeat;
	vertical-align:middle;

}
.res-step-mandatory {
	width:14px;
	height:16px;
	background-image:url("../images/icon_star.gif");
	background-repeat:no-repeat;
	vertical-align: middle;
}
.res-step-row-item {
	/*background-color:#cccccc;
	background-image:none;
	
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-bottom:5px;
	
	border-bottom:solid 1px #333333;*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	/*color: #FF0000;*/
	text-decoration:none;	
}
res-step-row-item a:link {/* unvisited link */
	font-size:12px;
	color: navy;
	text-decoration:none;	
}     
.res-step-row-item a:visited {/* visited link */
	font-size:12px;
	color: navy;
	text-decoration:none;	
}  
.res-step-row-item a:hover {/* mouse over link */
	font-size:12px;
	color: #002661;
	text-decoration:underline;
}   
.res-step-row-item a:active {/* selected link */
	font-size:12px;
	color: navy;
	text-decoration:none;
}   

/* Resume Section Style */
.res-section-box {
/*	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;*/
	border-collapse: collapse;	
}
.res-section-title {
	/*background-color: #999999;*/
	/*background-image: url('../images/bg_grey.gif');*/
	/*background-repeat:repeat-x;*/
	
	font-size:14px;
	color:#166785;
	font-weight:bold;
	text-align:left;
	font-family:Arial;
	padding-top:7px;
	padding-bottom:7px;	
	
	border:inherit;
}
.res-subsection-title
{
	font-size:12px;
	color:#166785;
	font-weight:bold;
	text-align:left;
	font-family:Arial;
	padding-top:15px;
	padding-bottom:7px;	
}
.res-section-mandatory {
	
	
	background-image:url("../images/icon_star.gif");
	background-repeat:no-repeat;
	
	font-size:13px;
	color:#ff0000;
	font-weight:normal;
	text-align:left;
	
	padding-top:0px;
	padding-bottom:0px;
	
	border:inherit;
}
.res-section-help {
	/*background-color:#ffffdd;*/
	background-color:#EEF2F4;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-bottom:5px;
	
	/*border:solid 1px #cccccc;*/
}
.res-section-response {
	/*background-color:#ddffff;*/
	background-image:none;
	
	font-size:12px;
	color:Red;
	font-weight: normal;
	text-align:left;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	/*border:solid 1px #cccccc;*/
}
.res-section-row-form {
	background-color:Transparent;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	border:inherit;
}
.res-section-form-mandatory {
	width:14px;
	height:19px;
	
	background-image:url("../images/icon_star.gif");
	background-repeat:no-repeat;
	vertical-align:middle;
	
}
.res-section-row-grid {
	background-color:Transparent;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	
	border:solid 1px #000ff;
}
.res-section-grid {
	background-color:inherit;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:inherit;
	
	padding-top:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-left:3px;
	
	border:solid 1px #333333;
}
.res-section-grid-header {
	background-color:#4E99B9;
	background-image:none;
	
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	border:solid 1px #000ff;
}
.res-section-grid-item {
	background-color:#EEF2F4;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	border:solid 1px #aaaaaa;
	border-collapse:collapse;
}
.res-section-grid-alternate-item {
	background-color:#efefef;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	border:solid 1px #aaaaaa;
	border-collapse:collapse;
}
.res-section-grid-command-item {
	background-color:inherit;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:center;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	border:inherit;
	border-collapse:inherit;
}
.res-section-grid-edit-item {
	width:15px;
	/*height:21px;*/
	
	background-image:url("../images/btnedit.gif");
	background-repeat:no-repeat;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:center;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	
	border:inherit;
	border-collapse:inherit;
}
.res-section-grid-delete-item {
	width:15px;
	/*height:21px;*/
	
	background-image:url("../images/btnRemove.gif");
	background-repeat:no-repeat;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:center;
	
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	
	border:inherit;
	border-collapse:inherit;
}
.res-section-row-button {
	background-color:Transparent;
	background-image:none;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:center;
	
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	
	border:inherit;
}
.res-section-button {
	background-color:Transparent;
	background-image:url("../images/bg_button.gif");
	
	font-size:11px;
	color:white;
	font-weight:bold;
	text-align:center;
	
	/*padding-top:1px;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:1px;
	
	border-top:inherit;
	border-left:inherit;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;*/
}
.res-section-footer {
	background-color:Transparent;
	background-image: url('../images/spacer.gif');
	background-repeat:no-repeat;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	
	padding-top:5px;
	padding-bottom:5px;
	
	border:inherit;
}
