/* CSS Document */

body, form {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	/*font-size:12px;*/
	font-size: 0.9em;
	color:#444444;
	margin:0;
}



/* //////////////////////////SIDEBAR/////////////////////////////////////////// */




#sidebar input {
	width:200px;
	background-color:#f6f6f6;
	border-top:1px solid #eee;
	border-right:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #eee;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#ccc;
	padding:4px;
	margin:3px;
}
#sidebar input:hover {
		
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}




#sidebar {
	float:left;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*font-size:11px;*/
	font-size: 0.8em;
	color:#777;
	line-height:20px;
}
#sidebar h1 {
	color:#CB43A5;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Verdana;
}
#sidebar ul {
	margin:0;
	padding:0;
	/*font-size: 14px;*/
	font-size: 1.3em;
}
#sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}


#sidebar p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
}
#sidebar .fat_image 
{
	margin-left: 16px;	
}


/* //////////////////////////MENU/////////////////////////////////////////// */


 .menu_item a {	
	background-color:#eee;
	color:#f60;
	border-right:10px solid #eee;
	/*font-size: 12px;*/
	font-size: 0.9em;
	display:block;
	padding:10px 10px 10px 20px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
}

 .menu_item a:hover 
 {
 
	border-left:2px solid #ddd;
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}

 .menu_item_select a 
 {
	width:180px;
	background-color:#eee;
	color:#000;
	/*font-size: 12px;*/
	font-size: 0.9em;
	display:block;
	padding:10px 10px 10px 20px;
	margin:0 0 1px 0;
	text-decoration:none;
}

.menutree{
	width:206px;
	background-color:#FFFFFF;
	border:2px solid #ddd;
	border-top:none;
	border-right:2px solid #ddd;
	/*font-size:11px;*/
	font-size: 0.8em;
	font-weight:normal;
}

.menutree div
{
	padding-top:3px;
	padding-left:10px;
	padding-bottom:4px;
}
.menutree a 
{
	color:#333;
	text-decoration:none;
}






/* //////////////////////////container/////////////////////////////////////////// */

#container {
	width:965px;
	margin:0 auto;
}



/* //////////////////////////HEADER/////////////////////////////////////////// */



.HTMLHeader
{
margin-top: 10px;
text-align:center;
width:100%;
height:216px;
vertical-align:middle;
background-image:url(../images/header/asp_net_media_back_bar.gif);
background-repeat:repeat-x;
background-position:bottom;
}

.HTMLHeader img{
display:inline;
vertical-align:middle;
}
.HTMLHeader input{
display:inline;
vertical-align:middle;
margin-right:4px;
}
.HTMLHeader .logoshift{
 margin-top:-8px;
}




/* //////////////////////////FOOTER/////////////////////////////////////////// */







#footer {
	padding:15px;
	border-top:1px solid #ccc;
	/*border-bottom:1px solid #ccc;*/
	margin:25px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}
#footer a {
	color:#666;
}
#footercontent {
	width:700px;
	margin:0 auto 0 auto;
}





/*//////////////////////////////////////////////////////////////////////////////////////*/


#content
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	width:700px;
	margin:0 0 0 220px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-top:2px solid #eee;
	background-image:url(../../../images/backgrounds/h1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left: 40px;
	padding-top: 30px;
}

#content td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

#content input{font:8pt Verdana,Arial,Helvetica,sans-serif}

#content select{background:#ffffff;font:8pt Verdana,Arial,Helvetica,sans-serif}

#content textarea{background:#ffffff;border:1px solid #000000;
font:8pt Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

#content form{display:inline}

#content input{border:1px solid #4C77B6;font-size:8pt}

#content input.pbutton{background:#EEF5FF;}

/* For BBCode Post Buttons */
.ButtonOut
{
	filter: alpha(opacity=70);
	border: #7F9DB9 1px solid;
}
.ButtonOver
{
	background-color: #FFE1AC;
	border: #FFAD55 1px solid;
}
.ButtonChecked
{
	background-color: #FFCB7E;
	border: #FFAD55 1px solid;
}
.ButtonOff
{
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #7F9DB9 1px solid;
}

/*  */
#content img 
{
	border: 0;
}

/* hyperlinks */
#content a		{ text-decoration: none; color: #303030; }
#content a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 {
	background-image: url('bg_header1.png');
	background-color: #7D8CFF;
	color: #FFFFFF;
	font-weight: bold;
	height: 32px;
	font-size:12px;
}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:#C0C0FF;text-decoration:none}

/* Header 2 - Sub header */
.header2 {
	background-image: url('bg_header2.png');
	background-color: #7D8CFF;
	color: #3A4F6C;
	font-weight: bold;
	height: 28px;
}

td.header2links a				{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}
td.header2links	a:hover	{color: #3A4F6C;text-decoration:none;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
.footer1 {
	background-image: url('bg_footer1.png');
	font-size: 7pt;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.postformheader 
{
	background-color: #D1DCEB;
	font-weight:bold;
}

/* Header of posts */
.postheader 
{
	background-color: #E4EAF2;
	color:#404040;
}

/* User info and post/article */
.post 
{
	background-color: #DFE6EF;
	color:#404040;
}

.post_alt
{
	background-color: #dfe9f7;
	color:#404040;	
}

.post_priority
{
	font-weight:bold;
}

.post_link
{

}

/* Footer of posts */
.postfooter 
{
    background-color: #D1DCEB;
}

/* Area between posts */
.postsep 
{
	background-color: #8394B2;
	height: 2px 
}

/* most tables are class 'content' */
#content .content {
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	border: solid 1px #8394B2;
	color: #000000;
	padding: 0px;
	background-color: #FFFFFF;
}

#content .content td {
	padding: 3px;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
#content .content a		{ color: #202020; text-decoration: underline; }
#content .content a:hover	{ color: #3A4F6C; text-decoration: none; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #E4EAF2;
	border: solid 1px #8394B2;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode
{
	padding: 4px;
	/*background-color: #B2C8F6;*/
	background-color: #FFFFFF;
	border: solid 1px #95B4F3;
	/*color:#014C00;*/
	color:#000000;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
#content a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
#content a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #202020; font-size: 9pt; }
.navlinks a { color: #000000; text-decoration: none }
.navlinks a:hover { color: #6594D5; }

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv
{
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}



#content a {
padding: 2px;
color:#000;
}

#content a:hover {
padding: 2px;
background:none;
border: 0 ; 
color:#010101;

}

#manual a {
padding: 2px;
color:#000;
}


#manual a:hover {
padding: 2px;
background:none;
border: 0 ; 
color:#010101;

}
#content img {
	border:none;
	margin:0;
	padding:0;
}

#content .content a		{ color: #3A4F6C; text-decoration: none; }
#content .content a:hover	{ color: #000; text-decoration: underline; }
