/* Basic Document Settings */
body {
	
	background-color: #3366CC;
	color: white;
	font-family: "Arial";
	font-size: 12px;

	}
	



h1 { font-size: 15px; font-weight: bold; font-family: Arial; }
h2 { font-size: 13px; font-weight: bold; font-family: Arial; }
	
	
	
/* Banner */
td.banner {

	background-image: url('imgs/logo.jpg');
	width: 729px;
	height: 88px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	text-align: left;

}




/* Main Menu */

#mainMenu
{	margin: 0;
	padding: 0;
	z-index: 30}

#mainMenu li {
	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	}

#mainMenu li a {
	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	
	}

#mainMenu li a:hover {
	
		background-image: 	url('imgs/btnBGGlow.png'); 		
		border-color: #bbd1ff;		

		}

#mainMenu div {
	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #FFF;
	border-top-style: none;	

	}

	#mainMenu div a 	{
		
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #203d77;
		color: #FFF;
		font: 11px arial;
		}

	#mainMenu div a:hover 	{ 
		
		background: #bbd1ff;
		color: #203d77;
		
		}

#btn  {
	
	background-image: 	url('imgs/btnBG.png');
	width: 79px;
	height: 18px;
	color: white;
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
	
}

/* Main Window */


#postTitle  {
	
	font-family: "Arial";
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	height: 22px;
	background-image: url('imgs/thBG.png');
		padding: 0px 10px;
	
}

#mainWindow   {
	
	width: 730px;
	background-color: #1c8ddb;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	table-layout: inherit;

	
	
}

#mainWindow td {
	
	background-color: #f3f3f3;
	color: #1f3c77;
	padding: 3px 5px;
	}
	





#postDate {
	
	height: 12px;

	border-color: white;
	border-style: solid;
	border-width: 1px;
	text-align: right;
	font-weight: bold;
	padding: 0px 5px;
	font-family: "Arial";
	color: white;
	font-size: 12px;
	background-image: url('imgs/thBGlight.png');
	
}


#postContent  {
	
	color: white;


	
}

pre {
		padding: 2px 10px;
		background-color: #e2e5ed;
			font-family: "Arial";
			font-size: 13px;
				white-space: pre-wrap;
}

#footer {
	
	height: 16px;
	background-image: url('imgs/thBGlight.png');
   border-color: white;
	border-style: solid;
	border-width: 1px;
	text-align: right;
}

#footer img:hover { cursor: pointer;  }

#madeBy { 

	color: white; width: 300px; height: 14px; 
	text-align: center; font-size: 10px;
	background-image: url('imgs/thBG.png');
	border-color: white;	border-style: solid; border-width: 1px;
	
	}
	
	
#postTitleInput { 
		width: 650px; 
		background-color: #e2e5ed;
		border: none;
		
		}
		
#postTextInput {
	
	
	width: 650px;
	height: 300px;
	resize: none;
	overflow: auto;
	text-align: left;
	vertical-align: top;
	
	}
