BODY {
	color : white;
	text-decoration : none;
	font-family: Arial; 
	font-weight : normal;
	font-style : normal;
	font-size : 10px;
	scrollbar-arrow-color : #CCCCCC;
	scrollbar-track-color : #CCCCCC;
	scrollbar-face-color : #be7900;
	background : #dcded3;
	/* background-image : url(/burneyglen/shared/images/skin/body_bg.gif); */
	margin-top : 10px;
	margin-left : 0px;
	margin-right : 0px;
}

@media print {
    .NoPrint {display: none;}
}

@media print {
    .Print {display: inline;}
}

.SPAN_Note {
	font-size:.9em; 
	color:yellow;
}

.Focus_Box {
	border : 2px solid #333333;
	background-color : #cccccc;
	padding-left : 10px;
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;	
}



#contentDiv2 {
	display : none; 
	/*padding-left : 1px; 
	padding-top : 1px;*/
	background-color : #cccccc;
	border : 2px solid #333333;
	color : #000000 
}

#contentDiv1 {
	display : inline; 
	/*padding-left : 18px;*/
	/*padding-top : 8px;*/
	/*background-color : #cccccc;*/
	/*border : 2px solid #333333; */
}




/* Top Shadows  */

.TABLE_Top_Shadows {
	width : 900px;
}

.TD_Top_Shadow_Left {
	width : 25px;
	height : 20px;
	background-image : url(/shared/images/skin/Top_Shadow_Left.gif);
}

.TD_Top_Shadow_Center {
	width : 774px;
	height : 20px;
	background-image : url(/shared/images/skin/Top_Shadow_Center.gif);
}

.TD_Top_Shadow_Right {
	width : 101px;
	height : 20px;
	background-image : url(/shared/images/skin/Top_Shadow_Right.gif);
}






/*  Top Nav  */


.TABLE_Top_Nav {
	width : 900px;
	background-image : url(/shared/images/skin/Top_Nav_BG.gif); 
}

.TD_Top_Nav_Left {
	width : 25px;
	height : 30px;
	background-image : url(/shared/images/skin/Top_Nav_Left.gif);
}

.TD_Top_Nav_Right {
	width : 101px;
	height : 30px;
	background-image : url(/shared/images/skin/Top_Nav_Right.gif);
}

.A_Top_Nav {
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	font-size : 12px;
	color : White;
	text-decoration : none;

}

a:hover.A_Top_Nav {
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #993300;
	text-decoration : none;

}









/*  HEADER Banner */
.TABLE_Header {
	width : 900px;
	background : #dcded3; 
}

.TD_Header_Left {
	width : 25px;
	height : 200px;
	background-image : url(/shared/images/skin/Body_Left_Out.gif);
}

/*  This is on each templates CSS File  */
.TD_Header {
	width : 774px;
	height : 200px;
	background-image : url(/shared/images/skin/Banner.jpg);
}

.TD_Header_Right {
	width : 101px;
	height : 200px;
	background-image : url(/shared/images/skin/Body_Right_Out.gif);
}








/*  Body  */

.TABLE_Body {
	width : 900px;
	background : #6b5134;
}

.TD_Body_Left_Out {
	width : 25px;
	background-image : url(/shared/images/skin/Body_Left_Out.gif);
}

.TD_Body_Left_In {
	width : 50px;
	/* height : 100%; */
}


/*  These items are on the template CSS Files  */

.TD_Body_Center {
	width : 0px;
}

.TD_Body_Right_In {
	width : 178px;
	background-image : url(/shared/images/skin/Default_Body_Right_In.gif);
}

.TD_Body_Right_Out {
	width : 101px;
	background-image : url(/shared/images/skin/Body_Right_Out.gif);	
	background-color : #dcded3;
}








/*  Footer  */

.TABLE_Footer {
	width : 900px;
	height : 25px;
}

.TD_Footer_Left {
	width : 25px;
	height : 25px;
	background-image : url(/shared/images/skin/Footer_Left.gif);
}

.TD_Footer_Center {
	height : 25px;
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	color : Maroon;
	background-image : url(/shared/images/skin/Footer_Center.gif);
}


.TD_Footer_Right {
	width : 101px;
	height : 25px;
	background-image : url(/shared/images/skin/Footer_Right.gif);
}

.A_Footer_Nav {
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	color : Maroon;
}

.A_Footer_Nav:hover {
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	color : #ff9900;
	text-decoration : underline;
}








/*  Admin Section  */

.TABLE_Login {
	background : Silver;
	width : 308px;
	border-left : outset 2px White;
	border-top : outset 2px White;
	border-right : outset 2px Silver;
	border-bottom : outset 2px Silver;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
}

.Login_Text_Box{
	width: 135px;
	background-color: White;
}

.Login_Button{
	color: White;
	font-weight : Bold;
	background-color: Maroon;
	border-color: White;
	padding-right: 5px;
	padding-left: 5px;
}







/*  Forms  */


.FORM_Text_Box {
	width: 300px;
}

.FORM_Textarea {
	width: 300px;
	height: 100px;
	font-family: Arial, Helvetica, Geneva; 
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : Black;
}

.FORM_Select {
	width: 300px;
}


.FORM_SubButton {
	color: White;
	font-weight: Bold;
	background-color: Maroon;
	border-color: White;
	padding-right: 5px;
	padding-left: 5px;
}




/*  General Section  */


.TABLE_Borders {
	width : 100%;
}


TD {
	font-family: Arial; 
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : White;
}






HR {
	margin-bottom: 0px;
	margin-top : 0px;
	padding-bottom: 0px;
	padding-top : 0px;
}

H1 {
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	font-size : 18px;
	color : #ff9900;
	margin-bottom: 0px;
	margin-top : 0px;
	padding-bottom: 0px;
	padding-top : 0px; 
}


H2 {
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	font-size : 14px;
	color : #ff9900;	
	margin-bottom: 0px;
	margin-top : 0px;
	padding-bottom: 0px;
	padding-top : 0px;
}



H3 {
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : #ff9900;
	margin-bottom: 0px;
	margin-top : 0px;
	padding-bottom: 0px;
	padding-top : 0px;
}



.Body_Title {
	font-family: Arial;
	font-weight : bold;
	font-style : normal;
	font-size : 14px;
	color : #ff9900;
	text-decoration : none;
}


.Latest_News_Title {
	font-weight : bold;
	font-size : 12px;
	color : #ff9900;
}

.Latest_News_Date {
	font-weight : bold;
	font-size : 12px;
	color : Red;
}

.A_Body_Title {
	font-family: Arial;
	font-weight : bold;
	font-style : normal;
	font-size : 14px;
	color : #ff9900;
	text-decoration : none;
}


.A_Body_Title:hover {
	font-family: Arial;
	font-weight : bold;
	font-style : normal;
	font-size : 14px;
	color : red;
	text-decoration : underline;
}

a {
	font-family: Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : #ff9900;
	text-decoration : none;
}

a:hover {
	font-family: Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : red;
	text-decoration : underline;
}




/*  BUZZ  */
.Buzz_Register {
	color : #ff9900;
	font-family: Arial;
	font-weight : bold;
	font-style : normal;
	font-size : 9px;
	text-align : right;
	padding-right : 20px;
	height : 90px;
}

.Buzz_Email_Text {
	border: 1px solid Silver;
	background-color: #5f432b;
	color : white; 
	width: 158px;
}

.Buzz_Email_Submit {
	border: 1px solid Silver; 
	background-color: #5f432b;
	color: #ff9900; 
	font-family: Arial; 
	font-weight : bold; 
	font-style : normal; 
	font-size : 9px;
	padding : 3px, 1px, 2px, 1px;
	margin : 3px, 1px, 1px, 1px;
} 



.Pic_Thumbs_Off {
	border-bottom: 2px inset White; 
	border-left: 2px outset White; 
	border-right: 2px inset White; 
	border-top: 2px outset White;
}		

		
.Pic_Thumbs_On {
	FILTER: alpha(Opacity=70); 
	border-bottom: 2px inset Red; 
	border-left: 2px outset Red; 
	border-right: 2px inset Red; 
	border-top: 2px outset Red;
}


pre {
overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
/* width: 400px; */
word-wrap: break-word; /* Internet Explorer 5.5+ */
_white-space: pre; /* IE only hack to re-specify in addition to word-wrap */
font-size: 12px; font-family: Arial;
display: inline;
}


.DIV_Notice {
	text-align: center;
	background-color: #31b817;
	border: 1px solid black;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
}
		
.DIV_Alert {
	text-align: center;
	background-color: red;
	border: 1px solid black;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 4px 4px 4px;
}	