/* COMMON TEMPLATE COMPONENTS */

body, html {
  height: 100%;
}

body {
  margin: 0px 0px 0px 0px;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 0.8em;
  color: #333333;
  background: #CDE5FD url(/images/bkgrnd.png) repeat-x top left;
  scrollbar-face-color: white;
  scrollbar-arrow-color: silver;
  scrollbar-track-color: white;
  scrollbar-shadow-color: silver;
  scrollbar-highlight-color: silver;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-Color: white;
  padding: 0px 0px 0px 0px;
}

#inner_flash {
	width : 950px;
	height : 534px;
}

#verticalcentre {
    position: relative;
    height: 50%;    
    margin-bottom: -267px;
    float: left;
    width: 1%;
}

#dropshadowleft {
	clear: left;
	position: relative;
	width: 1008px;
	background: url('/images/left_border.png') left top repeat-y;
	margin: 0px auto 0px auto;
	border: 0px;
}

#dropshadowright {
    width: 980px;
    background: url('/images/right_border.png') right top repeat-y;
    margin: 0px 0px 0px 28px;
    border: 0px;
}

#mainwrapper {
	width: 950px;
	padding: 0px;
	position: relative;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#mainwrapper {
    border-left: 1px solid #CED5E6;
    border-right: 1px solid #CED5E6;
    border-top: 0px;
    border-bottom: 0px;
}

#contentwrapper {
    z-index: 2;
    background: #FFFFFF; 
    padding-top : 200px;
}

#content {
	position: relative;
	padding: 0px 20px;
	z-index : 10;
}

#nonfooter {
	padding-bottom : 280px;
}

#footer {
  color: #003366; 
  font-size: 1.0em;
  width: 950px;
  position: absolute;
  bottom: 0px;
  padding-bottom : 10px;
}

#footer-logos {
	padding-bottom: 10px;
	border-bottom: 1px solid #CED5E6;
	margin-bottom: 10px;
	padding-left: 20px;
	position : relative;
}

#footer-logos img {
	margin-right: 10px;
	width : 75px;
}

#footer-logos #dell {
	margin-right: 0px !important;
}

#footer_contact {
	text-align : right;
	float : right;
	margin-right : 20px;
}

#footer_contact a {
	text-decoration : none;
	font-size : 22px;
}



#header {
  padding: 0px;
  margin: 0px;
  position : absolute;
  top : 0px;
}

.breadcrumbtrail {
    padding-bottom: 20px;
}

/* FOR HEIGHT 100% */

html, body {
    height: 100%;
}

#dropshadowleft {
    min-height: 100%;
    height: 100%;
}

#dropshadowright {
    min-height: 100%;
    height: 100%;
}

#mainwrapper {
    min-height: 100%;
}

#contentwrapper {
    min-height: 100%;
}

/* HEADER */

#header a img {
  border: 0px;
  position: absolute;
  left: 20px;
  top: 12px;
}

#inner_strapline {
    top: 53px;
    position: absolute;
    left: 185px;
}

/* COMMON ELEMENTS */
h2 { font-size: 1.5em; color : #003366; font-weight : normal; }
h3 { font-size: 1.2em; margin-bottom : 5px;}
h4 { font-size: 1.0em; color : #3399FF; }

h1 {
	font-weight : normal;
	font-size : 3em;
	color : #003366;
}

h1.title {
	margin : 0px 0px 30px 0px;
}

h1.title.index, h1.title.section {
	font-size : 4em;
}

h2.index_name {
	margin : 0px;
}

h1 a, h2 a, h3 a {
	text-decoration : none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration : underline;
}

ul {
	list-style-image: url(/images/ctm_bullet.gif);
	margin : 5px 5px 5px 18px;
  padding: 0px;
}

a {
	color : #003366;
}

a:hover {
	color : #3399FF;
}

button {
	border : 2px solid #3399FF;
	background : white;
	color: #003366;
	padding: 3px 10px;
	cursor : pointer;
}

input, textarea {
	border: 1px solid #99CCFF;
}

span.ctm {
	font-weight: bold;
	color: #3399FF;
	font-family: tahoma, sans-serif;
}

.grey {
	background-color: #F1F1F8;
}

.gold_heading {
  background-color: #FDFF6F;
  color: #000000;
  border: 0px;
}

.gold {
  background-color: #FFFFCD;
  border: 0px;
  color: #000000;
}

.bronze_heading {
  background-color: #FFC569;
  color: #000000;
}


.bronze {
  background-color: #FFEBCD;
  color: #000000;
}

.silver_heading {
  background-color: #C8C8C8; 
  color: #000000;
}

.middle_silver {
  background-color: #e6e6e6; 
  color: #000000;
}

.light_silver {
  background-color: #EEEEEE;
  color: #000000;
}

#article_icon {
	float: right;
	padding: 10px;
	width: 128px;
	height: 128px;
	position : relative;
	top : -50px;
}

#article_icon img {
	width: 128px;
}	

table {
	border-collapse: collapse;
}

#wrappertable, #wrappertable td {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

#wrappertable {
	height: 100%;
}

/* HEADER STYLES */
#title_bar {
  background: #C9D3E3;
}

#title_bar img {
    display: block;
}

/* FOOTER STYLES */

#copyright {
  float: left;
  text-align: left;
  margin-left: 20px;
  display: inline;
}

#links { 
  text-align: right;
  margin-right: 20px;
}

#links a, #copyright a {
  text-decoration: none;
}

div.stretcher {
  clear : both;
}

#top_image img {
  padding: 0px;
  margin-bottom: 12px;
}

.todo {
	background : yellow !important; 
	color : black !important;
}

div.introduction { font-weight : bold; font-size : 1.2em; margin : 20px 0px;}
div.body { margin : 20px 0px;}

div.backlink {
	margin-top : 20px;
}

table.section_columns {
	border : 0px;
	padding : 0px;
	margin : 0px;
	width : 100%;
}

table.section_columns div.widget {
	margin : 0px 0px 20px 0px;
}


table.section_columns td {
	border : 0px;
	padding : 0px 10px 0px 0px;
	margin : 0px;
	width : 50%;
}

table.section_columns tr {
	vertical-align : top;
}

table.section_columns h2 {
	font-size : 2.5em;
}

#search_box {
	position : absolute;
	right : 140px;
	top : 10px;
}

#search_button {
	border : 0px;
	display: block;
}

#search_input {
	width : 200px;
	font-size : 12px;
	padding : 3px 3px 4px 3px;
}

#search_input.inactive {
	color : silver;
}

.bignumber {
	font-size : 1.4em;
	color : #003366;
	padding-left : 20px;
}

#print_header {
	display : none;
}

hr {
	margin-bottom : 10px;
	color : silver;
	height : 1px;
}


#loggedin {
	margin-left: 20px;
	font-size: 9px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#loggedin a {
        font-weight: bold;
        text-decoration: underline;
}

