/**** -- Main layout styles -- ****/

body {
	text-align: center;
	background-color: #2F4155;
	background-repeat: repeat-x;
	margin: 0px;
  }

                  /**** -- ALL Container -- ****/


#container {
	width: 960px;
	background-color: #273647;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: outset;
	border-left-style: solid;
	border-top-color: #3682BA;
	border-right-color: #667E84;
	border-bottom-color: #3682BA;
	border-left-color: #2F4155;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	height: 584px;
  }

#container p {
	padding: 0em 0.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
  }  

                      /**** -- HEADER -- ****/

#header {
	width: 960px;
	height:120px;
	background-color: #2F4155;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #63AFE7;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #666666;
	font-weight: bold;
  }


/**** -- Photo Boxes -- ****/

#picboxes {
	width: 266px;
	height:460px;
	background-color: #312F2F;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	float: left;
	border: 0px solid #666;

  }
#picholder {
	width: 266px;
	height:260px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top;
	border: 0px solid #333333;
  }
#textholder {
	width: 266px;
	height:175px;
	background-color: #312F2F;
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }
#picboxcontainer {
	width: 826px;
	height:468px;
	background-color: #493E30;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #312F2F;
	border-right-color: #312F2F;
	border-bottom-color: #60363C;
	border-left-color: #312F2F;
  }

/**** -- Pagination -- ****/
#tnt_pagination {
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color: #FFF;
	padding-left: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: 0;
	border-bottom-style: solid;
	border-left-style: 0;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: none;
	padding-right: 0px;
	margin-left: 0px;

}

#tnt_pagination p {
text-align: center;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#0072bc;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #BBDDFF;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDEEFF;
	color:#0072BC;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;

}



                    /**** -- Headings -- ****/

ul#heading a
{
    display: block;

text-decoration: none;
width:10em;
margin-left: 10em;
background: #036;
color: #fff;
padding: .2em .5em;
border-bottom: 1px solid #fff;
border-left: 10px solid #ECF2FD;
}
ul#heading
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}


/**** -- Image  Styling -- ****/
.image-border {
	border: 1px solid #707070;
	background-color: #666666;
	padding: 3px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.uw-text-color {
	color: #273647;
	background-color: #273647;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #707070;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #707070;
}


                 /**** -- Main Content -- ****/

#maincontent {
	width: 826px;
	padding-top: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-right: 0px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	margin-bottom: 1px;
	border-right-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #666;
	border-bottom-color: #999999;
	border-left-color: #2F4155;
	border-top-width: 0px;
	border-bottom-width: 0px;
	
	
  }
  
 div.rounded {
	background-color: #666;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
} 

  
img.imagerightnoborder { 
float: right;
border: 0px; 
}
img.imageleft {
	float: left;
	padding-right: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	border:2px solid #81B5DA;
}
img.imageright {
	float: right;
	margin-left: 7px;
	margin-right: 7px;
	border:2px solid #81B5DA;
} 


            /**** -- Text look and feel -- ****/


#maincontent p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-right: 1.2em;
	margin-bottom: 1em;
	margin-left: 1.2em;
	line-height: normal;
	padding-left: 12px;
	padding-right: 12px;
	color: #000000;
	padding-top: 10px;
	border-left-width: 0px;
	border-left-style: solid;
	
}

#maincontent a {
	color: #005E8A;
	background-color: #FFF;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

#maincontent a:hover {
	color: #9F5964;
	background-color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#maincontent h1 {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #88C2EE;
	border-bottom-width: 0em;
	border-bottom-style: solid;
	border-bottom-color: #41252B;
	font-style: normal;
	text-align: center;
	padding-bottom: 0.1em;
	background-color: #273647;
	padding-left: 8px;
	margin: 0em;
	height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #374D64;
	
	
}

#maincontent h2 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-style: normal;
	text-align: left;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0px;
	padding-bottom: 5px;
	background-color: #FFF;
	padding-left: 16px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	
}



#maincontent h3 {
	display: block;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #A7322C;
	margin: 0em 1.4em 0em 1.4em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #A97D5D;
	
}
.image-center-noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}


#maincontent h5 {
	color: #443333;
	width: 24em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background-color: #464646;
	background-image: url(../image-files/rallado_beige_hx.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: .6em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: .6em;
}



ul{
  font-size: 0.8em;
font-family: verdana, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url('../image-files/li_bullet.gif');
}

.h1 {
	font-size: 5em;
	font-family: verdana, sans-serif;
	line-height: 1em;
	color: #333333;

}

                 /**** -- Footer -- ****/

#footer {
	clear:both;
	width: 826px;
	height:40px;
	background-color: #273647;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #60363C;
	border-right-color: #60363C;
	border-bottom-color: #493E30;
	border-left-color: #60363C;
	margin-right: 0px;
  }

#footer p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	
}

                  /**** -- Left Nav -- ****/

#content {
	width: 120px;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

#contentLeft {
	width: 128px;
	margin-bottom: 0px;
	background-color: #273647;
	background-repeat: no-repeat;
	color: #464646;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #374D64;
	border-right-color: #000000;
	border-bottom-color: #344961;
	border-left-color: #6C4E20;
  
}

 /**** -- Menu Home -- ****/

#content a.menuhome {
	background-color: #374D64;
	display: block;
	color: #D0BCA4;
	padding-left:5px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
	font-weight: lighter;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D4457;
	border-right-color: #536877;
	border-bottom-color: #333;
	border-left-color: #273647;

  
}

#content a:hover.menuhome {
	color: #AB8862;
	background-color: #232323;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000;
	border-left-color: #666666;

}

 /**** -- Menu Mechanism -- ****/

#content a.menumech {
	background-color: #374D64;
	display: block;
	color: #D8BC9E;
	padding-left:5px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
	font-weight: lighter;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #536877;
	border-bottom-color: #333;
	border-left-color: #273647;

  
}

#content a:hover.menumech {
	color: #AB8862;
	background-color: #232323;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000;
	border-left-color: #666666;

}

 /**** -- Menu Purp -- ****/

#content a.menupurp {
	background-color: #374D64;
	display: block;
	color: #D8BC9E;
	padding-left:5px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
	font-weight: lighter;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D4457;
	border-right-color: #536877;
	border-bottom-color: #333;
	border-left-color: #273647;

  
}

#content a:hover.menupurp {
	color: #AB8862;
	background-color: #232323;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000;
	border-left-color: #666666;

}

 /**** -- Menu Func -- ****/

#content a.menufunc {
	background-color: #374D64;
	display: block;
	color: #D8BC9E;
	padding-left:5px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
	font-weight: lighter;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D4457;
	border-right-color: #2D4457;
	border-bottom-color: #333;
	border-left-color: #273647;

  
}

#content a:hover.menufunc {
	color: #AB8862;
	background-color: #232323;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000;
	border-left-color: #666666;

}

 /**** -- Menu App -- ****/

#content a.menuapp {
	background-color: #374D64;
	display: block;
	color: #D8BC9E;
	padding-left:5px;
	padding-right:1px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
	font-weight: lighter;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D4457;
	border-right-color: #536877;
	border-bottom-color: #333;
	border-left-color: #273647;

  
}

#content a:hover.menuapp {
	color: #AB8862;
	background-color: #232323;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000;
	border-left-color: #666666;

}

#contentLeft a {
	font-size: 11px;
	margin: 0em 0em 0em 0em;
	line-height: 1.8em;
}

#contentLeft p {
	font-size: 11px;
	color: #AB8862;
	line-height: 1.8em;
	text-align: left;
	padding: 0px;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0px;
}


.subHeader {
  border: 0px;


/**** -- Content left side titles and lines -- ****/

/**** -- Title text eg Style. function etc -- ****/  
}

#contentLeft
.header, .subHeader {
	display: block;
	font-weight: lighter;
	font-size: 11px;
	text-transform: lowercase;
	color: #88C2EE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26465E;
	background-color: #2F4155;
	margin-top: 0px;
	padding-left: 4px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #60363C;
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #273647;
	font-family: Verdana;

}

#maincontent img {
	border:1px solid #333333;
}
img.imageleftnoborder {
	float: left;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#maincontent h4 {
	display: block;
	font-weight: lighter;
	font-size: 1.2em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #2F4155;
	margin-top: 0px;
	margin-right: 10px;
	padding-left: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	border: 3px solid #5E82A6;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
}
#textholder h1 {
	color: #88C2EE;
	background-color: #312F2F;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	text-transform: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #294666;
	padding-left: 8px;
	border-top-width: 0px;
}
#textholder p {
	color: #FFFFFF;
	background-color: #312F2F;
	margin-bottom: 0.6em;
	margin-top: 0em;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
	margin-left: 0.8em;
}
#textholder   h3 {
	color: #6A6AB5;
	background-color: #312F2F;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.6em;
}
#textholder a {
	color: #9F5964;
	background-color: #312F2F;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	text-decoration: none;
}
#textholder a:hover {
	color: #C6979E;
	background-color: #312F2F;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#paginationholder {
	width: 820px;
	height:98px;
	background-color: #CCCC00;
	background-repeat: no-repeat;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentLeft  h1 {
	color: #FF6633;
	background-color: #312F2F;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	margin-bottom: 0em;
	margin-top: 0em;
	
	font-weight: bold;
}
.categorytext {
	font-family: Verdana;
	font-size: 11px;
	color: #C48642;
	font-weight: lighter;
	margin-left: 0px;
	margin-right: 0.2em;
}
.watchtitle {
	font-family: Verdana;
	font-size: 12px;
	color: #88C2EE;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}
#shareholder {
	width: 135px;
	height:30px;
	background-color: #312F2F;
	padding: 0px;
	float: left;
}
.uniquemenutxt {
	font-family: Verdana;
	font-size: 12px;
	color: #CC3333;
	font-weight: bolder;
}
#watchdesctpn {
	width: 264px;
	background-color: #312F2F;
	padding: 0px;
	float: left;
	margin: 0px;
}
#watchdesctpn p {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
}
#shareholder p {
	background-color: #312F2F;
	font-family: Verdana;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}
#maincontent h6 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #5C343C;
	border-bottom-width: 0em;
	border-bottom-style: solid;
	border-bottom-color: #41252B;
	font-style: normal;
	text-align: left;
	padding-bottom: 0.1em;
	background-color: #5C343C;
	padding-left: 8px;
	margin: 0em;
	height: 18px;
}
/**** -- Timeline Table -- ****/

#itsthetable	{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
		}

table		{
	font: normal 0.9em tahoma, arial, sans-serif;
	line-height: 1.4em;
	border-collapse: collapse;
	border: 1px solid #333333;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-color: #FFF;
		}
		
thead		{
	color: #000;
	background-color: #FFF;
		}
		
thead tr th	{
		padding: 4px 8px 4px 8px;
		}

tfoot		{
	background-color: #FFF;
		}
		
tfoot tr td, tfoot tr th, tbody tr td	{
		padding: 4px;
		}
		
tbody tr	{
	border: 1px solid #333333;
	background-color: #FFF;
		}
		
tbody th	{
	padding: 8px;
	border: 1px solid #333333;
	color: #2F4155;
	font-weight: normal;
		}
		
tbody td	{
	background-color: #FFF;
		}

tbody tr.odd		{
	background-color: #FFF;
		}
		
tbody tr.odd td		{
	color: #000000;
	background-color: #E9ECEE;
		}
		
tbody tr th a:hover		{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CECCCA;
		
		}
		
tbody td a:visited		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: none;
		}
		
tbody td a:hover		{
	font: normal 0.9em tahoma, arial, sans-serif;
	color: #CECCCA;
	text-decoration: none;
		}
		
tbody td a:active		{
		font: normal 0.9em tahoma, arial, sans-serif;
		color: #808000;
		text-decoration: underline;
		}
			
tbody td a:visited:after {
		color: #808000;
		text-decoration: none;
		}
			<style type="text/css">


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 200;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 200px;
	left: 450px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	z-index: 50;
	position: absolute;
}

</style>
.bookmarking {
	position: absolute;
	top: 150px;
	right: 155px;
}
#bottom_banners {
	clear:both;
	width: 826px;
	height:80px;
	background-color: #273647;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #60363C;
	border-right-color: #60363C;
	border-bottom-color: #493E30;
	border-left-color: #60363C;
	margin-right: 0px;
}
.text_highlight_green {
	font-family: Verdana;
	font-size: 12px;
	color: #06F;
	font-weight: bolder;
	padding-right: 8px;
}

.addthis_button_facebook {
	width: 32px;
	padding: 4px;
     }
	 .addthis_button_twitter {
	top: 5px;
	width: 32px;
     }
	 .addthis_button_email {
	top: 5px;
	width: 32px;
     }
	 .addthis_button_google {
	top: 5px;
	width: 32px;
     }
	 .addthis_button_compact {
	top: 5px;
	width: 32px;
     }

#social {
	width: 120px;
	height:20px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	z-index: 1;
}
.addthis_share_btn a, .addthis_share_btn a:visited {
    background: #222 url(images/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);  
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #111; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(images/icon-addthis.gif) no-repeat left;
    padding: 1px 0 1px 18px;
} 

#younique-button {
	width: 160px;
	height:20px;
	float: right;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}
#younique-button a{
	color: #D8BC9E;
	background-color: #2F4155;
	margin-bottom: 0.6em;
	margin-top: 0em;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
	margin-left: 0.8em;
	}
#younique-button a:hover{
	color: #FFF;
	}
#maincontent-video {
	width: 826px;
	padding-top: 0px;
	background-color: #374D64;
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-right: 0px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	margin-bottom: 1px;
	border-right-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #666;
	border-bottom-color: #999999;
	border-left-color: #2F4155;
	border-top-width: 0px;
	border-bottom-width: 0px;
	
	
  }
#maincontent-video h1 {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #88C2EE;
	border-bottom-width: 0em;
	border-bottom-style: solid;
	border-bottom-color: #41252B;
	font-style: normal;
	text-align: center;
	padding-bottom: 0.1em;
	background-color: #273647;
	padding-left: 8px;
	margin: 0em;
	height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #374D64;
	
	
}

/* Rounded corner box */
.rbroundbox { background: url(../image-files/nt.gif) repeat; }
.rbtop div {
	background-image: url(../image-files/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rbtop { background: url(../image-files/tr.gif) no-repeat top right; }
.rbbot div { background: url(../image-files/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../image-files/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent {
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 7px;
	padding-top: 10px;
	border: 1px solid #999;
}
.rbroundbox {
	width: 80%;
	margin: 1em auto;
}
.rbroundbox-2 {
	width: 96%;
	background-color: #E4E6EC;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
