﻿body{
	font-family:Arial;
	font-size:10pt;
	border:0px; 
	padding:0px; 
	margin:0px;
	background:#fafafa;
}

input, textarea, select {
    border: 1px solid #9d9d9d; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:10pt;
}

a{
	color:#10310d;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#headerstrip{
	position:relative;
	width:100%;
	height:100px;
	background:#ffffff;/*#f4a474;*/
	border-bottom:4px solid #ff5b2f;
}

#header{
	position:relative;
	margin:0 auto 0 auto;
	padding-top:10px;
	width:780px;
	height:102px;
	text-align:left;
	color:#0d76eb;/*#ffffff;*/
	background: url(../media/velogo.jpg) no-repeat 0px 5px;
}

#header a{
	color:#60a8f3;
}

/*for front page*/
#header_text{
    position:absolute;
    top:30px;
    left:100px;
    color:#000000;
}

#header_text a{
    color:#cd202c;
}

#userinfo{
	position:absolute;
	right:0px;
	top:40px;
	width:300px;
	height:40px;
	background:#fee6bc;
	font-size:8pt;
	border:1px dashed #fe511c;
	color:#800000;
}

#userinfo a{
	color:#800000;
	text-decoration:underline;
}

#tabstrip{
	position:relative;
	width:100%;
	height:30px;
	border-top:1px solid #ffffff;
	background:#f4a474;
}

#tabs{
	position:relative;
	margin:0 auto 0 auto;
	width:604px;
	height:30px;
	text-align:center;
	cursor:pointer;
}

.smalltext{
	font-size:8pt;
}

.headtext{
	font-size:14pt;
	font-weight:bold;
}

.additionaltext{
    color:#808080;
}

.tab_active{
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	bottom:0px;
	width:150px;
	height:26px;
	background:#ffffff;
	color:#800000;
}

.tab{
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	bottom:0px;
	width:150px;
	height:26px;
	background:#fee6bc;
	color:#800000;
}

.tab:hover{
	background:#fcf5e8;
	text-decoration:underline;
}

.tabcontent{
	padding-top:5px;
	font-weight:bold;
	color:#800000;
}

.tabcornerleft{
	position:absolute;
	top:-1px;
	left:-1px;
	width:3px;
	height:3px;
	background:url('media/tab_corner_left.gif') no-repeat center;
}

.tabcornerright{
	position:absolute;
	top:-1px;
	right:-1px;
	width:3px;
	height:3px;
	background:url('media/tab_corner_right.gif') no-repeat center;
}

#page{
	position:relative;
	margin:0 auto 0 auto;
	width:780px;
	border-left:1px dotted #fe511c;
	border-right:1px dotted #fe511c;
	border-bottom:1px dotted #fe511c;
	background:#ffffff;
}

#footer{
	position:relative;
	margin:0 auto 0 auto;
	width:780px;
	height:40px;
	background:#ffffff;
	text-align:left;
	font-size:8pt;
	color:#c0c0c0;
	border-left:1px dotted #fe511c;
	border-right:1px dotted #fe511c;
	border-bottom:1px dotted #fe511c;
	z-index:1;
}

#footer a{
	color:#c0c0c0;
}

.txtfield{
	width:240px;
}

.linktext{
	font-size:10pt;
	font-weight:bold;
	color:#CC0000;
	cursor:pointer;
	text-decoration:underline;
}

.loginfail{
	border:1px #993300 solid;
	background-color:#FFD1C6;
	height:30px;
	vertical-align:middle;
	padding:5px;
}

.text_small{
	font-size:8pt;
}

.text_title{
	font-size:22pt;
	font-weight:bold;
}

.text_header{
	font-size:12pt;
	font-weight:bold;
}

.infobox{
	border:1px #000000 solid;
	background:#ffff99;
	color:#663300;
	font-size:9pt;
}

#save_dialog{
    position:relative;
    height:150px;
	background:#fffdb7;
	font-size:10pt;
	border:1px dashed #ff5b2f;
	color:#002e44;
}

#saving{
    position:absolute;
    right:10px;
    bottom:7px;
    height:50px;
    background:#ffffff;
    border:1px solid #f4a474;
    font-weight:bold;
    color:#f4a474;
    display:none;
}

#compulsoryCount{
    position:absolute;
    left:10px;
    top:95px;
}

#save_info{
    position:absolute;
    left:10px;
    top:120px;
}

.rtf_dialog{
    background:#ffffff;
    border:1px dashed #ff5b2f;
}

#rtf_dl{
    width:100%;
    text-align:center;
    padding-top:5px;
}

#rtf_dl a:hover{
    text-decoration:underline;
}

#rtf_dl img{
    border:1px solid #ffffff;
}

#logintitle{
	position:absolute;
	left:150px;
	top:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
}

#loginform{
	position:absolute;
	left:150px;
	top:150px;
	height:200px;
	width:300px;
	border:1px #000000 solid;
	vertical-align:middle;
	text-align:justify;
	padding:5px;
}

#loginnew{
	position:absolute;
	left:475px;
	top:150px;
	height:200px;
	width:300px;
	border:1px #000000 solid;
	vertical-align:middle;
	text-align:justify;
	padding:5px;
}

.help{
	border:1px solid #000000;
	background:#FFFF99;
}

.helpnoclose{
    background:#fffdb7;
}

.help_title{
	font-weight:bold;
	padding:5px;
}

.help_content{
	padding:5px;
	text-align:justify;
}

.list:hover{
    background:#e0e0e0;
}

.linedlist{
    font-size:10pt;
    border-bottom:1px solid #c0c0c0;
    height:25px; 
    vertical-align:middle;
    cursor:pointer;
}

.linedlist p{
    margin-top:0px;
    margin-bottom:0px;
}

.linedlist p:hover{
    text-decoration:underline;
}

.linedlist_noclick{
    font-size:10pt;
    border-bottom:1px solid #c0c0c0;
    height:25px; 
    vertical-align:middle;
    cursor:default;
}

.linedlist_header{
    font-weight:bold;
    font-size:10pt;
    border-bottom:1px solid #c0c0c0;
    padding-top:25px;
    padding-bottom:10px;
}

#options{
    display:none;
    position:fixed;
    bottom:0px;
    left:50%;
    width:390px;
    text-align:right;
    z-index:8;
}

#optionsbox{
    position:absolute;
    right:0px;
    bottom:0px;
    border:1px solid #000000;
    background:#ffff99;
    width:210px;
    text-align:left;
    z-index:9;
}

#optionsbox p{
    margin-top:2px;
    margin-bottom:2px;
    cursor:pointer;
}

#optionsbox p:hover{
    text-decoration:underline;    
}

.filledIn{
    color:#ffffff;
    font-weight:bold;
    font-size:9pt;
    text-decoration:underline;
}

#page2 span{
    font-weight:bold;
    text-decoration:underline;
}

#page2 a{
    font-weight:bold;
    text-decoration:none;
}

#page2 a:hover{
    text-decoration:underline;
}

#page2 legend{
	color:#800000;
	font-size:9pt;
	font-weight:bold;
}
