/** BASIC */
html
{
	height: 100%;
}

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/bg01-cerqa.jpg) repeat-x left top;
	background-color: #e8e8e8;
}

.leftcolumn
{
	background: #e7e7e7 url(../images/left_column.png) no-repeat;
	width: 44px;
	height: 100%;
}
.centercolumn
{
	background-color: #e8e8e8;
}
.rightcolumn
{
	background: #e7e7e7 url(../images/right_column.png) no-repeat;
	width: 44px;
	height: 100%;
}

.hand
{
	cursor: pointer;
}

/** FORMS */

form
{
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2
{
	margin: 0px;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #000033;
}

h1
{
	letter-spacing: -1px;
	font-size: 28px;
}

h1.style2
{
	text-transform: capitalize;
	letter-spacing: -2px;
	font-size: 28px;
	padding-bottom: 10px;
}

.special_lbl
{
	text-transform: capitalize;
	letter-spacing: -2px;
	font-size: 26px;
	padding-bottom: 10px;
	font-weight: bold;
}

h2
{
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
}

h3.style1
{
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
	color: #000033;
}

h2.style1
{
	font-size: 16px;
	color: #708A95;
}

h2.style2
{
	text-transform: capitalize;
	font-size: 16px;
	color: #708A95;
}

h2.style3
{
	text-transform: capitalize;
	font-size: 16px;
	color: #708A95;
	font-weight: bold;
	margin: 0px;
}

h2.style4
{
	text-transform: capitalize;
	font-size: 18px;
	color: #708A95;
	margin: 4px;
}

.heading-h2
{
	text-transform: capitalize;
	font-size: 18px;
	color: #000033;
	margin: 4px;
}

.blue_gradient
{
	border: solid 1px #000033;
	background: #FFF;
	padding: 5px;
}

h3
{
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 18px;
	color: #708A95;
}

.links
{
	/*text-transform: lowercase;*/
	font-weight: bold;
	color: #708A95;
	font-size: 16px;
	padding: 10px 0 10px 0;
}

.links:hover
{
	/*text-transform: lowercase;*/
	font-weight: bold;
	color: #000033;
	font-size: 16px;
	padding: 10px 0 10px 0;
	text-decoration: none;
}
.pointer
{
	cursor: pointer;
}

/** TEXTS */

body, th, td, input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #000033;
}

p, ul, ol, dl
{
	margin-top: 0px;
	text-align: left;
	line-height: 160%;
}

strong
{
	color: #000033;
}

.bold
{
	font-weight:bolder;
}
.list1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li
{
	
	width: 122px;
	padding-left: 40px;
}

.list1 li.first
{
	padding-left: 0px;
}

.list2
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.breadcrumb
{
	font-size: 9px;
	/*text-transform: lowercase;*/
}

.breadcrumb a, .breadcrumb a:visited
{
	font-size: 9px;
	color: #708A95;
	text-decoration: none;
	cursor: pointer;
	/*text-transform: lowercase;*/
}

.breadcrumb a:hover
{
	font-size: 9px;
	color: #000033;
	text-decoration: underline;
	/*text-transform: lowercase;*/
}

.line
{
	color: #708A95;
	width: 90%;
	line-height: 1px; 
}


/** LINKS */

a
{
	color: #005596;
	text-decoration: none; /* qunwei 2008.11.24: added */
}

a:hover
{
	text-decoration: underline;
	color: #005596; /* qunwei 2008.11.24: Fuchsia */
}


a.tooltip
{
	position: relative; /*this is the key*/
	z-index: 24;
	color: black;
	text-decoration:underline;
}

a.tooltip:hover
{
	z-index: 25;
	background-color: White;
	color: #b4c7ee;
	text-decoration: underline;
}

a.tooltip span
{
	display: none;
}

a.tooltip:hover span
{
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: -6em;
	width: 20em;
	border: gray 1px solid;
	background-color: #f7f7f7;
	color: #555555;
	text-align: center;
}

/** MISC */

.align-justify
{
	text-align: justify;
}
.align-right
{
	text-align: right;
}

a img
{
	border: none;
}

img.border
{
	padding: 3px;
	border: 1px solid #5f8ca3;
	background: #f7f7f7;
}

img.border_dark
{
	padding: 3px;
	border: 1px solid #5f8ca3;
	background: #f7f7f7;
}

img.left
{
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right
{
	float: right;
	margin: 5px 0px 0px 25px;
}

hr
{
	z-index: 1;
	color: #708A95;
	height: 1px;

}

#page
{
	background: #e8e8e8 url(../images/bg03-cerqa.jpg) no-repeat left top;
	width: 800px;
	margin: 0px auto;
	padding: 28px 60px;
}

#fullpage
{
	background-color: #F8e3ce;
	margin: 0px auto;
	padding: 42px 25px;
}

.boxed
{
	background: url(../images/subpage2_01.png) no-repeat right top;
}

.boxed .content
{
	padding: 30px 23px 0px 23px;
	background: url(../images/subpage2_02.png) no-repeat left top;
}

.padding
{
	padding: 30px 23px 0px 23px;
}

.bg1
{
	background: #ffffff url(../images/subpage1_01.gif) no-repeat left top;
}

.bg2
{
	padding: 11px 11px 0px 12px;
	background: url(../images/subpage1_02.gif) no-repeat right top;
}

.bg3
{
	background: url(../images/subpage1_03.gif) no-repeat left bottom;
}

.bg3 div
{
	height: 25px;
	background: url(../images/subpage1_04.gif) no-repeat right bottom;
}

.inputbox
{
	width: 120px;
	border: solid 1px #000033;
	font-size: 11px;
	margin-left: 3px;
	color: #333333;
	background-color: #f9f9f9;
	margin-right: 3px;
}

/** HEADER */

#header
{
	background: url(../images/bg02-cerqa.jpg) no-repeat center top;
	height: 130px;
	text-align: center;
}

#header_portal
{
	background: url(../images/bg02-cerqa2.jpg) no-repeat center top;
	height: 130px;
	margin: 0px auto;
}

/** TODAY */

#today
{
	
	padding: 13px 0px 5px 60px;
	text-transform: lowercase;
	font-size: 13px;
	color: #708A95;
}

/** FOOTER */

#footer
{
	text-align: center;
	height: 100px;
	background: url(../images/bg04.jpg) repeat left top;
	padding-top: 30px;
	color: #000033;
	line-height: normal;
	margin: 0px;
}

#footer p
{
	
	text-align: center;
	text-transform: lowercase;
	
	
}

#footer a
{
	color: #708A95;
	text-decoration: none;
}

#footer a:hover
{
	color: #000033;
	text-decoration: none;
}

/** backgrounds */

.servicebkg
{
	background-image: url(../images/core-services-front.gif);
	background-repeat: no-repeat;
	height: 268px;
	width: 731px;
}

.solutionbkg
{
	background-image: url(../images/core-solutions-front.gif);
	background-repeat: no-repeat;
	height: 267px;
	width: 729px;
}

.labeltxt
{
	color: #000;
}

.alert_row
{
	padding-top:3px;
	padding-bottom:3px;
}
.alert_row a
{
	color:#13455e;
	font-weight: bold;
}
.alert_row td
{
	background-color: #f08080;
	border-bottom: solid 1px #708A95;
}

.alert_row td
{
	padding-left:7px;
	padding-right:7px;
	font: 7.5pt helvetica,arial,sans-serif;
}

.warning_row
{
	padding-top:3px;
	padding-bottom:3px;
}
.warning_row a
{
	color:#13455e;
	font-weight: bold;
}
.warning_row td
{
	background-color: Yellow;
	border-bottom: solid 1px #708A95;
}

.warning_row td
{
	padding-left:7px;
	padding-right:7px;
	font: 7.5pt helvetica,arial,sans-serif;
}

/* ------------- Header Dropdown Menu ------------------ */

#qsfexWrapper
{
}
#qsfexLogo
{
}
.qsfexMenu
{
}
#qsfexWrapper .qsfexMenu .rmTemplate /* Products submenu item template */
{
	width: 400px;
	padding: 0;
	background: #ffffff;
}
#qsfexWrapper .rmTemplate .rmText
{
	padding: 0;
}
#qsfexWrapper .qsfexMenu .rmTemplate .qsfexCustomMenuSection
{
	position: relative;
	
	margin: 0;
	padding: 0 5px 0 5px;
	width: 160px;
	text-align: right;
}
#qsfexWrapper .qsfexMenu .rmTemplate .qsfexCustomMenuSection h3, h3 a
{
	text-transform: lowercase;
	font-weight: bold;
	color: #00234f;
	font-size: 14px;
	width: 160px; /*border-bottom: 1px solid #00234f;*/
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: right;
}
#qsfexWrapper .qsfexMenu .rmTemplate .qsfexCustomMenuSection ul
{
	text-transform: lowercase;
	list-style-type: none;
	margin: 0px 0 0px;
	padding: 0;
	line-height: 14px;
	zoom: 1; /* ie hack */
}
#qsfexWrapper .qsfexMenu .rmTemplate .qsfexCustomMenuSection li
{
	margin: 0;
	padding: 2px;
	background: #FFFFFF no-repeat center left;
	height: 14px;
	line-height: 14px;
	text-align: right;
	color: #00234f;
}
#qsfexWrapper .qsfexMenu .rmTemplate .qsfexCustomMenuSection li a
{
	line-height: 14px;
	font: normal 10px;
	color: #00234f;
	text-decoration: none;
	text-align: right;
}

#qsfexWrapper .qsfexMenu .rmTemplate .qsfexCustomMenuSection li a:hover
{
	line-height: 14px;
	font: normal 10px;
	color: #00234f;
	text-decoration: underline;
	text-align: right;
}


#qsfexWrapper .qsfexMenu .ProductsSection
{
	width: 400px;
}


/** CONTENT */

#content
{
	
	width: 515px;
}

.subpage #content
{
	
	width: 492px;
}

.fullpage #content
{
	
}
/** SIDEBAR */

#sidebar
{
	
	width: 262px;
}

.subpage #sidebar
{
	
	width: 263px;
}


/** BOX1 */

#box1
{
}

/** BOX2 */

#box2
{
}

/** BOX3 */

#box3
{
}

/** BOX4 */

#box4
{
}

/** BOX5 */

#box5
{
	padding: 35px 25px;
	background: url(../images/homepage13.jpg) no-repeat left top;
}

/** BOX6 */

#box6
{
}

#box6 img.left
{
	margin-top: 0px;
	margin-right: 15px;
}

/** BOX7 */

#box7
{
}

/***** BUTTONS ******/

.buttonstyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000033;
}

.bigbutton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	color: #000033;
	
}


