body
{
	background: url(../../images/bg_page.jpg) #ffffff repeat-x left top;
	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
}
h4 
{
	font-size: 1em; 
	color: #003399
}
a 
{
	color: #003399
}
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-color:#ffffff;
}


#top_dec_bar
{
	/*
	background: url(../../images/bg_top_bar.jpg) #fff repeat-x left top;
	height:27px;
*/
	
}
#header_inner
{
	
	/*background:red; */
	/*background: url(../../images/banner_logo_bg.jpg) #fff no-repeat left top; */
}
#banner_block
{
	
}
#right_content
{
	border: none;	
	min-height: 500px;
	text-align:right;
	
}
#footer
{
	font-size: 0.8em;
		
}
#footer a 
{
	color: #828282;
	font-weight:bold;
	text-decoration: underline;
		
}
#footer a:hover
{
	color:#ff9100;
	font-weight:bold;
	text-decoration: underline;	
}
/**************************************************************************************
			MENU Styles
***************************************************************************************/
#topmenu_list a 
{
	color: #333333; 
	text-decoration: none;
	font-weight: bold;
	font-size: 0.75em;
	letter-spacing: 0.02em;
	
}
#topmenu_list a:hover 
{
	text-decoration: underline;
}
#left_menu
{
	/*background-color: #d9e0f0;*/
	width:200px;
}
#left_menu_body
{
	/*
	border-left: solid 2px #e4deec;	
	border-right: solid 2px #e4deec;	
	border-bottom: solid 2px #e4deec;	
	*/
}


.left_main_menu
{
	font-weight:bold;
	background: url(../../images/bg_main_menu.jpg) #ffffff repeat-x left top;
	font-size: 1em;
	text-decoration: none;
	height:30px;
	margin-bottom: 1px;
}
.left_main_menu a 
{
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
		
}
.left_main_menu a:hover
{
	/*font-size: 1.1em;
	color: #00349a; */
	text-decoration: underline;
	
}

.left_main_menu_item
{
	padding:8px 0 8px 12px;	
}

.left_sub_menu
{
	font-weight:bold;
	background: url(../../images/bg_sub_menu.jpg) #ffffff repeat-x left top;
	font-size: 1em;
	text-decoration: none;
	min-height:29px;
	height:auto !important;
	height:29px;
	margin-bottom: 0px;
}
.left_sub_menu a 
{
	font-size: 1em;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
		
}
.left_sub_menu a:hover
{
	/*font-size: 1.1em;*/
	color: #00349a; 
	text-decoration: underline;
	
}

.left_sub_menu_item
{
	padding:8px 5px 8px 34px;	
}
.left_main_menu_bullet
{
	border:none; 
	margin-right:2px; 
	position:relative; 
	top:2px;	
}

/********************************************************************
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; 
}


/***********************************************************/
/* Modal end */
/***********************************************************/

/******************************************/
/* 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 - Promotion Offer Control */

#offer_form {margin-top:20px; padding:10px; height:220px; background-color:aliceblue;}
#offer_form div div {width:100px; float:left;}
#offer_form div {line-height:28px; clear:both;}
#offer_form .long {width: 300px;}
#offer_form .short {width: 100px;}
#current_image {background-color: #eee; padding: 10px; margin-top:10px;}
.image-upload + a {cursor:pointer;}
/* Home page */

.panelblockheader a {color: #fff; text-decoration:none;}


/* Admin General */
#dv_page_frame {width: 720px; min-height:500px; padding-bottom:20px;}
.admin-page-title {font-weight:bold; color:#01337a; font-size:120%; border-bottom: solid 1px #ccc; padding-bottom: 2px; }
#dv_page_msg {text-align:center; margin:5px;}

.list-table {width:100%; background-color:#ffffff; padding:5px;}
.list-table td {margin: 1px; padding:5px;}
.list-table tr:first-child td {background-color: #c9e0ef; padding:6px; font-weight:bold; }

.note {color: #888888;}

/* Registration page */
#dv_page_cmd {margin: 5px; text-align:right;}
#dv_page_cmd a {margin: 0 5px 0 5px;}

#dv_editor {padding: 8px; background-color:aliceblue;}
#dv_editor_cmd {text-align:center; margin-top:10px;}
