/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

.bodyDouble {
	margin: 0;
	background: #FFFFFF url(/images/img01r.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

.bodySingle {
	margin: 0;
	background: #FFFFFF url(/images/shortline.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}


#singlebarPage {
	margin: 0;
	background: #FFFFFF url(/images/shortline.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}


h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 0.8em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}

img.left {
	float: left;
	margin: 10px 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	margin-bottom: 10px;
}

.boxed .content {
}

/* Post */

.post {
}

.post .title {
}

.post .date {
	margin-bottom: 2em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
	border-bottom: 4px solid #EEEEEE;
	font-size: x-small;
}

.post .meta p {
	margin: 0;
}

.post .story {
}

/* Header */

#header {
	height: 70px;
	background: #000000 url(/images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	position: absolute;
	left: 16px;
	top: 6px;
}


#logo a {
	border: 0;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 10px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a 
{
	text-decoration: underline;
}

/* Content */

#content {
	padding: 20px;
}

/* Content > Main */

#main {
	margin-left: 460px;
	padding: 20px;
}

#mainSingleBar {
	margin-left: 230px;
	padding: 20px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar .title {
	border-bottom: 5px solid #5FC1BC;
}

#sidebar a {
	color: #111111; /*0D5E58;*/
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 170px;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 180px;
	padding: 20px;
}

#sidebar2 .title {
	border-bottom: 5px solid #B7D885;
}

#sidebar2 a {
	color: #1D6E68;
}

#sidebar2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Content > Sidebar > Forum*/

#forum {
}

#forum ul {
	margin: 0;
	list-style: none;
}

#forum  h3 {
	font-size: .8em;
}

#forum p {
	line-height: normal;
	font-size: .8em;
}

#forum a {
	text-decoration: none;
}


/* Footer */

/*#footer {
	clear: both;
	padding: 20px;
}*/

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;    
    background-color: #B7D885;
	/*font-family: Arial, Sans-Serif;*/
	font-size: 14px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderActive
{
    border: 1px solid #2F4F4F;    
    background-color: #7ACCC8;
	font-size: 14px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#updates .accordionHeaderActive a
{
    color: #000;	
	text-decoration: none;
}

#updates .accordionHeader a
{
	color: #000;	
	text-decoration: none;
}

#updates .accordionHeader a:hover
{
	text-decoration: underline;
}

#updates .accordionContent
{
    background-color: #7ACCC8; /*#D3DEEF;*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;    
}

#updates .accordionContent a.selected
{
	/*color: #ff0000;	*/
	/*text-decoration: underline;*/
	font-weight: bold;	
}

#updates .accordionContent a
{
	font-size: 14px;
	color: Black;
}

#updates .accordionContent a:hover
{
   text-decoration: underline;
}


/* CHAT */


#header h2 {
	color:white;	
	margin-top: 0px;
	padding-top: 0px;

	font-weight:normal;
}

.required {
	border:solid 2px red;
	background:#ffc;
}

.alert {
	color:blue;
}

/* Form */

.form {
	border: solid 2px #999;
	padding:10px;
	background: #66ccff;
	list-style:none;
}

.form label {
	display:block;
	font-size: 9pt;
}


.input,
 input {
	margin-top:3px;
	margin-bottom:5px;
	background: white;
	font-family: "Franklin Gothic Medium", verdana, sans-serif;
}



#chatpane 
{
	height:300px;
	width:80%;
	float:left;
	
	color:Black;
	
	border:solid 3px #eef;
	background:white;
	padding:4px;
	margin-bottom:4px;		
}

#chatpane 
{
	overflow:auto;
}

#userpane
{
	height:298px;
	width:15%;
	float:right;
	
	color:Black;
	
	overflow:auto;
	
	border:solid 3px #eef;
	background:white;
	padding:5px;
	margin-bottom:4px;
}

#chatpane ul,
#userpane ul 
{
	margin:0px;
	padding:0px;
	list-style:none;	
}

#chatpane ul li,
#userpane ul li 
{
	font-size:11pt;
	font-family: Arial;
}

.servermsg 
{
	color:Red;
}

.actionmsg
{
	color:Blue;
}

.mytext 
{
	width:90%;
}

.clear 
{
	clear:left;
}




#dialog
{
	width: 300px;
	border: solid 1px #000;
	padding: 2px;
	background-color: #ccc;
	position: absolute;
	top: 40%;
	left: 25%;
}

#dialog h3
{
	font-size: 12px;
	font-weight: bold;
}
