/*----------------------------------------------------------------------------------------------------------
[Layout Stylesheet of all website pages]
Project:	VCRM
Version:	1.0
Created: Interberry Solutions
----------------------------------------------------------------------------------------------------------*/
/*------------------Layout,Table of Contents----------------------------------------------------------------- 
1. GLOBAL RESET
2. GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
3. COMMON CSS CLASSES
4. GLOBAL LAYOUT
-----------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
1. GLOBAL RESET
---------------------------------------------------------------------------------*/
/*{
margin:0px;
padding:0px;
}*/
body, div, dl, dt, dd, h1, h2, h3, f, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
fieldset, img {
border:0;
padding:0px;
margin:0px;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#2e3b6d;
}

a {
outline:none;
padding:0;
margin:0;
border:0;
color:#112699;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
input {
outline:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#4a4d5a;
border:1px solid #bebebe;
padding:2px;
background:url(../img/bg_textbox.gif) repeat-x top left;
}
select {
outline:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#4a4d5a;
border:1px solid #bebebe;
padding:2px;
background:url(../img/bg_textbox.gif) repeat-x top left;
}
textarea {
outline:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#4a4d5a;
border:1px solid #bebebe;
padding:2px;
background:url(../img/bg_textbox.gif) repeat-x top left;
}
img {
outline:none;
border:none;
}
/*---------------------------------------------------------------------------------
2. GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/
h1 {
padding:0px;
margin:0px;
font-size:16px;
font-weight:bold;
}
h2 {
font-size:14px;
letter-spacing:-1px;
font-weight:bold;
}
h3 {
font-size:13px;
font-weight:bold;
}
p {
font-size:10px;
padding:2px 0px;
}
/*---------------------------------------------------------------------------------
3. COMMON CSS CLASSES
---------------------------------------------------------------------------------*/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#4a4d5a;
padding:0px;
margin:0px;
background:#f6f7f8;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.clear {
clear:both;
}
.jusify {
text-align:justify;
}
.commondiv{
width:auto;
overflow:hidden;
}
.normaltext {
font-size:10px;
color:#4a4d5a;
text-decoration:none;
}
/*---------------------------------------------------------------------------------
4. GLOBAL LAYOUT
---------------------------------------------------------------------------------*/
#page_outer
{
width:960px;
overflow:hidden;
clear:both;
background:#ffffff;
border-left:1px solid #e7e8ee;
border-right:1px solid #e7e8ee;
border-top:1px solid #e7e8ee;
margin:0 auto;
}
#header
{
width:960px;
overflow:hidden;
clear:both;
}
#middle
{
width:930px;
overflow:hidden;
padding:15px;
clear:both;
}
#footer
{
background:url(../img/bg_footer.gif) repeat-x top left;
width:auto;
overflow:hidden;
}
/*---------------------------------------------------------------------------------
5. Common Layout
---------------------------------------------------------------------------------*/
.innerfooter
{
width:960px;
padding:10px 0px 0px 0px;
height:30px;
margin:0 auto;
}
.logininner
{
background:url(../img/bg_login.gif) no-repeat top left;
width:470px;
height:221px;
margin-top:2px;
padding:10px 16px;
}
.outerlogin
{
margin:50px auto 90px auto;
width:502px;
}
.loginsection
{
margin:25px 30px 15px 30px;
height:158px;
}
.labelouter
{
width:auto;
height:35px;
margin-bottom:15px;
}
.labelouter label
{
width:80px;
height:27px;
padding-top:8px;
font-size:14px;
color:#01114e;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
margin-right:9px;
display:block;
font-weight:bold;
float:left;
}
.labelouter .textbox
{
width:300px;
height:23px;
padding-top:7px;
font-size:14px;
}
.link13
{
font-size:13px;
font-family:Arial,Verdana,Helvetica, sans-serif;
}
.red
{
color:#dd351e;
}
#topnavouter
{
background:url(../img/btn_bg.gif) repeat-x top left #eeeeee;
width:960px;
overflow:hidden;
clear:both;
color:#FFFFFF;
}
#topnavouter ul
{
padding:0px;
margin:0px;
}
#topnavouter ul li
{
padding:0px;
margin:0px;
float:left;
list-style:none;
}
#topnavouter ul li a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
background:url(../img/bg_topbgright.gif) top right no-repeat;
padding:9px 23px 13px 23px;
display:block;
}
#topnavouter ul li a:hover
{
text-decoration:none;
background:url(../img/btn_bg_hover.gif) repeat-x top left #eeeeee;
color:#1b263e;
}
#topnavouter ul li a.selected
{
text-decoration:none;
background:url(../img/btn_bg_hover.gif) repeat-x top left #eeeeee;
color:#1b263e;
}
.underlinks
{
background:url(../img/bg_underlinks.gif) repeat-x top left;
width:960px;
height:27px;
clear:both;
padding-top:7px;
}
.underlinks ul
{
padding:0px;
margin:0px;
}
.underlinks ul li
{
float:left;
color:#1b263e;
list-style:none;
}
.underlinks ul li a
{
float:left;
color:#1b263e;
display:block;
padding:1px 8px;
text-decoration:none
}
.underlinks ul li a:hover
{
text-decoration:underline;
}
.underlinks ul li a.selected
{
color:#1b263e;
font-weight:bold;
}

.marginright5
{
margin-right:5px;
}
.topsearchouter
{
float:right;
margin:7px 2px 0px 0px;
}
html>body .topsearchouter
{
float:right;
margin:7px 5px 0px 0px;
}
.curveouter
{
background:url(../img/curve_middle.gif) repeat-y top left;
width:294px;
overflow:hidden;
float:left;
margin:5px 5px 5px 10px;
} 
.curvetop
{
background:url(../img/curve_top.gif) no-repeat top left;
width:268px;
overflow:hidden;
padding:13px 13px;
}
.curvebottom
{
background:url(../img/curve_bottom.gif) no-repeat top left;
width:294px;
height:26px;
}
.curvedetails
{
width:auto;
overflow:hidden;
clear:both;
margin:15px 0px 0px 0px;
}
.underlinehed
{
border-bottom:1px solid #e3e3e4;
padding-bottom:5px;
margin-bottom:15px;
display:block;
}
.h2underlinehed
{
border-bottom:1px solid #e3e3e4;
padding-bottom:5px;
display:block;
}
.font13
{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
}
.bg
{
background:url(../img/bg.gif) repeat-x bottom left #FFFFFF ;
height:28px;
}
.margintop15
{
margin-top:15px;
}
.margintop10
{
margin-top:10px;
}
.formtext
{
font-size:11px;
color:#4d5d9d;
}

/* ====================================================== */

.redbg
{
background:#FBE1D0;
display: block;
}

commonbtn
{
font-size:11px;
padding:5px;
font-weight:bold;
display:block;
background:url(../img/bg_underlinks.gif) repeat-x top left #c5c5c5;
border:1px solid #bebebe;
width:auto;
text-align:center;
color:#4d5d9d;
cursor:default;
}
.commonbtn:hover
{
text-decoration:none;
cursor:default;
}
html>body .commonbtn
{
font-size:11px;
padding:5px;
font-weight:bold;
display:block;
background:url(../img/bg_underlinks.gif) repeat-x top left;
border:1px solid #bebebe;
width:auto;
text-align:center;
color:#4d5d9d;
cursor:default;
}
html>body .commonbtn:hover
{
text-decoration:none;
cursor:default;
}
.commonlink
{
height:19px; 
display:block; 
padding-top:5px;
}


.loginbtn
{
width:128px;
height:33px;
background:url(../img/btn_login.gif) no-repeat top left;
outline:none;
border:none;
}










.sub_heads {
	font-family: Tahoma, Verdana, "Comic Sans MS";
	font-size: 16pt;
	color: #515d76;
	text-decoration: none;
}

.article_details
{
font-family: Tahoma, Verdana, "Comic Sans MS";
font-size: 8pt;
font-weight: normal;
color: #2f536c;
text-decoration: none;
line-height: 12pt;
padding-bottom: 4px;
}

.sub_texts {
	font-family: Tahoma, Verdana, "Comic Sans MS";
	font-size: 9pt;
	font-weight: normal;
	color: #2f536c;
	text-decoration: none;
	line-height: 18pt;
}

.imgspace {
margin-right:14px;
}
