/* - - - - - - -Kadol generic pages styles - - - - - - - - -*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;line-height:1.2em;font-family:inherit;text-align:left;vertical-align:baseline;margin:0;padding:0;}a img,:link img,:visited img{border:0;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}

body {
    background-color: #F2F4F7;
    color: #333333;
    font: 85% helvetica, verdana, arial, sans-serif;  /*sets font to 10px */
    text-align: center;}

h1 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif; letter-spacing: -0.03em;}
h2 {font-size: 1.4em;}
h3 {}
h4 {}
h5 {}
h6 {}

ul, ol, dl, p {
    margin-bottom:1em;

    line-height: 1.3em; 
}
a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


/* Main divs - - - - - - - - -*/

#container {
    margin: 0 auto;
    text-align: left;
    width: 760px;
    background: center top repeat-y;
    padding: 0 8px;
    background-image:url("images_login/container-shadow.png");
}

#logoutbar {
    height: 100px;
    padding: 0;
    background-image: url("images_login/header.jpg");
    background-position: bottom center; 
    background-repeat: no-repeat;
    position: relative;}

    
#logoutbar img {padding: 10px 0 0 15px;}

#pagetitle {
	background: #7F8795 url("images_login/tabcorner.gif") top left no-repeat;;
	height:39px;
	padding:0 0 0 50px;
}

#pagetitle h1 {font-size: 165%; padding: 5px 0; color: white;}

#content {
    padding: 25px 50px 0 50px;
    margin: 0;
}


/* - - - - - - -- footer  - - - - - - - - -*/

#footer { 
    clear: both;
    padding: 0px 34px;
    margin: 0 -8px;
    height: 50px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url("images_login/footer.gif");
}

#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 5px;
	list-style-type: none;
	border-right: 1px solid #333333;
}

#footer ul li.last {
	border-right: none;
}

#footer p {
	padding-top: 10px;
}

#footer a {
	font-size: 1em;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}



/* - - - - - - - - - -- Content sections - - - - - - - - - - - -*/



/* - - - - - - - - - - -Legal pages - - - - - - - - - -*/

#content.legal {
    font-size: 0.9em;
}

#content.legal h2 {
    margin-bottom: 20px;
}

#content.legal h3 {
	margin-top: 1em;
}

#content.legal ul, #content.legal ol, #content.legal p, #content.legal a, #content.legal dl {
    margin: 1em 0 0 1em;
}

#content.legal li {
    padding: 0.2em 0;
}

#content.legal ol li {
    list-style-type: decimal;   
}

#content.legal ol li ol li ul li {
    list-style-type: none;
}

#content.legal ol, #content.legal dt {
    font-weight: bold;  
}

#content.legal li p, #content.legal ol ol, #content.legal ol ol ol, #content.legal ol ol ul, #content.legal ol ul {
    font-weight: normal;
}

#content.legal ol li ol li ol li {
    list-style-type: lower-roman;
}

#content.legal address {
    color: #2F4589;
    font-style: normal;
    margin: 1em 0;
}



/* - - - - - - - - - Error pages - - - - - - - -*/

#content.error p {
    font-size: 1.2em;
}

#content.error a.submit {
    float: right;
    margin: 0 15px 20px 0;
}

div.invalidSess p {padding: 25px 50px;}

#container p {
	color: #7F8795;
}
	


/* - - - - - - - - - Web link product chooser page - - - - - - - -*/

#content.productChooser fieldset {margin-bottom: 1em;}

#content.productChooser h2 {margin-bottom: 0.5em;}

input.submit, a.submit {
	background: #581A5A url(images_kol/submit-bg.gif) left top no-repeat;
	border: 1px solid #581A5A;
	border-style: solid;
	cursor: pointer;
	padding: 0.3em 0.8em;
    margin: 0;
	float: left;
	clear: left;
	color: white;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    width: auto;
    overflow: visible;
}

input.submit:hover, a.submit:hover {
	background-image: url(images_kol/submithover-bg.gif);
	background-color: #913D94;
	border-color: #913D94;
}

#ad {
	background-image: url(images_ad/filtersubmit-bg.gif);
	background-color: #5B519F;
	border-color: #5B519F;
}

#ad:hover {
	background-image: url(images_ad/filtersubmit-bg-f2.gif);
	background-color: #9F99C6;
	border-color: #9F99C6;
}
