@charset "utf-8";
/* -- General ---------------------------------------------------------------- */
body
{
	background-color: #bfbfd9;
	
	font-family: Verdana,Geneva,Arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	
	margin: 0px 0px 20px 0px;
}
h1,h2,h3,h4
{
	padding-bottom: 5px;
	font-weight: normal;
}
h1
{
	font-size: 36px;
	text-transform: lowercase;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border: none;
}

.pic{
	border: solid #FFF 5px;
	}
	
.shade{
	padding: 25px;
	background-color: #784b2c;
	}	

p
{
	padding: 5px 0px 5px 0px;
	font-size: 14px;
}
hr
{
	margin: 2px 0px 10px 0px;
	border-color: #333333;
	border-style: dashed;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
textarea
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
}
ul
{
	margin-left: 25px;
}
/* --------------------------------------------------------------------------- */
/* -- Menu ------------------------------------------------------------------- */
a:link
{
	color: #333;
	text-decoration: none;
}
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #333;
	text-decoration: underline;
}
a:active
{
	color: #333;
	text-decoration: none;
}
#menu {
	height: 28px;
	width: 100%;
	position: relative;
	z-index: 50;
}
#jsddm
{	margin: 0;
	padding: 0}
	
#jsddm li
{	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

#jsddm li a
{	
	display: block;
	background-color: #030136;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	border-right: 0px solid white;
	width: 116px;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
}

#jsddm li a:hover
{	
}

#jsddm li ul
{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 0px solid white;
}

#jsddm li ul li
{	
	float: none;
	display: inline;
}

#jsddm li ul li a
{	
	width: 116px;
	background-color: #030136;
}

#jsddm li ul li a:hover
{	
}

/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */

#page { 
	position: relative;
	margin: 0px auto 0px auto;
	width: 700px;
}

#container
{
}
#content_container {
}
#lowerlinks_container img {  }
#footer {  }
#fla_header
{
}
#body_title, #content_container h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
img.fla_corner
{
}
#lowerlinks_container
{
	
}
#pageOptions { 
	position: relative;
	background-color: #000;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 4px;
}


div.login
{
	background-image: url(../images/layout/bkg_login.gif);
	background-repeat: repeat-x;
	background-color: #fecd2e;
	
	color: #401f01;
}
div.login a:link, div.login a:visited, div.login a:hover, div.login a:active
{
	text-decoration: underline;
	color: #401f01 !important;
}
div.login_form
{
	position: relative;
	z-index: 2;
	
	padding: 11px 11px 0px 11px;
}

div.get_connected
{
	position: relative;
	z-index: 2;
	padding: 0px;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
    background-position: center top;
}
.subheaderBlue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #006600;
	text-decoration: underline;
}
.headerGreen {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.headerBlue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}
.regGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	font-style: italic;
}
.regBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	font-style: italic;
}
.subheaderGreen {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #000066;
	text-decoration: underline;
}
.small {
	font-size: 12px;
}

/* --------------------------------------------------------------------------- */
/* -- Tables ----------------------------------------------------------------- */
table.tblLogin
{
	width: 100%; 
	border-spacing: 2px;
}
table.tblLogin th
{
	color: #502b09;
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
}
table.tblLogin td input[type="text"], table.tblLogin td input[type="password"]
{
	border-style: solid;
	border-width: 1px;
	border-color: #d3b337;
	
	height: 19px;
	line-height: 19px;
}
table.tblLogin td input[type="text"]
{
	width: 157px;
}
table.tblLogin td input[type="password"]
{
	width: 117px;
	border-right: none;
}
table.tblLogin td input[type="image"]
{
	vertical-align: bottom;
}
/* --------------------------------------------------------------------------- */



.ui-state-button{
	padding:10px;
	font-size: 15px;
	margin-top:10px;
	display: inline-block;
}


.ui-state-mouseover.hover{
	border:1px #f98040 solid;
	background: url(../images/button-bg.png) repeat-x 50% 50%;
	color:#462201;
}
.ui-state-input{
	cursor: pointer;
}

.ui-widget-header{
	background: url(http://beagleproductions.com/wip/javascript/ckeditor/skins/kama/images/sprites.png) #FF7701 0 -1950px repeat-x;
}
