@charset "utf-8";
/* -- General ---------------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #000;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	
	margin: 0px 0px 20px 0px;
}
h1,h2,h3,h4
{
	padding-bottom: 5px;
	font-weight: normal;
}
h1
{
	text-shadow: #fff 0px 1px -1px;
	color: #333;
	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;
}
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;
/* 	border-bottom:#D80C0b 1px solid; */
}
a:visited
{
	color: #333;
	text-decoration: none;
/* 	border-bottom:#D80C0b 1px solid; */
}
a:hover
{
	color: #333;
	text-decoration: underline;
/* 	border-bottom:#D80C0b 1px solid; */
}
a:active
{
	color: #333;
	text-decoration: none;
/* 	border-bottom:#D80C0b 1px solid; */
}
a img{
	border:0;
}
#menu {
	height: 28px;
	width: 100%;
	position: relative;
	z-index: 50;
	background: url(../images/layout/menuitem_bg.jpg);
	text-align: center;
}
#ticker { 
	background: #F00;
	direction: rtl;
	padding: 8px;
}
#jsddm
{	margin: 0;
	padding: 0;
	width: 945px;
}
	
#jsddm li
{	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

#jsddm li a
{	
	display: block;
	background-image: url(../images/layout/menuitem_bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	padding: 5px 0px;
	/* margin: 0px 1px; */
	margin:0;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	/* border-right: 1px solid white; */
	width: 135px;
	height: 18px;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	border:0;
}

#jsddm li a:hover
{	
	background-image: url(../images/layout/menuitem_bg_over.jpg);
	color: #FFF;
}

#jsddm li ul
{	
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	border-top: 1px solid white;
}

#jsddm li ul li
{	
	float: none;
	display: inline;
}

#jsddm li ul li a
{	
	width: 135px;
	background-image: url(../images/layout/menuitem_bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
}

#jsddm li ul li a:hover
{	
	background-image: url(../images/layout/menuitem_bg_over.jpg);
	color: #FFF;
}

/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
#page { 
	position: relative;
	margin: 0px auto 0px auto;
	width: 980px;
	z-index: 20;
}

#container
{
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #d3d3d3;
	padding: 45px 25px 25px 15px;
}
#content_container {
	background-color : #fff;
	background-image: url(../images/layout/sidetaper.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 15px 15px 15px 45px;
	
}
#lowerlinks_container img { float: left; }
#footer { color: #fff; padding: 10px; margin-top: 20px; }
#fla_header
{
/* 	position: absolute; */
	z-index: 2;
/*
	width:100%;
	overflow: hidden;
*/
	text-align:center;
	height: 135px;
	background-position: 50% 0px;
	background-image: url(../images/layout/texture.jpg);
	/* background-position: center; */
	background-repeat: no-repeat;
}
#body_title, #content_container h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 25px;
}
img.fla_corner
{
	position: absolute;
	bottom: -22px;
	right: 0px;
}
#lowerlinks_container
{
	
}
#pageOptions { 
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #000;
	color: #fff;
}


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;
}
/* --------------------------------------------------------------------------- */
/* -- 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;
}

.ccsBtn{
	border:2px #d3d3d3 solid;
	font-size:14px;
	padding:3px;
	background:#eee;
}
