/* HTML STYLES */
*{
	margin:0px;
	padding:0px;
}

BODY,INPUT,SELECT,TEXTAREA{
	color:#4f4f4f;
	font:normal 100% Arial, Verdana, Tahoma, Helvetica, sans-serif !important;
}

H1,H2,H3,H4,H5,H6,P{
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif !important;
}
H1{
	font-size:28px;
	color:#000000;
	font-weight:bold;
	letter-spacing:-.04em;
	padding:0px 0px 0px 0px;
	margin:25px 0px 20px 0px;
	text-transform:uppercase;
	border-bottom:2px solid #000000;
}
H2{
	font-size:24px;
	color:#0146b8;
	font-weight:bold;
	letter-spacing:-.04em;
	margin-bottom:20px;
}
UL{
	margin:0px 0px 10px 22px;
}
UL LI{
	margin-bottom:8px;
}
OL{
	margin:0px 0px 10px 30px;
}
OL LI{
	padding:0px;
	margin:0px 0px 8px 0px;
}
OL LI UL{
	list-style-type:disc;
}
LI P{
	margin:3px 0px;
}
A{
	color:#6d0303;
	font-weight:bold;
}
A:hover{
	color:#AA0000;
	text-decoration:underline;
}
A.link_block{
	display:block;
	font-size:11px;
	margin:0px 0px 10px 0px;
}
A#pdf_small{
	background-image:url(/images/icon_acrobat_small.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding:2px 1px 2px 19px;
}
A#wizard_small{
	background-image:url(/images/icon_wizard_small.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding:2px 1px 2px 19px;
}
A#word_small{
	background-image:url(/images/icon_word_small.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding:2px 1px 2px 19px;
}
A#send_small{
	background-image:url(/images/icon_send_small.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding:2px 1px 2px 19px;
}
A#printer_small{
	background-image:url(/images/icon_printer_small.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding:2px 1px 2px 19px;
}
TABLE,UL,OL,LI{
	font-size:12px;
}
TABLE TH{
	font-weight:bold;
	text-align:left;
}
TABLE TH.center{
	text-align:center;
}
TABLE TD{
}
LABEL{
	font-weight:bold;
}
LABEL.annote{
	font-weight:normal;
	font-size:11px;
	color:#666666;
}
P{
	margin-bottom:8px;
	line-height:1.4em;
}
SPAN.required{
	color:#AE0505;
	font-weight:bold;
	font-size:1.5em;
}


/* Global Template Styles */
.margin_bottom{
	margin-bottom:20px;
}
.margin_bottom4{
	margin-bottom:4px;
}

.container_row{
	margin-bottom:15px;
	overflow:auto;
}

.container_col_3{
	float:left;
	width:306px;
}
.container_col_3_small{
	float:left;
	width:226px;
}
.container_col_2{
	float:left;
	width:628px;
}
.container_col_2_large{
	float:left;
	width:708px;
}
.container_col_2_half{
	float:left;
	width:467px;
}

.margin_right{
	margin-right:16px;
}
.margin_bottom{
	margin-bottom:13px;
}
.margin_bottom_30{
	margin-bottom:30px;
}
.pad10{
	padding:10px;
}
.pad4{
	padding:4px;
}
.red{
	color:#6d0303;
}

/* Panel Styles */
.panel_gray{
	background-color:#f6f6f6;
	border-bottom:4px solid #e5e5e5;
}

.panel_gray H1.panel_title{
	background-color:#e5e5e5;
	margin:0px;
	color:#4F4F4F;
	font-size:20px;
	font-weight:bold;
	padding:4px 6px;
	overflow:auto;
	border:none;
}
.panel_gray .panel_content{
	background-color:#f6f6f6;
}
.panel_gray .panel_content P{
	font-size:12px;
}
.panel_content H1{
	color:#0146b8;
	font-size:21px;
	font-weight:bold;
	margin:4px 0px 2px 0px;
}
.panel_content H1.section_title{
	font-size:18px;
	padding:0px 0px 2px 0px;
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted #0146b8;
}
.panel_content H1.section_title A{
	font-size:11px;
	border:1px solid red;
}
.panel_content H2{
	color:#4F4F4F;
	font-size:19px;
	font-weight:bold;
	margin:20px 0px 4px 0px;
}
.panel_content H3{
	color:#4F4F4F;
	font-size:17px;
	font-weight:bold;
	margin:4px 0px 2px 0px;
}
.panel_content P.small{
	font-size:11px;
	color:#8e8e8e;
	margin:0px 0px 4px 0px;
}

/* Collapsable Panel Styles */
.collapsable_panel{
	background-color:#ebfaec;
	border-bottom:4px solid #bfe4c1;
	margin-bottom:13px;
}
.collapsable_panel H1{
	background-color:#bfe4c1;
	margin:0px;
	color:#246523;
	font-size:20px;
	font-weight:bold;
	padding:4px 6px;
}
.collapsable_panel H1 .close{
	display:block;
	width:16px;
	height:16px;
	margin:4px 2px 0px 2px;
	float:right;
	background-image:url(/images/icons_close.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.collapsable_panel H1 .close SPAN{
	display:none;
}
.collapsable_panel H1 .close:hover{
	background-position:0px -16px;
}
.collapsable_panel .panel_content{
	background-color:transparent;
}
.collapsable_panel .panel_content P{
	font-size:12px;
}

/* Container */
#container{
	width:950px;
	margin:7px auto 25px auto;
}


/* Header */
#header{
	clear:both;
	overflow:hidden;
}
#header A.logo{
	display:block;
	float:left;
	margin-top:5px;
	width:150px;
	height:52px;
	background-image:url(/images/logo_webCV_150.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#header A.logo SPAN{
	display:none;
}
#header #top_nav{
	float:right;
	clear:both;
	overflow:hidden;
	color:#bcbbbb;
	font-family:Tahoma, Arial, Verdana, Tahoma, Helvetica, sans-serif !important;
	font-size:11px;
}
#header #top_nav SPAN{
	margin:0px 3px 0px 0px;
	color:#4F4F4F;
	font-weight:bold;
	font-size:11px;
}
#header #top_nav A{
	font-family:Tahoma, Arial, Verdana, Tahoma, Helvetica, sans-serif !important;
	text-decoration:none;
	font-weight:normal;
	margin:0px 3px;
}
#header #top_nav A:hover{
	text-decoration:underline;
}
#header #tagline{
	float:left;
	overflow:hidden;
	margin:33px 0px 0px 13px;
	font-size:16px;
	font-weight:bold;
}

/* Contents */
#content{
	margin-top:23px;
}


/* Modal Window Default Styles */
.modal_shell{
	display:none;
}
.modal{
	padding:8px;
}
.modal .title{
	font-size:18px;
	color:#0146b8;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px 0px;
}
.modal .title SPAN{
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#4F4F4F;
}
.modal TABLE.modal_form{
	margin:5px 0px 0px 5px;
}
.modal TABLE.modal_form TD{
	padding:4px;
}
.modal TABLE.modal_form TD.mask{
	text-align:center;
}
.modal TABLE.modal_form TD LABEL{
	padding-top:2px;
}

/* Option Panel */
#options{
	margin-top:27px;
}

/* webCV - Panels */
.panel{
	color:#000000;
	padding-left:5px;
}
.panel H1{
	border:none;
	font-size:18px;
	margin:0px;
	padding:0px;
}
.panel P,
.panel .section_group{
	margin:0px;
	padding:3px 0px;
	font-size:12px;
}
.panel .section_group H1{
	text-transform:none;
	text-align:left;
	font-size:16px;
}
.panel .section_group H1 SPAN{
	margin:0px;
	padding:3px 0px;
	font-size:12px;
	font-weight:normal;
}

/* webCV - Custom Panels */
#contact{
	margin:0px 0px 15px 0px;
}
#contact TD{
	padding:2px 7px 2px 0px;
}
#overview{
	margin:25px 0px 10px 0px;
}
#overview .section_group{
	padding:0px 0px 0px 30px;
}
#achievements{
	margin:25px 0px 10px 0px;
}
#achievements .section_group{
	padding:0px 0px 0px 30px;
}
#employment{
	margin:25px 0px 10px 0px;
}
#employment .section_group{
	padding:7px 0px 10px 30px;
}
#employment .section_group TD{
	padding:3px 2px 3px 5px;
}
#education{
	margin:25px 0px 10px 0px;
}
#education .section_group{
	padding:7px 0px 10px 30px;
}
#education .section_group TD{
	padding:3px 2px 3px 5px;
}
#skills{
	margin:15px 0px 0px 0px;
}
#skills .section_group{
	padding:7px 0px 10px 30px;
}
#licenses{
	margin:15px 0px 10px 0px;
}
#licenses .section_group{
	padding:0px 0px 7px 32px;
	margin:0px 0px 7px 0px;
}
#licenses .section_group TH{
	padding-top:8px;
}
#licenses .section_group TD{
	padding:3px 2px 3px 15px;
}
#associations{
	margin:20px 0px 20px 0px;
}
#associations .section_group{
	padding:0px 0px 7px 32px;
	margin:0px 0px 7px 0px;
}
#associations .section_group TH{
	padding-top:8px;
}
#associations .section_group TD{
	padding:3px 2px 3px 15px;
}
#visas{
	margin:20px 0px 20px 0px;
}
#visas .section_group{
	padding:0px 0px 7px 32px;
	margin:0px 0px 7px 0px;
}
#visas .section_group TH{
	padding-top:8px;
}
#visas .section_group TD{
	padding:3px 2px 3px 15px;
}
#interests{
	margin:25px 0px 10px 0px;
}
#interests .section_group{
	padding:7px 0px 10px 30px;
}
#personal{
	margin:20px 0px 20px 0px;
}
#personal .section_group{
	padding:5px 0px 7px 15px;
	margin:0px 0px 7px 0px;
}
#personal .section_group TD{
	padding:3px 2px 3px 15px;
}



/* Form Items */
INPUT.txt20{
	border:1px solid #4f4f4f;
	padding:2px;
	width:70px;
}
INPUT.txt25{
	border:1px solid #4f4f4f;
	padding:2px;
	width:88px;
}
INPUT.txt50{
	border:1px solid #4f4f4f;
	padding:2px;
	width:175px;
}
INPUT.txt60{
	border:1px solid #4f4f4f;
	padding:2px;
	width:210px;
}
INPUT.txt65{
	border:1px solid #4f4f4f;
	padding:2px;
	width:219px;
}
INPUT.txt75{
	border:1px solid #4f4f4f;
	padding:2px;
	width:262px;
}
INPUT.txtlrg80{
	border:1px solid #4f4f4f;
	padding:2px;
	height:23px;
	font:normal 160% Arial, Verdana, Tahoma, Helvetica, sans-serif !important;
	width:280px;
}
INPUT.txt115{
	border:1px solid #4f4f4f;
	padding:2px;
	width:400px;
}
INPUT.txt130{
	border:1px solid #4f4f4f;
	padding:2px;
	width:447px;
}
SELECT.select15{
	border:1px solid #4f4f4f;
	width:54px;
}
SELECT.select20{
	border:1px solid #4f4f4f;
	width:72px;
}
SELECT.select25{
	border:1px solid #4f4f4f;
	width:89px;
}
SELECT.select30{
	border:1px solid #4f4f4f;
	width:105px;
}
SELECT.select50{
	border:1px solid #4f4f4f;
	width:181px;
}
SELECT.select75{
	border:1px solid #4f4f4f;
	width:268px;
}
SELECT.select115{
	border:1px solid #4f4f4f;
	width:406px;
}
TEXTAREA.txtarea50x4{
	border:1px solid #4f4f4f;
	padding:2px;
	width:175px;
	height:63px;
}
TEXTAREA.txtarea75x4{
	border:1px solid #4f4f4f;
	padding:2px;
	width:262px;
	height:63px;
}
TEXTAREA.txtarea115x4{
	border:1px solid #4f4f4f;
	padding:2px;
	width:400px;
	height:63px;
}
TEXTAREA.txtarea50x7{
	border:1px solid #4f4f4f;
	padding:2px;
	width:175px;
	height:110px;
}
TEXTAREA.txtarea75x7{
	border:1px solid #4f4f4f;
	padding:2px;
	width:262px;
	height:110px;
}
TEXTAREA.txtarea115x7{
	border:1px solid #4f4f4f;
	padding:2px;
	width:400px;
	height:110px;
}
INPUT.file75{
	border:1px solid #4f4f4f;
	padding:2px;
	width:275px;
}
INPUT.file70{
	border:1px solid #4f4f4f;
	padding:2px;
	width:260px;
}
.mask_field{
	border:1px solid #888888;
	color:#888888;
	background-color:#F6F6F6;
}
BUTTON.signin{
	display:block;
	width:124px;
	height:29px;
	background:#333 url(/images/btn_signin_red.gif) no-repeat 0px 0px;
	text-indent:-40em;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
BUTTON.signin:hover{
	background:#666 url(/images/btn_signin_red.gif) no-repeat 0px -29px;
}
BUTTON.tiny7{
	display:block;
	width:48px;
	height:23px;
	background:#333 url(/images/btn_tiny7.gif) no-repeat 0px 0px;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
BUTTON.tiny7:hover{
	background:#666 url(/images/btn_tiny7.gif) no-repeat 0px -23px;
}
BUTTON.medium{
	display:block;
	width:124px;
	height:29px;
	background:#333 url(/images/btn_medium_red.gif) no-repeat 0px 0px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
BUTTON.medium:hover{
	background:#666 url(/images/btn_medium_red.gif) no-repeat 0px -29px;
}
BUTTON.medium_grey{
	display:block;
	width:124px;
	height:29px;
	background:#333 url(/images/btn_medium_grey.gif) no-repeat 0px 0px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
BUTTON.medium_grey:hover{
	background:#666 url(/images/btn_medium_grey.gif) no-repeat 0px -29px;
}
BUTTON.medium50{
	display:block;
	width:186px;
	height:29px;
	background:#333 url(/images/btn_medium50_red.gif) no-repeat 0px 0px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
BUTTON.medium50:hover{
	background:#666 url(/images/btn_medium50_red.gif) no-repeat 0px -29px;
}
BUTTON.medium60{
	display:block;
	width:223px;
	height:29px;
	background:#333 url(/images/btn_medium60_red.gif) no-repeat 0px 0px;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
BUTTON.medium60:hover{
	background:#666 url(/images/btn_medium60_red.gif) no-repeat 0px -29px;
}
BUTTON.signup{
	display:block;
	width:124px;
	height:29px;
	background:#333 url(/images/btn_signup.gif) no-repeat 0px 0px;
	text-indent:-40em;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
BUTTON.signup:hover{
	background:#666 url(/images/btn_signup.gif) no-repeat 0px -29px;
}

/* footer */
#container #footer{
	display:block;
	overflow:auto;
	clear:both;
	font:normal 0.7em Tahoma, Verdana, Helvetica, Arial,sans-serif !important;
	color:#cfcfcf;
	padding-bottom:15px;
}
#container #footer a{
	margin:0px 3px;
	font-weight:normal;
	text-decoration:none;
}
#container #footer a SPAN{
	display:inline-block;
	background-image:url(/images/logo_sc_mini.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 23px;
	color:#CC0000;
	font-weight:bold;
	cursor:hand;
	cursor:pointer;
}
#container #footer #bottom_nav{
	float:left;
}
#container #footer #bottom_nav a:hover{
	text-decoration:underline;
}
#container #footer #copyright{
	float:right;
}
