@charset "UTF-8";
/* --- Colors --- */
/*
	Red - #821616
	Tan - #DFDCD7
*/
/* --- Main --- */
html {
	height: 100%;
	margin-bottom: 1px;
}
body{
	background-color:#F2F0ED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* for IE */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  position:relative;
  z-index: 1;
}
a{
	color:#821616;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration: underline;
	cursor:pointer;
}
a img{
	border:none;
}
h1{
	font-size:16px;
	color:#821616;
}
object{
	border:#821616 solid 1px;
}
.txtsmall, .hint{
  font-size:10px;
}
div#main{
	margin: 0 auto;   /* align for good browsers */
	text-align: center; /* for IE */
	width:784px;
	background: url(../images/main/bg.gif) repeat-y;
  position:relative;
  z-index: 2;
}
div#header{
	margin: 0 auto;   /* align for good browsers */
	text-align:left; /* counter the main center */
	background:url(../images/main/header.gif) no-repeat center top;
	height:59px;
	width:760px;
	position:relative;
  z-index: 10;
}
div#header img{
	float:left;
}
/* --- LINKS --- */
div#links{
	display:block;
	text-align:right;
	color:#821616;
	font-size:14px;
	font-weight:bold;
	
	position:absolute;
	top:35px;
	right:0px;
	z-index:2;
}
div#links ul, div#links li{ 
	list-style:none !important;
	margin:0px;
	padding:0px;
	height:24px;
	float:left;
}
div#links li a{
	display:-moz-inline-box;
	display:inline-block;
	padding:3px 9px 0 9px;
	height:21px;
	position: relative;
}
div#links li a:hover{
	padding:2px 8px 0 8px;
	border:1px solid #821616;
	border-bottom:none;
	color:#F8F6F3;
	background:#821616;
	text-decoration:none;
}
div#links li#current a{
	padding:2px 8px 0 8px;
	border:1px solid #821616;
	border-bottom:none;
	background:#FFFFFF;
}
div#links li#current a:hover{
	color:#821616;
	background:#FFFFFF;
	text-decoration:none;
}
div#body{
	margin: 0 auto 0 auto;   /* align for good browsers */
	text-align: left;
	width:762px;
  position:relative;
  z-index: 3;
}
div#content{
	position:relative;
	padding:15px 15px 0px 15px;
  z-index: 4;
}
div#footer{
	margin: 0 auto;   /* align for good browsers */
	text-align:center;
	color:#821616;
	font-size:10px;
	width:784px;
	height:50px;
	background: #f2f0ed url(../images/main/footer.gif) no-repeat top;
}
.stext{
	margin: 0 auto;
	width:640px;
	text-align:left;
}
.center{
	text-align:center;
}
span.center{
	display:block;
}
hr{
	color:#821616;
	background-color:#821616;
	height:1px;
	border:0px;
	width:100%;
}
hr.soft{
	color:#DFDCD7;
	background-color:#DFDCD7;
}
.red{
	color:#821616;
}
/* --- Tell A Friend --- */
div#tellafriend{
	display:inline;
	text-align:right;
	color:#821616;
	font-size:10px;
	position:absolute;
	/*bottom:-22px; */
	top:4px; 
	right:4px;
	z-index:5;
}
a.tellafriend{
	display:-moz-inline-box;
	display:inline-block;
	padding:1px 5px 0 5px;
	height:15px;
	border:1px solid #d8dfea;
}
a.tellafriend:hover{
	color:#fff;
	background:#821616;
	border-color:#821616;
	text-decoration:none;
}
html .fb_share_button{
	color:#3b5998;
	display:-moz-inline-box;
	display:inline-block;
	padding:1px 20px 0 5px;
	height:15px;
	border:1px solid #d8dfea;
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top right;
}
html .fb_share_button:hover{
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?12:26981) no-repeat top right;
	text-decoration:none;
}
/* --- Pop Up --- */
div.popup{
	display:none;
	padding:10px;
	font-size:10px;
	background:url(../images/sizemeup/border.png);
	position:absolute;
	z-index:5;
}
div.popbody{
	text-align:left;
	padding:6px;
	background:#FFFFFF;
}
div.popfooter{
	height:18px;
	padding:6px;
	background:#FFFFFF;
}
div.popclose{
	float:right;
	height:18px;
	width:66px;
	background:url(../images/sizemeup/close.gif) no-repeat top left;
	cursor:pointer;
}
/* --- Common Elements --- */
div.ftext{
	padding:8px;
	background:url(../images/common/fade300.gif) repeat-y right;
	border:#DFDCD7 solid 1px;
	border-left:0px;
	border-right:0px;
}
div.btext{
	padding:8px;
	background:#F3F2F0;
	border:#DFDCD7 solid 1px;
	border-left:0px;
	border-right:0px; 
}
.loading{
	background:url(../images/common/loadinglg.gif) no-repeat center center;
}
/* --- ClearFix --- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#searchbox td
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.onrow_over
{
  padding:2px;
  position:relative;
  background-color:#E4ECFF;
}

.adminlink,.adminlink:link,.adminlink:visited,.adminlink:active
{
	color:#821616;
	text-decoration:none;
	cursor:pointer;
  font-weight: bold;
}
a:hover {
	text-decoration: underline;
	cursor:pointer;
}

.adminlinks_visible
{
  background-color:#E4ECFF;
  display: inline-block;
  position:absolute;
  right: 6px;
  top:0;
  height: 18px;
  min-heigth: 18px !important;
}

.adminlinks_visible a
{
  display:table-cell; 
  padding: 2px 4px;
  vertical-align: bottom;
}

.adminlinks_notvisible
{
  display: none;
  z-index: 130;
}

sup {
  font-size:7px;
}