@charset "utf-8";

/* **************************************************

Name:  main.css

Description: Setting of import file

Create: 2008.02.05
Update: 8888.88.88

Copyright 2008 Arosa Finance Group. 

***************************************************** */

/* content===========================================

[-] All Setting
[-] Body & Base Setting
[-] Link Setting

===================================================== */


/* [-] All Setting
=========================================================================================== */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #fff;
	text-align:left;
} 
body, dd, dl, dt, form { 
	margin: 0; 
	border: 0 none #FFFFFF; 
	padding: 0; 
	font-size: 12px; 
	color:#000;
} 
p { 
	margin:0 0 5px 0; 
	border: 0 none #FFFFFF; 
	font-size: 12px; 
	text-align:left;
} 
ul li { 
	margin-top:0; 
	margin-bottom:0; 
} 
h1, h2, h3, h4, h5, h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0; 
}
h1 {
	font-size: 20px; 
} 
h2 {
	font-size: 18px; 
} 
h3 {
	font-size: 17px; 
} 
h4 {
	font-size: 16px; 
} 
h5 {
	font-size: 15px; 
} 
h6 {
	font-size: 14px; 
} 
img { 
	border:0;
}
.check label {
	font-weight:normal; 
	cursor:pointer;
}

/* [-] Link Setting
=========================================================================================== */
a,
a:link,
a:visited,
a:hover,
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #08427c;
	text-decoration: underline;
}
a:visited { 
	color: #551a8b;
	text-decoration: none;
}
a:hover {
	color: #890000;
	text-decoration: underline;
}
a[name]:hover { 
	color: #000000; 
}
a:active {
	color: #890000;
	text-decoration: underline;
}
h1 a {
	text-decoration: none !important;
}

/* [c1 ] Common Setting
=========================================================================================== */
.mb10 { margin-bottom:10px !important;}
.mt10 { margin-top:10px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.ml10 { margin-left:10px !important;}
.ml11 { margin-left:11px !important;}
.ml12 { margin-left:12px !important;}
.p5{ padding:5px !important;}
.pl10 { padding-left:10px !important;}
.pl4 { padding-left:4px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.tp1 { padding-top:1px !important;}
.tp2 { padding-top:2px !important;}
.tp3 { padding-top:3px !important;}
.tp4 { padding-top:4px !important;}
.tp5 { padding-top:5px !important;}
.tp10 { padding-top:10px !important;}
.tlp10 { padding-top:10px; 	padding-left:10px !important;}
.tm2 { margin-top:2px !important;}
.tm3 { margin-top:3px !important;}
.tm4 { margin-top:4px !important;}
.tm5 { margin-top:5px !important;}
/*=========--------------------------------------------------------===========*/

/* [c2] Common class settings
=========================================================================================== */
.mandatory,
.redstar,
#address { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.mandatory { 
	font-size:10px;
}
select, li, ol, ul.projtextbox,.error { 
	font-size:11px;
}
.text { 
	font-size:12px
}
.bold { 
	font-weight:bold;
}
.center { 
	text-align:center !important;
}
.right { 
	text-align:right !important;
}
.left { 
	text-align:left !important;
}
.mandatory { 
	color:#666666
}
.redstar { 
	color:#FF0000;
}
.error { 
	color:#FF0000;
}
/* ===== common css ends here =====*/

.MainContent { 
	padding:5px 0 5px 5px
}
.TblHeader {
	border:1px solid #e1e1e1; 
	/*border-bottom:none;*/
}
.TblBody {
	border:1px solid #e1e1e1; 
	border-top:none;
}
.GrayBg {
	background:#e1e1e1;
}
.HrNavigation { 
	background:#9CAEC6;
	padding:5px;
}
.HrNavigation,
.HrNavigation a,
.HrNavigation a:link,
.HrNavigation a:visited {	
	font-size:11px;
	color:#fbfbfb;
	text-align:right;
}
.HrNavigation,
.HrNavigation a,
.HrNavigation a:link,
.HrNavigation a:visited {
	padding-right:5px;
	margin-right:5px;
	text-decoration:none
}
.HrNavigation a:active {
	text-decoration:none;
	color: #333333;
}
.HrNavigation a:hover {
	text-decoration:none;
	color:#333333
}
.HeadBlue {
	background:#99ADC2;
	padding:5px 5px;
	color:#fff;
	font-weight:bold;
}
.HeadOrange {
	background:#f78916;
	padding:8px 5px;
	color:#333;
	font-weight:bold;
	background:url(../images/orangebg.gif) repeat-x 0 0;
}
.HeadPanel{
	background:#f78916;
	font-size:13px;
	padding:3px 3px 3px 8px ;
	color:#fbfbfb;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/orange_heading.gif) repeat-x 0 0;
}
.HeadBlue1{
	background:#99ADC2;
	font-size:13px;
	padding:4px 3px 3px 8px ;
	color:#fff;
	font-weight:bold;
	
}	
.Gborder {
	border:1px solid #e5e4e4;
}
.Login { 
	background:#f6fbfe;
}
.VrNavi{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 245px;
}
.VrNavi ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.VrNavi li a,
.VrNavi li a:link,
.VrNavi li a:visited{
	background: url(../images/arrow_vrnavi.gif) no-repeat 2px -5px #EAEFF3;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #626262;
	display: block;
	width: 220px;
	padding: 5px 0;
	padding-left: 25px;
	text-decoration: none;
	border-bottom: 1px solid #999;
	text-decoration:none;
	background-color:#EAEFF3;
	margin:0;
}
* html .VrNavi li { /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 245px;
	text-decoration:none;
	margin:0;
	padding:0;
}
.VrNavi li a:active{
	background-color:#EAEFF3;
	color: #fff;
	background: url(../images/arrow_vr.gif) no-repeat 8px 11px #EAEFF3;
	text-decoration:none;
}

.VrNavi li a:hover{
	background-color:#EAEFF3;
	color: #9CAEC6;
	background: url(../images/arrow_vrnavi.gif) no-repeat 2px -34px #EAEFF3;
	text-decoration:none;
}
.VrNavi li a.active{
	background-color:#EAEFF3;
	color: #666666;
	background: url(../images/arrow_vr.gif) no-repeat 8px 11px #EAEFF3;
	text-decoration:none;
}
.BoxTopBg {
	border-top:1px solid #ccc;
}
.BoxBottomBg {
	border-bottom:1px solid #ccc;
}
.BoxCenterText {
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	padding:0 10px
}
h1.heading {
	font-family:trebuchet me, Helvetica, sans-serif ;
	font-size:14px; 
	font-weight:bold; 
	background:url(../images/h1_heading.gif) repeat-y 0 0; 
	padding:3px 10px; 
	color:#0f7aae;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:5px;
}
.dotted_hr { 
	background:url(../images/dotted_hr.gif) repeat-x 0 0;
}
a.readmore,
a.readmore:link,
a.readmore:visited{ 
	color:#f99904; 
	font-size:12px; 
	text-decoration:none
}
a.readmore:hover { 
	text-decoration:underline
}
.footer {
	color:#666666;
	font-size:11px;
	text-align:center;
	padding:10px;
	background:url(../images/footerbg.gif) repeat-x;
}

