﻿body
{
	background-color: #F5F5F5;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: Black;
	cursor: default;
}

input.calnedar_button:hover
{
	background-image: url(../images/show_calendar_over.png);
	background-color: Transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.logo_style
{
	display: block;
	height: 50px;
	width: 240px;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	background-image: url(../Images/mindfusion-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
}

.top_menu_cell
{
	background-image: url(../images/content-top1.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 266px;
	height: 20px;
}

.header_background
{
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}

.middle_menu_cell
{
	background-image: url(../images/middle1.png);
	background-position: center center;
	background-repeat: repeat-y;
	width: 266px;
	min-height: 250px;
}

.bottom_menu_cell
{
	background-image: url(../images/content-bottom1.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 266px;
	height: 71px;
}

.top_content_cell
{
	background-image: url(../images/content-top2.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 733px;
	height: 20px;
}

.middle_content_cell
{
	background-image: url(../images/middle2.png);
	background-position: center center;
	background-repeat: repeat-y;
	width: 733px;
	vertical-align: top;
	text-align: left;
}

.bottom_content_cell
{
	background-image: url(../images/content-bottom2.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 733px;
	height: 71px;
}

.main_menu_cell
{
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

.left_bar_width
{
	width: 267px;
}

.right_bar_width
{
	width: 734px;
}

.top_bar_div
{
	height: 120px;
	left: 0;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	border-style: none;
	overflow: hidden;
}

.wide_bar_div
{
	top: 0;
	padding-top: 115px;
	position: relative;
	z-index: 400;
}

.top_bar_div .content_table
{
	border-bottom-style: none;
}

.content_table
{
	border-bottom: 2px solid #3399FF;
	width: 100%;
}

.left_bar_content
{
	text-align: left;
	margin-left: 23px;
	margin-right: 20px;
}

.login_div
{
	background-image: url(../images/side-footer.png);
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: -8px bottom;
	margin: 0;
	padding-bottom: 25px;
}

.login_table
{
	color: #333333;
	background-color: #F2F2F2;
	border: 1px solid #C6D9E9;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	padding-left: 15px;
	padding-right: 18px;
}

.login_label
{
	font-weight: bold;
	margin: 3px 0;
	display: block;
}

.login_textBox
{
	padding-left: 4px;
	background: #FFFFFF url(../images/gradtop.gif) repeat-x scroll center top;
	border: 1px solid #C6D9E9;
	color: #000000;
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
	padding: 2px;
}

.content_div
{
	margin: 10px 35px 30px 40px;
	min-height: 350px;
}

.log_user, .log_user .logStatus
{
	font-weight: bold;
	font-size: 8pt;
	color: #013A79;
}

.registerLink:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.log_user .logStatus:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/* Menu */

.left_menubar
{
	/*background: transparent url(../images/left_menu_back.png) no-repeat scroll 0 0;*/
	float: left;
	height: 47px;
	width: 40px;
}

/*.right_menubar
{
	background: transparent url(../images/right_menu_back.png) no-repeat scroll 0 0;
	float: left;
	height: 47px;
	width: 24px;
}*/

#menu
{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 16px;
	height: 47px;
	padding-right: 5px;
	z-index: 902;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: block;
	float: left;
	padding: 14px 9px 0;
}

#menu a
{
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS" , Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin-top: 1px;
	padding: 0;
}

#menu a:hover
{
}

#menu .active
{
}

#menu .active a
{
	color: #DCDCDC;
}

#menu .active a:hover
{
}

/* FOOTER */

#footer
{
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.label_confirm_text
{
	color: Green;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	display: block;
}

.footer_error_label
{
	color: Red;
	font-style: italic;
	font-size: 11px;
}

.rssTable
{
	width: 100%;
	table-layout: fixed;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
}

.rssTitleCell
{
	text-align: left;
	margin-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
}

.rssTitle
{
	color: #FF7200;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.rssTitle:hover
{
	text-decoration: underline;
}

.rssDescriptionCell
{
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	margin-bottom: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

.rssMoreNews
{
	color: #FF7200;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.rssMoreNews:hover
{
	text-decoration: underline;
}

.rssTitleCellMini
{
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 1px;
	padding-right: 0; /* border-bottom: outset 1px #D0D0D0; */
}

.rssTitleMini
{
	color: #004FA8;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.rssTitleMini:hover
{
	text-decoration: underline;
	color: #FF7200;
}

.rssMoreNewsMini
{
	/* color: #FF7200; */
	color: #004FA8;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.rssMoreNewsMini:hover
{
	text-decoration: underline;
	color: #FF7200;
}

.admin_dropdown_menu
{
	position: absolute;
	visibility: hidden;
	width: 158px;
	height: 69px;
	z-index: 900;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.admin_drop_menu_content
{
	background: #545454 url(../images/dropdownmenu_bg.png) repeat-y scroll 0 0;
	border: 1px solid #101010;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
}
.admin_drop_menu_content a
{
	color: #FFFFFF;
	font-family: "Segoe UI" ,Arial,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 23px;
	text-decoration: none;
	display: block;
	cursor: default;
	margin-right: 2px;
	margin-left: 1px;
}

.admin_drop_menu_content .linkOver:hover
{
	background-color: transparent;
	background-image: url(../images/menuItemHover_Left.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

.admin_drop_menu_content .linkOver .drop_menu_link_text
{
	margin-left: 32px;
	display: block;
	margin-right: -1px;
}

.admin_drop_menu_content .linkOver .drop_menu_link_text:hover
{
	color: #9eda29;
	background-color: transparent;
	background-image: url(../images/menuItemHover_Right.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: right top;
}
