body
{
	/*background: url(../../images/bg_page.jpg) #ffffff repeat-x left top;*/ /*background: url('../../images/stripes.gif'); */ /*background-repeat: repeat;*/
	background-color: #ffffff;
	font-family: Arial;
	font-size: 0.75em;
	line-height: 1.4em;
}
/*div
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding: 0;
} */
h1
{
	font-weight: normal;
	font-size: 1.6em;
	color: #023399;
	font-weight: bold;
	line-height: 1.8em;
}
h2
{
	font-size: 1.4em;
	color: #003399;
}
h3
{
	font-size: 1.2em;
	color: #003399;
	margin: .6em 0;
}
h4
{
	font-size: 1em;
	color: #003399;
}
a
{
	color: Red;
}
a:hover
{
	text-decoration: none;
}


ul.plainlist
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
ul.doublespaced li
{
	margin: 0.5em 0px 0px;
}

#outer_frame
{
	background: #ffffff;
	border: solid 1px #ccc;
}
#wrapper
{
	background-color: #ffffff;
}
#header_inner
{
	/*background:red; */ /*background: url(../../images/banner_logo_bg.jpg) #fff no-repeat left top;*/
}
#banner_block
{
}
#wrapper
{
	background-color: #ffffff;
}
#left_block
{
	background-color: #ffffff;
}

#right_content
{
	border: none;
	text-align: right;
}
#central_block
{
	background-color: #ffffff;
}
#central_content_block
{
	background-color: #ffffff;
}
#page_body_block
{
	/*background-color: #ffffff; */
	background: url(../../images/BG-IMAGE.jpg) #ffffff repeat-x left top; 
	/*overflow-x:hidden; 	overflow-y:scroll; */ /* color here*/
}
#page_body_block a, a.visited
{
	color: blue;
}

#footer
{
	font-size: 1.0em;
	color: #ffffff;
	text-align: center;
}
#footer a
{
	color: #aaaaaa;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

#page_footer
{
	/*background:url(../../images/Footer.gif);*/
	font-family: Arial Narrow;
	font-weight: bold;
	font-size: 1.38em; /*background:#000000;*/
}
/**************************************************************************************
			MENU Styles
***************************************************************************************/
#topmenu_list a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	letter-spacing: 0.02em;
}
#topmenu_list a:hover
{
	text-decoration: underline;
}
#left_menu
{
	/* background-color: #d9e0f0; */
}
#left_menu_body
{
}


/********************************************************************
Modules Common
*********************************************************************/
#ModuleCmdLink
{
	margin-right: 5px;
	font-weight: bold;
	font-size: 0.95em;
}
#ModuleCmdLink a
{
	color: Red;
	text-decoration: none;
	cursor: pointer;
}
#ModuleCmdLink a:hover
{
	text-decoration: underline;
	cursor: pointer;
}


/******************************************************************************
Module Admin Styles
*******************************************************************************/
#EditorCmdLink a
{
	font-size: 0.8em;
	color: #663300;
	font-weight: bold;
}
#EditorCmdLink
{
	text-align: right;
}
#EditorTitle
{
	background-color: #eeeeee;
	padding: 10px 4px;
	color: #003399;
	font-weight: bold;
	font-size: 1.4em;
}
.button_delete
{
	color: Red;
	margin-left: 10px;
}
/******************************************************************************
Editor Styles
*******************************************************************************/

/* Modal Begin*/

.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px; /*width:250px; */
}
.modalPage
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-width: 8px;
}
.modalTop
{
	/*width: 292px;*/ /*background-color: #006699; */
	background-image: url('../../images/blue_background.jpg'); /*background-color: Gray;*/
	padding: 4px;
	color: #ffffff;
	text-align: right;
	cursor: move;
}
.modalTop a, .modalTop a:visited
{
	color: #ffffff;
}
.modalBody
{
	padding: 4px;
}

/***********************************************************/
/* left menu */
/***********************************************************/
.left_main_menu
{
	margin: 5px 5px 0 0px;
	padding: 0 0 0 25px;
}


/*
.left_main_menu a
{
	font-size: 1.4em; color: #ED1C24;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial Narrow;
}
.left_main_menu a:hover
{color: #828282;}
*/
.left_menu_header
{
	font-weight: bold;
	background: url(../../images/header_left_nav.jpg) #49207e no-repeat left top;
	font-size: 1.3em;
}
.sub_menu_block
{
	clear: both;
	margin-bottom: 4px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	line-height: 14px;
}
.sub_menu a:hover
{
	text-decoration: underline;
}
.sub_sub_menu_block
{
	margin-bottom: 4px;
	margin-left: 10px;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	line-height: 14px;
}
/******************************************/
/* Registration Form */
/*******************************************/
.redStar, .tdStar
{
	color: Red;
}
/*************************************************/
/**  Login Page */
/***************************************************/
.login_button
{
	position: relative;
	right: 110px;
	margin-top: 5px;
}
/*************************************************/
/** Admin section -- common */
/***************************************************/
.page_header
{
	background-color: #dddddd;
	padding-left: 5px;
}
/*************************************************/
/** Admin section -- pop up calendar */
/***************************************************/
.popCalendar
{
	clear: both;
	border: 1px solid #646464;
	background-color: #cccccc;
	color: blue;
}
/*************************************************/
/** Admin section -- Events */
/***************************************************/
.lineLabel
{
	float: left;
	width: 120px;
	font-weight: bold;
	min-height: 25px;
	height: auto !important;
	height: 25px;
}
.line
{
	min-height: 25px;
	clear: both;
}
.lineValue
{
	float: left;
	width: 300px;
}

/************************************************************/
/*** Home splash page
/************************************************************/

#dvEnterSiteLink a, a:visited
{
	color: #dddddd;
}
#dvEnterSiteLink a:hover
{
	color: #2A3E71;
}

.with_scrollbar
{
	padding: 8px;
	overflow-y: scroll;
	height: 490px; /* 	scrollbar-base-color: #E5CDDD;     scrollbar-arrow-color:#E5CDDD;     scrollbar-track-color:#E5CDDD;     scrollbar-3dlight-color:#A73962;     scrollbar-face-color: #A73962;     scrollbar-darkshadow-color:#A73962;     scrollbar-highlight-color:#A73962;     scrollbar-shadow-color:#A73962;	 	*/
}
.without_scrollbar
{
	padding: 6px;
	overflow-y: hidden;
	height: 490px;
}
