/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */

body {
font-size:76%;
background-color:#eaeff3;
background-image:url(bg_page.jpg);
background-position:center;
background-repeat:repeat-y;
margin:0 0 0px;
}



body,td {
font-family:arial, helvetica, sans-serif;
text-align:left;
color:#40463c;
}

td {
font-size:1em;
vertical-align:top;
}

p {
font-size:1em;
text-align:left;
line-height:1.3em;
margin-top:1px;
padding-bottom:4px;
margin-bottom:4px;
}

.abc {
font-size:1em;
margin-top:1px;

}

#iframe1 {
	width:400px;
	height:21px;
	border:none;
	margin-left:4px;
	margin-top: 0px;
	float:left;
	background-color: #005500;
}


/* links */

a:link,.calAst {
color:#008eaa;
text-decoration:none;
}

a:visited {
color:#007991;
text-decoration:none;
}

a:hover {
color:#007991;
text-decoration:underline;
}

a.titleTooltip,a.titleTooltip:hover,a.titleTooltip:active {
color:#40463c;
cursor:help;
}

a.h3Subtle,a.h3Subtle:hover,a.h3Subtle:active {
color:#571a60;
}


/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;

	color: #D80000;
}
h1 { font-size: 1.2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}
h5 { font-size: 1.1em; }
#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 10px 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #D8D8D8; 
	text-align:center;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #D8D8D8; 		
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 10px 0px 5px 20px;	
	/*color: #008EAA;	*/
	font-weight:bold;

}
ul span, ol span {
	color: #666666;
}
li {
color: #008EAA;	
}
altcolor {
	color: #000000;	
}
a img {  
  border: 0px solid red;
}
a:hover img {  
  border: 1px solid red !important; /* IE fix*/
  border: 1px solid red;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #EC981F;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #EC981F;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #333;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #333;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 150px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   	width: 989px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {

   	margin: 0; 
   	padding:0;
   	width: 970px;	
}
/* header */
#header {
	position: relative;
	width:980px;
	height: 84px;	
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin:3px;
	margin-left: 15px;
	margin-right: 15px;
	text-align:center;
	padding: 0px;
	width: 59%;	
	border-left: 1px dotted #D8D8D8;
	

}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #D8D8D8;
}
.post-footer .fav {
	background: url(fav.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comments.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .send {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comment {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(more.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {

	float: left;
	width: 160px;
	margin: 3px;
	margin-left:10px;
	padding: 0; 
	display: inline;
	background-color:#FFFFFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #D8D8D8;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 170px;
	padding: 0;	
	margin: 3px;		
	margin-right:10px;
}

/* footer */
#footer {	
	clear: both;
	background: #F3F3F3;
	border-top: 1px solid #D8D8D8;
	width:990px;
	text-align: left;	
	height: 155px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	padding: 0;	
	font: bold 1.2em 'arial', helvetica, sans-serif;
	width: 980px;/* 980px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
	margin-left:auto;
	margin-right:auto;
}
#menu ul li{
	display: inline;
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #008eaa;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #EAF1BA; 
	border-bottom: 4px solid #F00000;
}
#menu ul li#current a{
	color: #333;
	background-color: #EAF1BA; 
	border-bottom: 4px solid #F00000;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange { color: #FFA600; }

	
#adslice {
text-align:left;
color:#008CB2;
background-image:url(adslice_bg.gif);
background-repeat:repeat-x;
height:20px;
width:980px;
margin-left:auto;
margin-right:auto;
padding:5px;
}

#adslice a,#adslice a:link,#adslice a:visited {
font-weight:700;
color:#008CB2;
}


/* search form */
form.searchform {
	background: transparent;
	border: 0;
	margin: 0; padding: 0;	
}
form.searchform input.textbox { 
	margin: 0; 
	width: 250px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: bottom;
}
form.searchform input.button {
	width: 55px;
	vertical-align: bottom;
}

/* header */
#header {
	position: relative;
	width:980px;
	height: 84px;	
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

#outerad {

width:168px;
height:200px;
margin:5px;
padding: 3px;
background-color:#EAF1D3;

}

/* ADS
*********************************************************/
#rightsidead{
  float:right;
	margin:-30px 0 0 0px;
	width:405px;
	padding:0 0 25px 0;
  text-align:center;
  background:url(contentBottom.png) no-repeat 0 100%
  }
#rightsideadcontent{
	padding:5px 20px 0 20px;
	background:url(contentBg.png) no-repeat 0 0;}
#rightsideadinner{
  margin-top:25px;
  text-align:center;
}



.t {background: url(dot.gif) 0 0 repeat-x; width: 14em}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}


#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 0px; }
#xsnazzy h1 {font-size:2.5em; color:#fff;text-align:left;}
#xsnazzy h2 {font-size:1.1em;color:#fff; border:0;border-bottom: 1px solid #D8D8D8;background:#D80000 ;padding-left:3px;text-align:center;	}
#xsnazzy p {padding-bottom:0.5em;padding-left:5px;padding-right:5px;}
#xsnazzy h2 {padding-bottom:0.3em;}
#xsnazzy {background: transparent; margin:0.1em;}
 
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#D80000; border-left:1px solid #c2c2c2; border-right:1px solid #c2c2c2;}
.xb1 {margin:0 5px; background:#c2c2c2;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
 
.xboxcontent {display:block; background:#fff; border:0 solid #c2c2c2; border-width:0 1px;}

.menu {background-color:#008EAA;border-bottom:1px solid #d7d7d7; height:23px;width:550px;margin:1px 0 0 10px;}
.menu ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.menu li {display:inline; line-height:23px;}
.menu li a {color:#fff; text-decoration:none; padding:5px 5px 6px 5px; }
.menu li a.tabactive {border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7; color:#fff; background-color:#d80000; font-weight:bold;  position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6 {border:1px solid #ececec; width:548px; text-align:center;padding:6px 0px; font-size:12px; margin-bottom:5px;margin:0px 0 0 10px;}
 
 .datagridclass{border: 1px none;
border-collapse: separate;
border-color:#fff;
border-bottom-color:#fff;


}
 .redlink1
{
    FONT-SIZE: 11pt;
    COLOR: #24486C;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
    font-weight:bold;
}
A.redlink1
{
    FONT-SIZE: 11pt;
    COLOR: #24486C;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
    font-weight:bold;
}
A.redlink1:link
{
    FONT-SIZE: 11pt;
    COLOR: #24486C;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
    font-weight:bold;
}
A.redlink1:visited
{
    FONT-SIZE: 11pt;
    COLOR: #24486C;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
    font-weight:bold;
}
A.redlink1:hover
{
    FONT-SIZE: 11pt;
    COLOR: navy;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
    font-weight:bold;
}

.redlink2
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
    font-weight:normal;
}
A.redlink2
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY:  Arial;
    TEXT-DECORATION: underline;
    font-weight:normal;
}
A.redlink2:link
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY:  Arial;
    TEXT-DECORATION: underline;
    font-weight:normal;
}
A.redlink2:visited
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
    font-weight:normal;
}
A.redlink2:hover
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY:  Arial;
    TEXT-DECORATION: underline;
    font-weight:normal;
}
.rightDiv{float:left;position:relative;width:140px;height:102px; padding:10px;margin-left:5px;margin-right:5px;}
.leftDiv{float:left;position:relative;width:40px;height:30px; padding:1px;margin-left:1px;margin-right:1px;}