@charset "utf-8";
/* -- General ---------------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-image: url(../images/layout/bkg.gif);
	background-repeat: repeat-x;
	background-color: #6c3c18;
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	margin: 0px 0px 20px 0px;
}
h1,h2,h3,h4
{
	padding-bottom: 5px;
	font-weight: normal;
}
h1
{
	font-size: 36px;
	color: #fedf55;
	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: #fedf55;
	text-decoration: none;
}
a:visited
{
	color: #fedf55;
	text-decoration: none;
}
a:hover
{
	color: #fedf55;
	text-decoration: underline;
}
a:active
{
	color: #fedf55;
	text-decoration: none;
}
/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
#container
{
	position: relative;
	width: 973px;
	margin: 0px auto 0px auto;
}
#fla_header
{
	position: relative;
	z-index: 2;
}
img.fla_corner
{
	position: absolute;
	bottom: -22px;
	right: 0px;
}
#main
{
	position: relative;
	z-index: 3;
	
	top: -40px;
	padding-left: 30px;
	width: 666px;
}
#side
{
	margin-bottom:-70px;
	position: relative;
	z-index: 1;
	width: 245px;
	float: right;
	margin-right: 6px;
	margin-left: 25px;
	text-align: left;	
	top: -85px;
}
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;
}

#previewText, #programText{
	text-shadow: black 0px 0px 3px;
}
