/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		VICCORP
Filename:		layout_common.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
7	08jun06		MS			Changing a background colour
6	21Apr06		MS			Making some minor changes
5	03Apr06		MS			Making some minor changes
4	22Mar06		MS			adding new classes
3	10Mar06		MS			Reducing padding at top of page
2	10Mar06		MS			Some changes to header tags
1	23Feb06		MS			Created

*/

body {
	margin: 0;
	padding: 0;
	padding-top: 7px;
	font: normal 70% verdana,sans-serif;
	text-align: left; /* centering for IE users */
	color: #424242;
	background: url('/images/backgrounds/background.gif');
}

img {
	border: none;
}

a {
	color: #010066;
}

#siteWrap {
	width : 713px;
	margin : auto;
	padding : 0px;
	overflow:hidden;
}

#siteMain {
	width : 712px;
	height : auto;
	margin : 0px;
	padding : 0px;
	z-index: 50;
	float:left;
	background: none;
	border-left: 1px solid #ffffff;
	/* background-color: #ffffff; */
	background: url('/images/backgrounds/side_bar.gif');
	background-repeat: repeat-y;
}

#siteContent {
	position: relative;
	overflow: hidden;
	color: #424242;
}

#leftPanel{
	position:relative;
	overflow: hidden;
	width:175px;
	float:left;
	backgound-color: #ffffff;
}


/* Left panel styling */

#leftPanel #lower{
	position:relative;
	float: none;
	width:175px;
	float:left;
}

#leftPanel .coArticleSignpostWrap {
	position: relative;
	width: 175px;
	overflow: hidden;
	background-repeat: no-repeat;
	color: #292931;
	font-size: .9em;
	background-color: #a8c2ef;
	border-top: 4px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#leftPanel .coArticleSignpostWrap .headline {
	position: relative;
	height: 27px;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	background-color: #010066;
}

#leftPanel .coArticleSignpostWrap .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

#leftPanel .coArticleSignpostWrap .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

#leftPanel .coArticleSignpostWrap .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#leftPanel .coArticleSignpostWrap .headline .right {
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background-image: url('/images/panels/rightarrow_curve.gif');
	background-repeat: no-repeat;
	float: right;
	cursor: hand;
}

#leftPanel .coArticleSignpostWrap .articleInner {
	position: relative;
	padding: 5px;
}

#leftPanel .coArticleSignpostWrap .articleBody {
	position: relative;
}

#leftPanel .coArticleSignpostWrap .articleBody .item {
	position: relative;
	padding: 0;
	margin: 0;
}

#leftPanel .coArticleSignpostWrap .articleBody .item .heading {
	position: relative;
	padding-bottom: 10px;
}
#mainPanel {
	position: relative;
	overflow: hidden;
	float: left;
}

#teHTML {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#teHTMLInner
{
	position: relative;
	overflow: hidden;
	padding: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
}    

p {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	color: #010066;
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-weight: bold;
}  

 h1 {
	font-size: 1.3em;
}

 h2 {
	font-size: 1.2em;
}

 h3 {
	font-size: 1.2em;
	font-weight: normal;
}

 h4 {
	font-size: 1.1em;
}

 h5 {
	font-size: 1.1em;
	font-weight: normal;
}

 h6 {
	font-size: 1.0em;
	font-weight: normal;
}  

#teHTMLInner .pageTitle {
	font-size: 1.3em;
	color: #010066;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

/* coSiteTool styling */

#coSiteTool {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

#coSiteTool .logo {
	position: relative;
	width: 713px;
	height: 101px;
	padding: 0;
	overflow: hidden;
}

#coSiteTool .siteBar {
	position: relative;
	overflow: hidden;
	width: 711px;
	height: 25px;
	background-color: #010066;
	padding: 0;
	border: 1px solid #ffffff;
	border-top: none;
}

#coSiteTool .siteBar .siteNav {
	position: relative;
	float: left;
	padding: 5px;
}

#coSiteTool .siteBar .siteNav .linkPad{
	padding-right: 10px;
}

#coSiteTool .siteBar .siteNav a.links {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}

#coSiteTool .siteBar .siteSearch {
	position: relative;
	float: right;
	padding: 3px;
	width: 192px;
}

#coSiteTool .siteBar .siteSearch .searchText {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	width: 60px;
	color: #ffffff;
	padding-top: 3px;
	padding-right: 5px;
	font-size: 0.9em;
	text-align: right;
}

#coSiteTool .siteBar .siteSearch .searchField {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
}

#coSiteTool .siteBar .siteSearch .searchInput {
	margin: 0;
	padding: 0;
	padding: 2px;
	height: 13px;
	font-size: 1.0em;
	border: 0px;
	width: 110px;
}

#coSiteTool .siteBar .siteSearch .searchButton {
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
	width: 17px;
	_padding-top: 1px;
}


/* coSiteNavigation styling */

#coSiteNavigation
{
	width:175px;
}


/* coSiteFooter styling */

#coSiteFooter {
	position : relative;
	clear: both;
	text-align : left;
	padding: 0;
	margin: 0;
	/* height: 26px; */
}

#coSiteFooter #coSiteFooterHolder{
	position : relative;
	overflow: hidden;
	padding: 0;
	width: 713px;
	height: 26px;
}

#coSiteFooter #coSiteFooterHolder #links{
	position : relative;
	background-color: #010066;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
	width: 623px;
	height: 25px;
}

#coSiteFooter #coSiteFooterHolder .linkPad{
	position: relative;
	padding-top: 6px;
	padding-left: 10px;
	float: left;
}

#coSiteFooter #coSiteFooterHolder #curve{
	position : relative;
	background: none;
	float: right;
	width: 89px;
	background: url('/images/backgrounds/corner1.gif');
	height: 26px;
}

#coSiteFooter #coSiteFooterHolder a.link{
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
}

#coSiteFooter #coSiteFooterLink{
	position : relative;
	overflow: hidden;
	font-size: 0.9em;
	color: #ffffff;
	padding: 5px;
	padding-left: 0px;
}

#coSiteFooter #coSiteFooterLink a.link{
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


#footerLeft {
	position: relative;
	overflow: hidden;
	width: 176px;
	height: 73px;
	float: left;
	border-bottom: 1px solid #ffffff;
}

#footerLeft .copyrightContent {
	position: relative;
	padding: 0;
	margin: 0;
	width: 175px;
	background-color: #6681a3;
	border: 1px solid #ffffff;
	border-right: none;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	font-size: 0.8em;
	height: 74px;
}

#footerLeft .copyrightContent .copyrightInner {
	position: relative;
	padding: 5px;
}

#footerCurve {
	position: relative;
	overflow: hidden;
	background: url('/images/backgrounds/corner2.gif') no-repeat bottom right;
	width: 537px;
	height: 74px;
	float: right;
}

#coSiteSubNavigation{
	position : relative;
	overflow: hidden;
	margin:0;
	padding:0;
	font-size: 1.3em;
	color: #010066;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 15px;
}
#coSiteSubNavigation ul{	
	display:inline;
	margin:0;
	padding:0;
}
#coSiteSubNavigation li{
	text-decoration:none;
	display:inline;
	margin:0;
	padding:0;
}
#coSiteSubNavigation li span,
#coSiteSubNavigation li small,
#coSiteSubNavigation a{
	text-decoration:none;
}
#coSiteSubNavigation li small{
	padding-left:5px;
}

.contact, .download, .link {
	padding: 5px;
}

.contact .title {
	font-weight: bold;
}

.contact .spacer {
	height: 5px;
}

.rollHeader .headline {
	position: relative;
	height: 27px;
	overflow: hidden;
	background-color: #000066;
	margin: 0px auto;
}

.rollHeader .headline .left {
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 27px;
	float: left;
}

.rollHeader .headline .title {
	position: relative;
	overflow: hidden;
	height: 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	padding-top: 6px;
}

.rollHeader .headline .title a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.rollHeader .headline .right {
	position: relative;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background-image: url('/images/panels/rightarrow_curve.gif');
	background-repeat: no-repeat;
	float: right;
}