﻿body 
{
	margin: 0;
	/*padding: 0;*/
	padding: 0 7px 0 7px;
	font-family:Arial;
	font-size:95%;
	/*background-color:#DCDEE4;*/
	background-color:#808080;
}
/*
#body {
width:700px;
margin: 0px auto 0px auto;
background-color:#596468;
padding: 0 7px 0 7px;
}
*/
a 
{
	color:#1E90FF; /* dodger blue */
	background-color: inherit;
	text-decoration:none;
}

a:hover 
{
	background-color: inherit;
}

h1 {
	color:Black;
	font-family:Century Gothic;
	font-weight: bold;
	font-size: 140%;
}

h1 a {
	text-decoration: none;
}

h2 
{
	color:Black;
	font-family:Century Gothic;	
	font-weight:bold;
	font-size: 120%;
}

h2 a {
	text-decoration: none;
}

h3 
{
	color:Black; 
	font-family:inherit;
	font-weight: inherit;
	font-size: 110%;
}

h2 a {
	text-decoration: none;
}

h4 
{
	color:Black; 
	font-family:inherit;
	font-weight: inherit;
	font-size: 100%;
}

h4 a
{
    text-decoration: none;
}

h5 
{
	color:Black; 
	font-family:inherit;
	font-weight: inherit;
	font-size: 90%;
}

h5 a
{
    text-decoration: none;
}

h6
{
	color:Black; 
	font-family:inherit;
	font-weight: inherit;
	font-size: 85%;
}

h6 a
{
    text-decoration: none;
}

.pagetitle
{
	font-family:Century Gothic;
	font-size:130%;
	font-weight:bold;
	color:#0093DD; /* grasshopr blue*/
}

.resultsbox
{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding-bottom:15px;
	margin:0px auto;
	width:650px;
}

a.button 
{
    /* Sliding right image */
    background: transparent url('/images/button_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 18px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.button span 
{
	/* Background left image */ 
	background: transparent url('/images/button_left.png') no-repeat; 
	display: block;
	line-height: 18px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}
 
a.button:hover span
{
	text-decoration:none;
}

a.button 
{
    background: transparent url('/images/button_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span 
{
    background: transparent url('/images/button_left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active 
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span 
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


a.bluebutton 
{
    /* Sliding right image */
    background: transparent url('/images/button_blue_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.bluebutton span 
{
	/* Background left image */ 
	background: transparent url('/images/button_blue_left.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}
 
a.bluebutton:hover span
{
	text-decoration:none;
}

a.silverbutton 
{
    /* Sliding right image */
    background: transparent url('/images/button_right_silver.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */
	text-decoration: none;
	color:#1E90FF; /* dodger blue */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.silverbutton span 
{
	/* Background left image */ 
	background: transparent url('/images/button_left_silver.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}
 
a.silverbutton:hover span
{
	text-decoration:none;
}

a.orangebutton 
{
    /* Sliding right image */
    background: transparent url('/images/button_right_orange.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	/* FONT PROPERTIES */
	text-decoration: none;
	color:White;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.orangebutton span 
{
	/* Background left image */ 
	background: transparent url('/images/button_left_orange.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}
 
a.orangebutton:hover span
{
	text-decoration:none;
}

.sectionheader 
{
	margin:0px 7px 0px 9px;
	background-color: #d2f09b;
	height:35px;
}

.sectionheader h2 
{
    font: 150% Arial, Sans-Serif;
	color: #333;
	margin:0;
	padding:0;
	padding-top:7px;
	margin-left:17px;
	border:none;
}

linkfont
{
	font:1.2em Tw Cen MT, Sans-Serif;
}

b
{
	/*color:#336699;*/
}

p {
	padding: 2px 0 5px;
	margin: 0;
}

#content 
{
	margin: 0px auto;
	width: 1000px;
	min-height:750px;
	background:#FFFFFF;
	border-left: 3px #737373 solid;
	border-right: 3px #737373 solid;
	color:#000;
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
}
/*
#content 
{
	background-color:#FFFFFF;
	border: 1px #737373 solid;
	padding: 25px;
	color:#000;
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#top 
{
	background-color:#FFFFFF;
	height:100px;
}
*/

/*********** rule for header **************/
.header { 
	/*height: 135px;*/
	height:90px;
	/*margin: 0; */
	margin:0px auto; /* "auto" centers content */
	padding:0;
	width: 1000px;
	background:#0093DD repeat-y 0 0;
	border: 3px #737373 solid;
}

.headerleft
{
    float:left;
    /*width: 416px;*/
    width: 580px;
}

.headerright
{
    float:right;
    width: 420px;
    /*height: 135px;*/
    /*width:213px;*/
    height:90px;
    background:url(../images/logo_bg_blank.gif) repeat-y 0 0;
    color: #FFFFFF;
}


.topmenu 
{
    background:url(../images/main_bg_new.gif) repeat-y 0 0;
    margin:25px 20px 0 0;
    float:right;
    width:400px;
    padding:0;
    display:inline;
}

.topmenu ul 
{
    list-style:none;
    margin:0;
    padding:0;
}

.topmenu ul li 
{
    float:right;
    font-size:10px;
    text-decoration:none;
    color:#333;
}

.topmenu ul li a
{
    padding:0 10px 0 0;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    color:#333;
}

.topmenu ul li a:hover 
{
    color:#000000;
}

label
{
    font-family:Arial;
    font-size:12px;
    color:#333;
    font-weight:bold;
}

.label 
{
    font-family:Arial;
	font: 16px;
	font-weight:bold;
	color:#333;
}

td.label,
td.label2 
{
    text-align:right;
}

.label2 
{
    font-weight:bold;
    font-family:Arial;
    color:Black;
}

label.main
{
    font-size:16px;
    color:#334455;
    font-weight:bold;
}

label.block1 
{
    display:block;
    margin:0;
    padding:0;
    margin-top:10px;
}

.subheader {
	clear: both;
    text-transform:uppercase;
	margin: 0 0 10px 0;
	background:#669999;
	font-size:10px;
	color:#ffffff;
    font-weight:bold;
    padding:5px 5px 5px 18px;
    line-height:14px;
}

/* start MAIN MENU */

.mainmenu {
	background:#336699;
	font-size:11px;
	color:#ffffff;
    	font-weight:bold;
    	line-height:17px;
    	height:25px;
    	/*margin:0 7px 0 9px;*/
}

.mainmenu ul 
{
    list-style:none;
    margin:0;
    margin-left:10px;
    padding:0;
    background:#336699;
    float:left;
}

.mainmenu ul li 
{
    display:inline;
}

.mainmenu ul li a
{
    line-height:13px;
    padding:6px 10px;
    color:#eeeeee;
    text-decoration:none;
    float:left;
}

.mainmenu ul li a:hover
{
    color:#fff;
    background:#224f76;
}

/* end MAIN MENU */


.subheader_left {
	line-height: 28px;
	width: 193px;
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 28px;
	float: right;
	width: 574px;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

.topheading
{
	color:#0060AA;
	/*margin-left:19px*/
	font-weight:bold;
	font-size:160%;
}

.bigmenuheading
{
	color:#0060AA;
	/*font-size: 140%;*/
}

.normalhyperlink
{
	font-size:85%;
}

.menuheading_bg
{
	background:#ADD8E6; /*Medium Blue*/
	padding-top:5px;
	padding-bottom:5px;
}

.thumbnailwithcaption
{
	width:45px;
	height:65px;
}
/* Dont use this */
.leftwmenu {
	float: left;
	padding: 15px 0;
	width: 190px;
	margin-left:9px;
	display:inline;
}

/* content left */
.left {
	float: left;
	width: 22%;
	padding:10px;
	margin:10px auto;
}

/* content right */
.right {
	float: right;
	width: 22%;
	padding:10px;
	margin:10px auto;
}

/* content center */
.center 
{
	float:none;
	width: 56%;
	padding:10px;
	margin:10px auto;
}

.page_right {
	color: #000;
	background-color: #FFFFFF; 
	position: absolute; 
	top:140px;
	padding-right: 10px; 
	/*width: 350px; */
	width: 32%;
	right: 0%;
	/*border: 1px solid #ccc; */
	border:2px solid #e3e3e3;
}



/* Every page should include this to set content margins*/
.single 
{
    margin:10px 15px 10px 15px;
}

a.info {
	font: bold 1.3em Arial, Sans-Serif; 
	text-decoration:none; 
	position:relative;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px; 
	left:0; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 260px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	float: right;
	width: 240px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.page_footer 
{
    /*clear:both;*/
	color: #999999;
	padding:0; 
	text-align: center;  
	line-height: 1.5;
	font-size:80%;
	/*margin:0;*/
	margin: 0px auto;
	/*margin-top:15px;*/
	/*background:url('/images/footer_bg_new.gif') repeat-y top left;*/
	background:#FFFFFF;
	/*position: fixed; 
	bottom: 0px;*/
	/*position: absolute;*/
	bottom: 0;
	/*width: 100%;*/
	width: 1000px;
	border: 3px #737373 solid;
}

/*.footer div 
{
    height:30px;
    margin-top:7px;
    background:url('/images/footer_bg_new.gif') no-repeat bottom left;
}

.footer a 
{
	text-decoration: underline;
	color:#0033ff;
}*/

form {
	padding: 0; 
	margin: 0; 
}

input.text { 
	padding:2px;
	background-color: #fefefe;
	border:1px solid #999999;
	color: #000;
}

input.required,
select.required,
textarea.required
{
    background:#fff url(/Images/required.png) no-repeat top right;
    padding:2px;
	background-color: #fefefe;
	border:1px solid #999999;
	color: #000;
}

/* -------------- Left Menu ----------------*/

.leftmenucontainer 
{
    background:#e1f5bc url('/images/leftmenubottom.gif') no-repeat bottom right;
    width:200px;
    padding:10px 0;
}

.leftmenutop 
{
    width:200px;
    background:#ffffff url('/images/leftmenutop.gif') no-repeat top right;
    height:27px;
}

.groupmenutop 
{
    width:200px;
    background:#ffffff url('/images/groupmenutop.gif') no-repeat top right;
    height:27px;
}

#leftmenu 
{
    margin:0;
    padding:0;
    width: 200px;
}

#leftmenu li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#leftmenu li a 
{
    font-size:12px;
    font-family:Arial;
    display:block;
    text-decoration:none;
    padding-top:3px;
    padding-left:13px;
    padding-right:0;
    padding-bottom:4px;
    color:#222;
    font-weight:bold;
}

#leftmenu li a:hover,
#leftmenu li a.selected
{
    text-decoration:none;
    background:#ffffff url('/images/lmc.gif') no-repeat top left;
    color:#000;
}

/************ Box Styles ***********************/
.box 
{
	/*
    border:2px solid #65AB45;
    margin-bottom:10px;
	*/
    /*background-color:#efefef;*/
    padding:5px;
    margin:5px;
    /*border:2px solid #e3e3e3;*/
    color:#666666;
	
}

.boxheader 
{
    padding:2px;
    color:#fff;
    background:#65AB45;
    font-weight:bold;
}

.box div.contents 
{
    padding:10px;
}



.dialog
{
    width:430px;
    border:2px solid #65AB45;
    background:#ffffff;
}

.dialog .contents
{
    padding:10px
}

.titlebar
{
    padding:4px;
    background:#65AB45;
    color:#ffffff;
    font-weight:bold;
}

/************ PasswordStrength Related Styles ***********************/
.BarIndicator_TextBox2
{
    color:#616BDB;
    background-color:#616BDB;
    height:14px;
    padding:0;
    margin:0;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    width:100px;
    vertical-align:middle;
    
}

/************ Buttons ***********************/
.button1
{
    border:1px solid #5A7A2A;
    color:#fff;
    line-height:11px;
    font-size:11px;
    font-family:Verdana;
    text-decoration:none;
    padding:4px 8px;
    font-weight:bold;
    background:#0093de;
    height:19px;
}

.button1:hover 
{
    background: #15adff;
    color:#000;
}

.button2
{
    /*color:#fff;*/
    font-size:11px;
    line-height:11px;
    font-family:Verdana;
    text-decoration:none;
    font-weight:bold;
    /*background:#336699;*/
    padding:2px 5px;
}

.textbox1 
{
    padding:3px;
}
/************ Group Listing ***********************/
.createsection 
{
    margin-top:10px;
}

.formsection 
{
    margin-left:20px;
    padding:5px;
    border:1px solid #ccc;
    background:#dedede;
}

.grouplistitem 
{
    border:1px solid #ccc;
}


/************ TABLE CLASSES ***********************/
.tableheader 
{
    font-weight:bold;
    background:#b0c4de;
    color:#003366;
}

.tablealtrow 
{
    background-color:#E4E4C9;
}

table a
{
    text-decoration:none;
}

/************ FORM BOXES ***********************/



.loginheader 
{
    font-size:30px;
    color:#91c634;
    font-weight:bold;
    text-align:center;
    margin-top:30px;
}

.pager 
{
    padding-bottom:5px;
}

.pager a 
{
    border:1px solid #ccc;
    background:#efefef;
    text-align:center;
    font-family:Arial;
    font-size:11px;
    padding:0px 3px;
    display:block;
}

.pager a:hover
{
    border:1px solid #777;
}

.pager span
{
    border:1px solid #777;
    color:#fff;
    background:#000080;
    text-align:center;
    font-size:11px;
    padding:0px 3px;
    display:block;
}



.inputerror1 
{
    display:inline;
    font-size:14px;
    color:#ff0000;
    font-weight:bold;
}

.inputerror2 
{
    display:inline;
    font-size:12px;
    color:#ff0000;
    font-weight:bold;
}

/*-UL w Green Bullets That Appears on the Home Page-*/
.list1
{
    list-style-type:none;
    padding:0;
    margin:0;
}

.list1 li
{
    background: url('/images/greenbullet.jpg') no-repeat 0 5px;
    padding-bottom: 5px;
    padding-left:20px;
}

.list1 li ul
{
    list-style-type:none;
    padding:0;
    margin:0 10px;
}

.list1 li ul li
{
    background: url('/images/blue6x6bullet.gif') no-repeat 0 6px;
    padding-bottom: 5px;
}

.list2
{
    list-style-type:none;
    padding:0;
    margin:0 20px;
}

.list2 li
{
    background: url('/images/blue6x6bullet.gif') no-repeat 0 5px;
    padding-bottom: 5px;
    padding-left:20px;
}

/*-------------TOP SEARCH----------------*/
.topsearch
{
    position:relative;
    float:right;
    width:400px;
    text-align:right;
    margin:5px 25px 0 0;
    padding:0;
    display:inline;
}

.topsearch .searchbox 
{
    font-size:12px;
    width:133px;
    position:absolute;
    top:0;
    right:21px;
    margin:0;
    height:16px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:2px;
    padding-right:2px;
    border:1px solid #93c637;
}

.topsearch .searchbutton 
{
    padding:0;
    position:absolute;
    right:0;
    top:0;
}

/*-------------ADDRESS BLOCK----------------*/
address 
{
	margin:10px 30px;
	font-style:normal;
}

span.raquo 
{
	font-size:22px;
	line-height:16px;
}

/****************MENU #******************************/
.menu3 
{
    background:#336699;
    width:100%;
    margin-bottom:15px;
    padding:7px 0;
    padding-bottom:0;
    font-weight:bold;
    clear:right;
}

.menu3 a 
{
    padding:4px 5px;
    margin:0 5px;
    color:#ccc;
    text-decoration:none;
}

.menu3 span 
{
    padding:4px 5px;
    margin:0 5px;
    background:#fff;
}

/*********************REGISTRATION FORM*******************/


/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

.pwdbarstyle 
{
    height:10px;
}


.message_style
{
	/*color:#C9C9C9;*/
	/*color: #AAA6A6;*/
	/*width: 350px;
	margin-left:19px;
	font: bold 1.3em Tw Cen MT, Sans-Serif;*/
}



/************ BLOG-related ****************/
a#subscribe {
	position: absolute;
	top: 151px;
	right: 27px;
	padding-right: 18px;
	background: url(../../pics/rssButton.gif) no-repeat right;
}

img {
	border: none;
}

.hilite {
	background-color: #ff0;
}

.loginbox{
	margin: 0 auto;
}

#postnavigation
{
	
	margin-bottom: 10px;
	text-align: center;
	/*color: Gray;
	background: white;
	border: 1px solid silver;*/
    color:#666666;
	/*background-color:#efefef;*/
	border:2px solid #e3e3e3;
	padding: 3px;
}

#header {
	text-align: right;
	margin-bottom: 30px;
	width: 100%;
}

#header h1 {
	font-family: Arial;
	font-size: 80px;
	font-weight: bold;
	margin: 0px;
	letter-spacing: 8px;
}

#header h2 {
	font-weight: normal;
	letter-spacing: 4px;
	color: silver;
	margin: 0px;
}

#header a {
	text-decoration: none;
	color: white;
}

#menu{
	background: white;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li a.feed img{
	position: relative;
	top : 2px;
	margin-right: 3px;
}

#sidepanel {
	float: right;
	width: 28%;
}

#sidepanel .box {
	background-color: white;
	/*border: 1px solid silver;*/
	padding: 3px 15px;
	line-height: 16px;
	margin-bottom: 10px;
	/*color: #666666;*/
	border:2px solid #e3e3e3;
}

#sidepanel .box h1 {
	margin: 5px 0 7px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	color: #999999;
}

#sidepanel .box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#sidepanel .box ul li {
	margin-bottom: 3px;
}

#sidepanel img.rssButton {
	margin-right: 3px;
}

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

div.post, .mceContentBody {
	/*border: 1px solid silver;*/
	padding: 3px 10px;
	margin-bottom: 20px;
	/*background-color: white;*/
	/*line-height: 17px;*/
    color:#666666;
	/*background-color:#efefef;*/
	border:2px solid #e3e3e3;
}

div.post h1, .mceContentBody h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
  white-space: nowrap;
}

#relatedPosts {
	/*background: white;*/
	padding: 5px 10px 10px 10px;
	/*border: 1px solid silver;*/
    color:#666666;
	/*background-color:#efefef;*/
	border:2px solid #e3e3e3;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

.recentPosts
{
	/*margin-left: 10px;*/
}

ul.recentPosts li
{
    list-style:none;
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	/*text-indent: 10px;*/
	text-transform: none;
}

#categorylist
{
    list-style:none;
}

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

.bookmarks {
	float: left;
}

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 85px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 3px 10px;
	margin-bottom: 20px;
    color:#666666;
	/*background-color:#efefef;*/
	border:2px solid #e3e3e3;
	/*padding: 5px;*/
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
	font-size:10px;
	float:right;
	position:relative;
	top: 3px;
}

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield 
{
	margin-left: 5px;
	width: 150px;
}

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

ul#monthList
{
	list-style:none;
	font-weight: bold;
	margin-left: 10px;
}

ul#monthList ul li{
	margin-left: 5px;
	font-weight: normal;
	padding-bottom:5px;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
	list-style:none;
}

ul#monthList ul.open{
	display: block;
}

#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

#page {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	/*background-color: #F1F1F1;*/
}

.calendar td {
	vertical-align: top;
	background: white;
}

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}

/*** POLL-SPECIFIC STYLES ***/
.Poll_DisplayText
{
    font-weight: bold;  
    font-size:large;
    color:#ABD121;
}

.Poll_ExpirationText
{
	font-size:small;
    color:red;
}

.Poll_TotalVotes
{
    font-style: italic;
}

.Poll_TakePoll, .Poll_PollResults
{
    border: outset 5px Gray;
    color:Maroon;
    background-color:Silver;
    padding: 5px;
    margin-top: 10px;
    margin-left: 15px;
}

/************************** Accordion Styles ********************/
.accordionMainHeader 
{
	/*
	border:2px solid #e3e3e3;
	margin:10px;
    color:Silver;
    background-color:#0060AA;
    font-weight:bold;
    cursor: pointer; cursor: hand;
	*/
			font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			font-size:13px;
			text-align:left;
			/*margin:20px;*/
			font-weight:normal;
			background:#b9c9fe;
			border-top:4px solid #aabcfe;
			border-bottom:1px solid #fff;
			color:#039;
			padding:8px;
		    cursor: pointer; cursor: hand;
}

.accordionContent
{
			font-size:12px;
			/*background:#e8edff;*/
			border-bottom:1px solid #fff;
			color:#669;
			border-top:1px solid transparent;
			/*padding:8px;*/
}

.accordionSubHeader 
{
	/*border:2px solid #e3e3e3;
	margin-left:13px;
	margin-bottom:5px;
    color:#0060AA;
    background-color:GrayText;
    font-weight:bold;
    cursor: pointer; cursor: hand;
	*/
			font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			font-size:13px;
			text-align:left;
			/*margin:20px;*/
			font-weight:normal;
			background:#b9c9fe;
			border-top:4px solid #aabcfe;
			border-bottom:1px solid #fff;
			color:#039;
			/*padding:8px;*/
		    cursor: pointer; cursor: hand;
}

.accordionInnerHeader 
{
	/*border:2px solid #e3e3e3;
	margin-left:16px;
	margin-bottom:5px;
    color:#0060AA;
    background-color:ActiveBorder;
    font-weight:bold;
    cursor: pointer; cursor: hand;*/
			font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			font-size:13px;
			text-align:left;
			/*margin:20px;*/
			font-weight:normal;
			background:#b9c9fe;
			border-top:4px solid #aabcfe;
			border-bottom:1px solid #fff;
			color:#039;
			/*padding:8px;*/
			padding-left:20px;
		    cursor: pointer; cursor: hand;

}

.accordionInnerHeaderContent
{
			background:#e8edff;
			border-bottom:1px solid #fff;
			color:#669;
			border-top:1px solid transparent;
			/*padding:8px;*/
			cursor: pointer; cursor: hand;
}

.landingBoxLeft
{
	width: 300px;
	float:left;
	margin:10px;
}

.landingBoxRight
{
	width: 350px;
	float:right;
	margin:10px;
}

.landingBoxImage
{
	border:3px solid Red;
}

.landingBoxMenu 
{
	border:2px solid #e3e3e3;
	margin:0px auto;
    color:White;
    background-color:Orange;
    font-weight:bold;
    cursor: pointer; cursor: hand;
	width:300px;
	font-size:110%;
	text-decoration:none;
}


.landingBoxMenu:hover
{
	/*color: #000;*/
	background-color:#1A96DE;
}

.landingBoxBottom
{
	text-align:center;
	width: 700px;
	float:left;
	margin:0px auto;
}

.landingBoxBottomMenu 
{
	border:2px solid #e3e3e3;
	margin:0px auto;
    color:White;
    background-color:#ABD121;
    font-weight:bold;
    cursor: pointer; cursor: hand;
	font-size:110%;
}

.landingBoxBottomMenu:hover
{
	/*color: #000;*/
	background-color:#1A96DE;
}

/************************************ Marketing bulleted list style ******************************/
.marketingList1
{
    list-style-type:none;
    padding:0;
    margin:0;
}

.marketingList1 li
{
    background: url('/images/bullet_green.png') no-repeat 0 5px;
    padding-bottom: 5px;
    padding-left:20px;
}

.marketingList1 li ul
{
    list-style-type:none;
    padding:0;
    margin:0 10px;
}

.marketingList1 li ul li
{
    background: url('/images/blue6x6bullet.gif') no-repeat 0 6px;
    padding-bottom: 5px;
}

.loginAssociated
{
	font-size:75%;
	color:White;
}

.headermainmenu_submenu
{
	background:#ABD121;
	text-align:center;
}

.headermainmenu_submenu a
{
	background:inherit;
	color:White;
}

.headermainmenu_submenu td:hover 
{
	background-color:#1A96DE;
}

/******************** Elements ***************************/
.rowhead 
{
	width:150px;
	font-weight:bold;
	color:#0060AA;
}

div.groupimage 
{
	width:100px;
	height:100px;
	border:1px solid #999;
}

.left .groupimage 
{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}

div.userimage 
{
	width:100px;
	border:1px solid #999;
}

.left .userimage 
{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}

.formbox {
    /*background-color:#efefef;
    padding:10px;
    margin-top:15px;
    border:2px solid #e3e3e3;
    color:#666666;*/
}

.formbox h4 
{
    margin-top:0;
}

.formbox2
{
    background-color:#ffffcc;
    padding:10px;
    margin-top:15px;
    border:1px solid #999;
}

.formbox2 h4 
{
    margin-top:0;
}


.formbox3
{
    background-color:#fffff0;
    padding:5px;
    border:3px solid #778899;
}


/*Second Level Horizontal Menu */
div.hmenu1, 
div#hmenu1 
{
}

div.hmenu1 ul,
div#hmenu1 ul
{
	list-style-type:none;
	margin:5px 0;
	padding:0;
}

div.hmenu1 ul li, 
div#hmenu1 ul li 
{
	display:inline;
	padding-right:5px;
}

div.hmenu1 ul li a, 
div#hmenu1 ul li a 
{
	border:1px solid #ccc;
	padding:5px 7px;
	padding-left:26px;
	text-decoration:none;
	background-color:ButtonFace;
}

div.hmenu1 ul li a:hover, 
div#hmenu1 ul li a:hover 
{
	background-color:#f3f3f3;
}

div.hmenu1 a.imagebutton,
div#hmenu1 a.imagebutton
{
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a.revimagebutton,
div#hmenu1 a.revimagebutton
{
    padding-left:7px;
    padding-right:26px;
	background-position:top right;
	background-repeat:no-repeat;
}


div.hmenu1 a.noimagebutton,
div#hmenu1 a.noimagebutton
{
    padding-left:7px;
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#newmember, 
div#hmenu1 a#newmember 
{
	background-image: url('/images/user_add.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}


div.hmenu1 a#groupadd, 
div#hmenu1 a#groupadd 
{
	background-image: url('/images/group_add.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#manageusers, 
div#hmenu1 a#manageusers 
{
	background-image: url('/images/manage_users.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}


div.hmenu1 a#managegroups,
div#hmenu1 a#managegroups
{
	background-image: url('/images/manage_groups.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#joingroup,
div#hmenu1 a#joingroup
{
	background-image: url('/images/join_group.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#grouplist,
div#hmenu1 a#grouplist
{
	background-image: url('/images/group_list.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#manageactionalert,
div#hmenu1 a#manageactionalert,
div.hmenu1 a#manageevent,
div#hmenu1 a#manageevent
{
	background-image: url('/images/chart_bar.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#delete,
div#hmenu1 a#delete
{
	background-image: url('/images/delete.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#alert,
div#hmenu1 a#alert
{
	background-image: url('/images/alert.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#search,
div#hmenu1 a#search
{
	background-image: url('/images/searchbtn2.jpg');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#mailbox,
div#hmenu1 a#mailbox
{
	background-image: url('/images/mailbox.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#sentmail,
div#hmenu1 a#sentmail
{
	background-image: url('/images/Sent-Mail-icon.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#composemessage,
div#hmenu1 a#composemessage,
div.hmenu1 a#composemessagebtn,
div#hmenu1 a#composemessagebtn
{
	background-image: url('/images/newmessage.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#cross,
div#hmenu1 a#cross
{
	background-image: url('/images/cross.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}

div.hmenu1 a#upload,
div#hmenu1 a#upload
{
	background-image: url('/images/upload_list.png');
	background-position:5px 5px;
	background-repeat:no-repeat;
}
/* Bottom-Style Horizontal Menu */

div#hmenu2,
div.hmenu2
{
}

div#hmenu2 ul,
div.hmenu2 ul
{
	list-style-type:none;
	margin:5px 0;
	padding:0;
}

div#hmenu2 ul li,
div.hmenu2 ul li
{
	display:inline;
	padding-right:5px;
}

div#hmenu2 ul li a,
div.hmenu2 ul li a
{
	padding:3px 0px;
	padding-left:24px;
	text-decoration:none;
	font-size:90%;
	color:#333;
}

div#hmenu2 ul li a:hover,
div.hmenu2 ul li a:hover
{
	text-decoration:underline;
	color:#000;
}

div#hmenu2 a.imagebutton,
div.hmenu2 a.imagebutton
{
	background-position:2px 2px;
	background-repeat:no-repeat;
}

div.hmenu2 span
{
    padding:3px 0px;
	padding-left:24px;
	text-decoration:none;
	font-size:90%;
	color:#333;
}

div.hmenu2 span.imageitem
{
    background-position:2px 2px;
	background-repeat:no-repeat;
}





.billtitle a
{
	font: bold 110% arial, sans-serif;
	color:#003366;
}

.billtitle a:hover 
{
	color:#000;
}

/*****Info Bar Below Page Title******/
.info 
{
    margin:10px 0;
    padding:3px 5px;
    color:#333;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    background-color:#90EE90;
}

.info2 
{
    margin:10px 0;
    padding:3px 5px;
    color:#333;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    background-color:Yellow;
}

/*************** STEPPER *********************/
#stepper 
{
    font-weight:bold;
    color:#999;
}

#stepper span ,
#stepper span.incomplete
{
    border-bottom:8px solid #ccc;
}

#stepper span.selected 
{
    color:#000;
    border-bottom:8px solid #daa520;
}

#stepper span.complete
{
    color:#999;
    border-bottom:8px solid #2E8B57;
}

/*************** Pop-up Dialog *********************/
.popupdialog 
{
    padding:0px;
    border:2px solid #556677;
    background:#fff;
}

.popupdialog h5 
{
    margin:0;
    padding:2px;
    padding-top:0;
    background:#556677;
    font-family:Arial;
    color:#fff;
    font-size:14px;
}

.popupdialog h5 a 
{
    position:absolute;
    top:0px;
    right:5px;
    font-family:Verdana;
    font-weight:bold;
    color:#ccddee;
    text-decoration:none;
}

.popupdialog h5 a:hover 
{
    color:#fff;
}

.popupdialog div.cts 
{
    margin:15px;
}
/*************** /X-Button (text-based) *********************/

a.xbutton 
{
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;
    color:#FA5C72;
    text-decoration:none;
}

a.xbutton:hover 
{
    color:#778899;
}

/*************** /InfoBar *********************/
.infobar {background:#90EE90}

.infobar div {margin:0 10px;color:#333;font-weight:bold}

.rtop, .rbtm{display:block;background:#fff;}
.rtop *, .rbtm *{display: block; height: 1px; overflow: hidden; background:#90ee90;}
.r1{margin: 0 2px}
.r2{margin: 0 1px}


/*************** Header Main Menu **************/
div#headermainmenu
{
	padding-left:5px;
}

div#headermainmenu ul 
{
	list-style-type:none;
	/*margin:5px 0;*/
	margin:0;
	padding:0;
}

div#headermainmenu ul li 
{
	display:inline;
	/*padding-right:5px;*/
}

div#headermainmenu ul li a 
{
	border:1px solid #ccc;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	/*padding:5px 7px;
	padding-left:26px;*/
	text-decoration:none;
	/*background-color:#B5D6ED;*/
	background-color:#ABD121;
	color:White;
	font-family:Verdana;
	font-style:normal;
	font-weight:bold;
	font-size:90%;
	
}

div#headermainmenu ul li a:hover 
{
	/*background-color:#f3f3f3;*/
	background-color:White;
	color:#ABD121;
}

.columnHeading
{
	color:#0060AA;
	font-weight:bold;
	font-size:80%;
	vertical-align:top;
}

.leftNavHeading
{
}

.listStyle
{
	text-align:center;
	margin: 0px auto;
}

/* Inset 3D Raised */
.raised {background: transparent; width:40%; margin:0 auto;}
.raised h1, .raised p {margin:0 10px;}
.raised h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.raised p {padding-bottom:0.5em;}
 
.raised .top, .raised .bottom {display:block; background:transparent; font-size:1px;}
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden;}
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
.raised .b2 {background:Black; border-left:1px solid Black; border-right:1px solid Black;}
.raised .b3 {background:Black; border-left:1px solid Black; border-right:1px solid Black;}
.raised .b4 {background:Black; border-left:1px solid Black; border-right:1px solid Black;}
.raised .b4b {background:Black; border-left:1px solid Black; border-right:1px solid Black;}
.raised .b3b {background:Black; border-left:1px solid Black; border-right:1px solid Black;}
.raised .b2b {background:Black; border-left:1px solid Black; border-right:1px solid Black;}
 
 
.raised .b1 {margin:0 5px; background:Black;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:Black;}
.raised .boxcontent {display:block;  background:Black; border-left:1px solid Black; border-right:1px solid Black;}
 
 
 
/* Inset 3D Curved */
.inset {background: transparent; width:40%; margin:0 auto;}
.inset h1, .inset p {margin:0 10px;}
.inset h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.inset p {padding-bottom:0.5em;}
 
.inset .top, .inset .bottom {display:block; background:transparent; font-size:1px;}
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {display:block; overflow:hidden;}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {height:1px;}
.inset .b2 {background:#ccc; border-left:1px solid #999; border-right:1px solid #aaa;}
.inset .b3 {background:#ccc; border-left:1px solid #999; border-right:1px solid #ddd;}
.inset .b4 {background:#ccc; border-left:1px solid #999; border-right:1px solid #eee;}
.inset .b4b {background:#ccc; border-left:1px solid #aaa; border-right:1px solid #fff;}
.inset .b3b {background:#ccc; border-left:1px solid #ddd; border-right:1px solid #fff;}
.inset .b2b {background:#ccc; border-left:1px solid #eee; border-right:1px solid #fff;}
 
 
.inset .b1 {margin:0 5px; background:#999;}
.inset .b2, .inset .b2b {margin:0 3px; border-width:0 2px;}
.inset .b3, .inset .b3b {margin:0 2px;}
.inset .b4, .inset .b4b {height:2px; margin:0 1px;}
.inset .b1b {margin:0 5px; background:#fff;}
 
.inset .boxcontent {display:block; background:#ccc; border-left:1px solid #999; border-right:1px solid #fff;}
 
/* Chamfer Borders*/
.chamfer {background: transparent; width:40%; margin:0 auto;}
.chamfer h1, .chamfer p {margin:0 10px;}
.chamfer h1 {font-size:2em; color:#000; letter-spacing:1px;}
.chamfer p {padding-bottom:0.5em;}
 
.chamfer .top, .chamfer .bottom {display:block; background:transparent; font-size:1px;}
.chamfer .b1, .chamfer .b2, .chamfer .b3, .chamfer .b4, .chamfer .b5 {display:block; overflow:hidden; height:1px; background:#eca; border-left:1px solid #000; border-right:1px solid #000;}
.chamfer .b1 {margin:0 5px; background:#000;}
.chamfer .b2 {margin:0 4px;}
.chamfer .b3 {margin:0 3px;}
.chamfer .b4 {margin:0 2px;}
.chamfer .b5 {margin:0 1px;}
 
.chamfer .boxcontent {display:block; background:#eca; border-left:1px solid #000; border-right:1px solid #000;}
 
/* Curved cutout Borders*/
.curved {background: transparent; width:40%; margin:0 auto;}
.curved h1, .curved p {margin:0 10px;}
.curved h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.curved p {padding-bottom:0.5em;}
 
.curved .top, .curved .bottom {display:block; background:transparent; font-size:1px;}
.curved .b1, .curved .b2, .curved .b3, .curved .b4 {display:block; overflow:hidden; height:1px;}
.curved .b2, .curved .b3, .curved .b4 {background:#e0cea3; border-left:1px solid #fff; border-right:1px solid #fff;}
.curved .b1 {margin:0 4px; background:#fff;}
.curved .b2 {margin:0 4px; height:2px;}
.curved .b3 {margin:0 3px;}
.curved .b4 {margin:0; height:1px; border-width:0 3px 0 3px;}
 
.curved .boxcontent {display:block; background:#e0cea3; border:0 solid #fff; border-width:0 1px;}
 
/* flared serif */
.serif {background: transparent; width:40%; margin:0 auto;}
.serif h1, .serif p {margin:0 10px;}
.serif h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.serif p {padding-bottom:0.5em;}
 
.serif .top, .serif .bottom {display:block; background:transparent; font-size:1px;}
.serif .b1, .serif .b2, .serif .b3, .serif .b4 {display:block; overflow:hidden;}
.serif .b1, .serif .b2, .serif .b3 {height:1px;}
.serif .b2, .serif .b3 {background:#fc0; border-left:1px solid #fff; border-right:1px solid #fff;}
.serif .b4 {background:#fc0; border-left:1px solid #fff; border-right:1px solid #fff;}
 
.serif .b1 {margin:0; background:#fff;}
.serif .b2 {margin:0 1px; border-width:0 2px;}
.serif .b3 {margin:0 3px;}
.serif .b4 {height:2px; margin:0 4px;}
 
.serif .boxcontent {display:block;  background:#fc0; border-left:1px solid #fff; border-right:1px solid #fff; margin:0 5px;}
 
/* Pillar type */
.pillar {background: transparent; width:40%; margin:0 auto;}
.pillar h1, .pillar p {margin:0 10px;}
.pillar h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.pillar p {padding-bottom:0.5em;}
 
.pillar .top, .pillar .bottom {display:block; background:transparent; font-size:1px;}
.pillar .b1, .pillar .b2, .pillar .b3, .pillar .b4 {display:block; overflow:hidden;}
.pillar .b1, .pillar .b2, .pillar .b4 {height:1px;}
.pillar .b2, .pillar .b3 {background:#d66; border-left:1px solid #fff; border-right:1px solid #fff;}
.pillar .b4 {background:#d66; border-left:4px solid #fff; border-right:4px solid #fff;}
 
.pillar .b1 {margin:0 2px; background:#fff;}
.pillar .b2 {margin:0 1px; border-width:0 1px;}
.pillar .b3 {height:2px; margin:0;}
.pillar .b4 {margin:0 2px;}
 
.pillar .boxcontent {display:block; background:#d66; border-left:1px solid #fff; border-right:1px solid #fff; margin:0 5px;}

.watermarked_username
{
	color:Gray;
	font-family: Tahoma;
	border: solid 1px #a9a9a9;
}

.watermarked_password
{
	color: White;
	font-family: Tahoma;

	/*font-size: 15px;*/
	border: solid 1px #a9a9a9;

	text-indent:2px;
	vertical-align:middle;

	text-align:right;
	background-image:url('/images/psw_wMark.png');

	background-repeat:no-repeat;
}

/***** Date badge *****/
.entry-date
{
 border:1px solid;
 display:block;
 font-family:georgia;
 margin-bottom:10px;
 text-align:center;
 width:60px;
 float:left;
 margin:10px 15px 20px 0;
}
.entry-date span
{
 display:block;
}
.entry-date .month
{
 font-size:12pt;
 padding-top:3px;
 text-transform:uppercase;
}
.entry-date .year
{
 background-color:Maroon;
 color:#FFFFFF;
 font-size:12pt;
 line-height:1em;
 margin:10px 0 0;
 padding:3px;
}
.entry-date .day
{
 color:Gray;
 font-size:24pt;
 line-height:.8em;
 font-weight:bold;
}

#tablewrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
}

#tableheader {
	margin: 0 0 15px 0;
}

#tableleftcolumn {
	float: left;
	width: 20%;
}

#tablerightcolumn { 
	margin: 0;
	float: left;
	width: 80%;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#tablefooter {
	clear: both;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #999;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a 
{
	text-decoration: none;
	color: #000;
	display: block;
	font-weight:bold;
	/*font-size: 1.2em;*/
	padding-left:10px;
	padding-right:10px;
	/*padding: 0 20px;*/
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-size:80%;
}

ul.tabs li a:hover 
{
	background:#ABD121;
	/*background: #ccc;*/
}

html ul.tabs li.active, html ul.tabs li.active a:hover  
{ /*--Makes sure that the active tab does not listen to the hover properties--*/
	/*background: #fff;*/
	/*background: #ccc;*/
	background:#ABD121;
	/*border-bottom: 1px solid #fff;*/ /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container 
{
	/*border: 1px solid #999;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content 
{
	padding-top:20px;
	/*padding: 20px;*/
	/*font-size: 1.2em;*/
}

/*Reorder List*/
.dragHandle  
{  
	width: 12px;
	height: 20px;
	background-color: red;
	cursor:move;	
}  

.callbackStyle  
{  
            border: thin blue inset;  
}  

.callbackStyle table  
{  
            background-color: #5377A9;  
            color: Black;  
}  

.reorederListItemStyle  
{  
            list-style: none;  
            margin: 2px;  
            /*background-image: url(images/bg_nav.gif);  
            background-repeat: repeat-x;  */
            background-color:Green;
            color: #FFF;  
            height:20px;
}  

.dragVisualContainer li  
{  
            list-style: none;  
            background-image: url(images/bg_nav.gif);  
            background-repeat: repeat-x;  
            color: #FFF;  
}  

.reorderList li a  
{  
            color: #FFF !important;  
            font-weight: bold;  
}  

.reorderCue  
{  
            border: dashed thin black;  
            width: 100%;  
            height: 20px;  
}  

.itemArea  
{  
            background-color:#7EA8CA; /*steel blue */
			border:1px solid #ccc;
            font-family: Arial, Verdana, sans-serif;  
            font-size: 1em;  
            text-align: left;  
}  

.box-table
{
			font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
			font-size:12px;
			text-align:left;
			border-collapse:collapse;
			margin:20px;
}

.box-table th
{
			font-size:13px;
			font-weight:normal;
			background:#b9c9fe;
			border-top:4px solid #aabcfe;
			border-bottom:1px solid #fff;
			color:#039;
			padding:8px;
}

.box-table td
{
			background:#e8edff;
			border-bottom:1px solid #fff;
			color:#669;
			border-top:1px solid transparent;
			padding:8px;
}

.box-table tr:hover td
{
			background:#d0dafd;
			color:#339;
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 
{
    background: transparent url('/images/roundedbox_200x200.png') no-repeat bottom right; 
} 
.cssbox 
{ 
    /*width: 335px !important; *//* intended total box width - padding-right(next) */
    /*width: 320px;*/ /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head 
{ 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 10px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 
{ 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 5px 0 5px 10px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
    font-size:85%;
} 

/* set the lower-left corner image */ 
.cssbox_body 
{ 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 5px 0 5px 10px; /* mirror .cssbox_head right/left */ 
} 

.sup 
{ 
	vertical-align: super; 
	color:Red;
	font-size:75%;
}

.glow 
{
	box-shadow: inset 0 0 5px rgba(0, 0, 255, 1);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 255, 1);
	-webkit-box-shadow: inset 0 0 5px rgba(200, 200, 255, 1);
	border:2px solid rgba(200,200,255, 1);
	width:1004px;
	margin:0px auto;
}

.glowtop
{
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#C8C8FF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#C8C8FF');
}

.glowright
{
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#C8C8FF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#C8C8FF');
}

.glowleft
{
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#C8C8FF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#C8C8FF');
}

.glowbottom
{
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#C8C8FF')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#C8C8FF');
}

.slideshowPanelDiv
{
	background-color:#cccccc;
	padding:7px;
}

.slideshowContent
{
	font-size:12px;
	font-family:Tahoma;
}

.imageborderplain 
{
    border: 1px solid #4C3C1B;
    /*padding: 5px;*/
    width: 202px;
    height: 202px;
    background-color: Gray;
}

.clear
{
	float:none;
	clear:both;
}

.floatRight
{
	float:right;
}

.dummy, .dummy2
{
	display:none;
}
