﻿html, body, div, a, form, img
{
    margin: 0px;
    padding: 0px;
    border-style: none;
}
table
{
    border-style: none;
}
html,body
{
	height:100%;
	/*overflow: hidden;*/
}
body
{  
	background-color:#E2E2E2;
    font-family:Verdana;
    font-size:11px;
    color:Black;
}
.top-a
{
	text-align:right;
	padding-right:20px;
	padding-bottom:3px;
	padding-top:3px;
	font-weight:bold;
}

/*Layout*/
#header
{
	/*position:absolute;
	top:0px;
	height: 53px;
	width: 100%;	
	background-image:url(Images/caption-grad.gif);
	background-repeat: repeat-y;
	background-color:#a2c1f5;*/
}
#leftlinks_container
{
	margin:4px 0px 0px 0px;
	float:left;	
}
#link-panel
{
	position:relative;
	margin:0px 0px 0px 0px;
	width: 192px;
	background-image:url(Images/qlink_container_bg.gif);
	background-repeat:repeat-y;
	/*position: absolute;
	top: 55px;
	left: 0px;
	width: 210px;
	background-color:White;
    border-style:solid;
    border-width:1px;
    border-color:#003399;*/
}
.link-panel_h2
{
	margin:0px;
	padding:0px;
}

.link-panel_h3
{
	position:absolute;
	bottom:89px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#content-splitter
{
	float: left;
	height: 100%;
	width: 4px;
	overflow:hidden;
	cursor:w-resize;
}
#container
{
	float:right;
	margin:2px 0px 0px 0px;
}

#leftclm 
{
	
}

#rightclm 
{
	clear:both;
}
#content-panel
{
	clear:both;
	float:right;
	margin:0px 1px 0px 0px;
	_margin:0px 1px 0px 0px;
	overflow:auto;
    background-color:white;
    border-left:1px solid #D0D0D0;
    border-right:1px solid #D0D0D0;
}
#content-body
{
	margin-left:8px;
	margin-right:8px;
}

#footer
{
	/*clear:both;
	bottom: -1px;
	width: 100%;
	height: 28px;
	position:absolute;
	display:block;
	background-image:url(Images/footer-grad.gif);
	background-repeat:repeat-x;
	background-position: bottom;*/
	float:left;
	clear:both;
	width: 100%;
	height: 1px;	
	display:block;
}
/*Toolbar*/
.toolbar
{
	border:0px;
	height: 25px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
.toolbar-leftcorner
{
	background-image:url(Images/left-part-toolbar-grad.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width: 9px;
}
.toolbar-body
{
	background-image:url(Images/toolbar-grad.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.toolbar-rightcorner
{
	background-image:url(Images/right-part-toolbar-grad.gif);
    background-repeat:no-repeat;
    background-position:top left;    
	width: 9px;
}
.toolbar-text
{
    margin-left:18px;
    font-size:11px;
    text-align:center left;
}
.toolbar-img
{   
	background-repeat:no-repeat;
	display: block;
	height:16px;
	padding-left: 10px;
	padding-right:7px;
	vertical-align: middle;
}
.toolbar-img-and-text
{   
	background-repeat:no-repeat;
	display: block;
	height:16px;
	padding-left: 20px;
	vertical-align: middle;
}
.menu-toolbar
{
    vertical-align:top;
}
.toolbar-separating-line
{
	background-image:url(Images/separating-line.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:4px;
	height:25px;
	padding:0px;
	margin:1px;
}
   
.toolbar-item
{
	text-decoration: none;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 1px;
	text-align: center;
	color: Black;
	font-family: Tahoma;
	letter-spacing: 1px;
	height: 15px;
	cursor: hand;
}
.toolbar-item:hover
{
	background-image:url(Images/active-a-grad.gif);
	background-repeat:repeat-x;
	background-color:#f7ce6e;
	text-decoration:none;
    border-style:solid;
    border-width:1px;
    border-color:#000080;
	margin:0px;
	height:15px;
}


/*Menu*/
/*.header-menu
{
	background-image:url(Images/drops.gif);
	background-position:left top;
	background-repeat:no-repeat;
    height:25px;
}*/
.menu
{
	/*margin-top: 1px;
	margin-left: 7px;*/
}
.menu-item
{
	/*display: block;
	padding-left: 4px;
	padding-right:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin: 1px;
	color:Black;
	text-indent: -15px;*/
	
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	color:Black;
	text-indent: -15px;	
	width:80px;
	
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	background:#F7F7F7;
	background-image:url(Images/static_menu_dw.gif);
	background-repeat:repeat-x;
	background-position:top left;
	text-align:center;
	padding:5px 0px 5px 0px;
	border-left:1px solid #777777;
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;	
	cursor:pointer;
 }
.menu-item a:hover
{
	text-decoration: none;
}
.menu-item img
{
	display: none;
}
.menu-item-hover
{
	/*display: block;
	margin: 0px;
	padding-left:6px;
	background-image:url(Images/active-a-grad.gif);
	background-repeat:repeat-x;
	background-color:#f7ce6e;
	text-decoration:none;
    border-style:solid;
    border-width:1px;
    border-color:#000080;
	margin:0px;
	text-indent: -16px;*/
	/*display: block;*/
	width:80px;
	/*background-image:url(Images/active-a-grad.gif);
	background-repeat:repeat-x;
	background-color:#f7ce6e;
	text-decoration:none;
    border-style:solid;*/
    /*border-width:1px;*/
    /*border-left-width:1px;
    border-right-width:1px;
    border-top-width:0px;
    border-bottom-width:0px;
    border-color:#7F7F7F;
	text-indent: -16px;*/
	
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	background:#FBF1CD;
	background-image:url(Images/static_menu_ov.gif);
	background-repeat:repeat-x;
	background-position:top left;
	text-align:center;
	padding:5px 0px 5px 0px;
	border-left:1px solid #777777;
	border-right:1px solid #777777;	
	border-top:1px solid #777777;
	border-bottom:1px solid #777777;
	cursor:pointer;
	vertical-align:middle;
}
.menu-dinamic
{
	display: block;
	background-color:#f6f6f6;
    /*background-image:url(Images/dinamic-menu-grad.gif);
    background-repeat:repeat-y;
    background-position:left;
    border-style:solid;
    border-width:1px;
    border-color:#003399;*/
}
.menu-dinamic-item
{
	display: block;
	margin: 0px;
	/*padding-left:4px;
	padding-right:19px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	color:Black;*/
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	background:#ffffff;
	background-image:url(Images/static_menu_dw.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	text-align:left;
	padding:2px 5px 0px 0px;
	border:1px solid #777777;
	cursor:pointer;
	text-indent:5px;
	vertical-align:middle;
	height:20px;
}
.menu-dinamic-item a:hover
{
	text-decoration:none;
}
.menu-dinamic-item img
{
	margin-right: 8px;
}
.menu-dinamic-item-hover
{
	display: block;
	/*margin: 1px;
	padding-left: 1px;
	padding-right:16px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image:url(Images/dinamic-hover-menu.gif);
	background-repeat:repeat-x;
	background-color:#fdf0c4;
    border-style:solid;
    border-width:1px;
    border-color:#000080;*/
	
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	background:#ffffff;
	background-image:url(Images/static_menu_ov.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	text-align:left;
	padding:2px 5px 0px 0px;
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	cursor:pointer;
	text-indent:5px;
	vertical-align:middle;
	height:20px;    
}
/* Left Panel */
.link-panel-pages-container
{
	position:relative;
	left:7px;
	width:178px;
}
.link-panel-page
{	
}
.link-panel-page-title
{
	background-image:url(Images/header-grad_left.gif);
	background-repeat:repeat-x;
	background-position:-1px left;
	background-color:#ffffff;
    height:28px;
    font-family:Arial, Verdana, Georgia;
    font-size:13px;
    font-weight:bold;
    color:#595959;
    padding-left:7px;
    padding-top:2px;
    display:block;
}
.link-panel-page-tree
{
	overflow: auto;
	background:#ffffff;
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
}
.link-panel-page-tree a
{
	padding:0px 5px 0px 0px;
	margin:0px;
}
.link-panel-buttons-container
{		
	position: absolute;
	bottom:0px;
	left:7px;
	width: 178px;
}
.link-panel-page-button
{
	padding-left:0px;
	display: block;
	height: 31px;
	width: 100%;
	background-image:url(Images/splitter-passive.gif);
	background-repeat:repeat-x;
	background-color:#99ccff;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#A7A7A7;
	text-decoration:none;
	vertical-align: middle;
    font-weight:bold;
	color:Black;
	font-family:Arial;
	font-size:11px;
}
.link-panel-page-button:hover
{
	background-image:url(Images/splitter-active.gif);
	background-color:#f7ce6e;
	text-decoration:none;
}
.link-panel-page-button img
{
	margin: 6px;
}
/* Content */
.page-title
{
	background-image:url(Images/bg_m_header.gif);
	background-repeat:repeat-x;
	background-position:1px left;
    height:30px;
    font-family:Arial, Verdana, Georgia;
    font-size:13px;
    font-weight:bold;
    color:#333333;
    padding:2px 0px 0px 10px;
}
.page-title-text
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:#595959;
    padding-left:0px;
    padding-top:0px;
}
#content-header 
{
	margin:3px 0px 0px 0px;	
}
.content-header-img
{
	background-repeat:no-repeat;
	background-position:right;
	padding-right:5px;
	display:block;	
}
.content
{
	padding: 15px;
}
/* Footer */
.footer-separator
{
	/*background-image:url(Images/footer-separator.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-top:25px;
	padding-bottom:1px;
    margin-left:800px;*/
}
.footer-text
{
	text-align:right;
	vertical-align:middle;
}
/* Grid */
.grid 
{
	border:1px solid #cccccc;
}
.grid td
{
	border-bottom:1px solid #cccccc;
	height:21px;
}
.grid-header
{
	/*background-image: url("Images/grid-header.gif");
	background-repeat: repeat;
	background-position: right bottom;
	height: 22px;	*/
	
	color: #224072;
	background-color: #E2E9F6;
	background-image:url(Images/bg_header_row.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	height:21px;
	padding-left:5px;
}
.grid-header a
{
	/*text-decoration: none;
	font-weight: normal;	
	display: block;
	height: 20px;
	width: 100%;
	color: black;
	padding-top: 2px;*/
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #224072;
}
.grid-header a:hover
{
	text-decoration: none;
}
.grid-row
{	
	color: #000000;
	text-align: left;
	background:#ffffff;
	height:21px;
	font-family: Arial;
	font-size: 11px;
	padding-left:5px;
}
.grid-alternative-row
{
	/*background-color: #f5f5f5;*/
	
	background-color: #F7F7F7;
	color: #000000;
	text-align: left;
	background:#ffffff;
	background-image:url(Images/bg_alternaterow.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:21px;
	font-family:Arial;
	padding-left:5px;
}
.grid-alternative-row td 
{
	border-top:1px solid #DDDDDD;
	display:block;
}

.grid-selected-row
{
	/*background-color: #316ac5;*/
	
	color: #000000;
	background:#ffffff;
	background-image:url(Images/bg_selectedrow.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-weight:normal;
	height:21px;
	text-indent:5px;
}
.grid-pager
{
	/*height: 28px;
	background-image:url(Images/footer-grad.gif);
	background-repeat:repeat-x;
	background-position: bottom;*/
	
	height: 20px;
	/*background-image:url(Images/footer-grad.gif);
	background-repeat:repeat-x;
	background-position: bottom;*/
	font-family:Tahoma;
	text-decoration: none;
	font-weight: bold;	
	color: navy;
	padding-top:0px;
	text-align:center;
}
.grid-pager a
{
	text-decoration: none;
	font-weight: normal;	
	color: black;
}
.grid-pager a:hover
{
	color: navy;
}

/* Navigate Panel */

.navigatepanel-tree-group-opened
{
	background-image: url(Images/tree-opened.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	cursor: pointer;
}
.navigatepanel-tree-group-opened img
{
	margin-right: 3px;	
}
.navigatepanel-tree-group-opened a
{
	vertical-align: 3px;
}
.navigatepanel-tree-group-closed
{
	background-image: url(Images/tree-closed.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	cursor: pointer;
}
.navigatepanel-tree-group-closed img
{
	margin-right: 3px;	
}
.navigatepanel-tree-group-closed a
{
	vertical-align: 3px;
}
.navigatepanel-tree-children
{
	margin-left: 20px;	
}
.navigatepanel-page-button
{
	/*padding-left:0px;
	display: block;
	height: 31px;
	width: 100%;
	background-image:url(Images/splitter-passive.gif);
	background-repeat:repeat-x;
	background-color:#99ccff;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000080;
	text-decoration:none;
	vertical-align: middle;
    font-weight:bold;
	color:Black;*/
	margin:0px 0px 0px 7px;
	padding:0px;
	display: block;
	height: 31px;
	width: 178px;
	background-image:url(Images/splitter-passive.gif);
	background-repeat:repeat-x;
	background-color:#99ccff;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#A7A7A7;
	text-decoration:none;
	vertical-align: middle;
    font-weight:bold;
	color:#000000;
	font-family:Arial;
	font-size:11px;
}
.navigatepanel-page-button:hover
{
	background-image:url(Images/splitter-active.gif);
	background-color:#f7ce6e;
	text-decoration:none;
}
.navigatepanel-page-button a
{
	color:#000000;
	font-family:Arial;
	font-size:11px;
}
.navigatepanel-page-button img
{
	margin: 6px;
}
.navigatepanel-page-title
{
	/*background-image:url(Images/header-grad.gif);
	background-repeat:repeat-x;
	background-color:Navy;
    height:24px;
    font-family:Tahoma;
    font-size:16px;
    font-weight:bold;
    color:White;
    padding-left:7px;
    padding-top:2px;
    display:block;*/
	margin:0px 0px 0px 7px;
	background-image:url(Images/header-grad_left.gif);
	background-repeat:repeat-x;
	background-position:0px left;
	background-color:#ffffff;
    height:28px;
    font-family:Arial, Verdana, Georgia;
    font-size:13px;
    font-weight:bold;
    color:#595959;
    padding-left:7px;
    padding-top:2px;
    display:block;
    width:171px;
}
.navigatepanel-page-content
{
	margin:0px 0px 0px 18px;	
}

.navigatepanel-page-content img
{
	margin:0px 5px 0px 0px;	
}

.navigatepanel-page-content a
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
}
.navigatepanel-page-content a:hover
{
	font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    color:#0066CC;
    text-decoration:none;
}

/* Login page */
.login-panel
{
	margin: 150px auto 5px;
	background-image:url(Images/login-panel-grad.gif);
	background-position:center;
    background-repeat:repeat-x;
    border-style:solid;
    border-width:2px;
    border-color:White;
    width:400px;
    vertical-align:middle;
}
.login-panel-text
{
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma;
	color:#336699;
	text-align:center;
	text-decoration:underline;
}
.login-panel-text:hover
{
	color:#336699;
	text-decoration:none;
}
.login-panel-small-text
{
	font-size:13px;
 	font-family:Tahoma;
	color:#003399;
	text-align:center;
	margin:0px;
	padding:8px;
}
.button-block-align
{
	margin: 10px auto;
	width: 0px;
	text-align:center;
	align: center;
	white-space: nowrap;	
}
.hacker-save
{
    text-align:center;
}
.hacker-save a
{
	margin: 5px;
	text-align:center;
	align: center;
	display: block;
	width: 60px;
}
.login-panel-textbox
{
	margin-bottom:3px;
	height:25px;
	text-align:right;
    padding-right:10px;
	vertical-align:middle;
	
}
.login-panel-textbox input
{
	width : 264px;
}
.login-panel-confirmation-textbox
{
    margin-left:7px;
	margin-bottom:7px;
	height:25px;
	text-align:right;
    padding-right:20px;
	vertical-align:middle;
	white-space:nowrap;
	width:auto;	
}
/* Forums */
.forum
{
	width: 100%;
}
	
.forum-item
{
	padding: 3px;
	background-image: url(Images/forum-item-background.gif);
	background-repeat: no-repeat;	
}
.forum-topic
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-color: gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.forum-alternate-topic
{
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #e5e5e5;
	border-bottom-color: gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.forum-message
{
	border-color: gray;
	border-style: dotted;
	border-width: 1px;
	margin: 15px;	
	padding: 15px;
}
/*Spreadsheet*/
.spreadsheetNonClinet{
	background-color: #5D6EB2;
	color: #A7BCE2;
	font-weight: bold;
}
.spreadsheetSelectedNonClinet{
	background-color: #A7BCE2;
	font-weight: bold;
	color: #5D6EB2;
}
.spreadsheetSplitter{
	background-color: #A7BCE2;
}
.spreadsheetCell
{
	border-right: #a7bce2 1px solid;
	border-top: #a7bce2 1px solid;
	font-size: 12pt;
	border-left: #a7bce2 1px solid;
	border-bottom: #a7bce2 1px solid;
	background-color: #ffffff;
}

.spreadsheetSelectedCell{
	background-color: #A7BCE2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5D6EB2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5D6EB2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D6EB2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D6EB2;
}
.spreadsheet{
	background-color: #DFE7F4;
}
/*Mail*/
.MailBody{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-style: normal;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

/*.oddrow
{
	font: x-small Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background-color: #f4f4f4;
	color: #3B64A2;
}

.evenrow
{
	font: x-small Tahoma, Helvetica, Arial, Verdana, sans-serif;
	background-color: #e5e5e5;
	color: #3B64A2;
}*/
/* Table styles*/
.TableHeader{
	color:White;
	background-color:#3B64A2;
	font-size:8pt;
	font-weight:bold;		
}

.TableContentText {
	font-style: normal;
	color: #3B64A2;
	background-color:White;
	font-size:8pt;	
}

.TableContentTextAlternative {
	font-style: normal;
	color: #3B64A2;
	background-color:#FFFFCC;
	font-size:8pt;	
}
.CalendarAppointment
{
	border-bottom-color: #3B64A2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/*Calendar*/
.CalendarItemHeader{
	color: black;
	font-size:8pt;
	font-weight:bold;		
	font-family:Arial;
}

/* Master Page Layout Stylesheets */

.wrapper 
{
	width:100%;
	height:100%;
	background:#E2E2E2;
}

.tlcorner
{
	background-image:url(Images/tlcorner.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:22px;
}
.bg_top 
{
	background-image:url(Images/bg_top.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:22px;
}
.trcorner
{
	background-image:url(Images/trcorner.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:22px;
}
.blcorner
{
	background-image:url(Images/blcorner.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:22px;
}
.bg_bottom 
{
	background-image:url(Images/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:22px;
}
.brcorner
{
	background-image:url(Images/brcorner.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:22px;
}
.bg_left 
{
	background-image:url(Images/bg_left.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.bg_left_header
{
	background-image:url(Images/bg_left_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:80px;
}
.bg_right 
{
	background-image:url(Images/bg_right.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.bg_right_header 
{
	background-image:url(Images/bg_right_header.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:80px;
}
.header_bg 
{
	background:#ffffff;
	background-image:url(Images/bg_header_trans.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:80px;
}

.copyright 
{
	font-family:Arial;
	font-size:11px;
	color:#7E7E7E;
	height:22px;
	padding-top:5px;
}
.btm_company_name 
{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	background-image:url(Images/bg_btm_round.gif);
	background-repeat:repeat-x;
}
.company_name 
{
	font-family:Tahoma;
	font-size:11px;
	color:#6D6D6D;
	font-weight:normal;
	text-align:center;
}

/* Module Container */

.mtlcorner
{
	background-image:url(Images/mtl_corner.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:10px;
}
.bg_mtop 
{
	background-image:url(Images/bg_mtop.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:10px;
}
.mtrcorner
{
	background-image:url(Images/mtr_corner.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:10px;
}
.mblcorner
{
	background-image:url(Images/mbl_corner.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:6px;
}
.bg_mbottom 
{
	background-image:url(Images/bg_mbottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:6px;
}
.bg_mbottom_popup 
{
	background-image:url(Images//bg_mbottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:10px;
}
.mbrcorner
{
	background-image:url(Images/mbr_corner.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:6px;
}
.bg_mleft 
{
	background-image:url(Images/bg_mleft.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.bg_left_mheader
{
	background-image:url(Images/bg_mleft_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:36px;
}
.bg_mright 
{
	background-image:url(Images/bg_mright.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.bg_right_mheader 
{
	background-image:url(Images/bg_mright_header.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:36px;
}
.mheader_bg 
{
	background:#ffffff;
	background-image:url(Images/bg_m_header.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:36px;
}
.mcontent 
{
	background: #ffffff;
}

.bg_left_master_header
{
	background-image:url(Images/bg_left_master_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:98px;
}
.master_header_bg 
{
	background:#ffffff;
	background-image:url(Images/bg_header_master_trans.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:98px;
}
.bg_right_master_header 
{
	background-image:url(Images/bg_right_master_header.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:98px;
}

.company_name 
{
	font-family:Tahoma;
	font-size:11px;
	color:#6D6D6D;
	font-weight:bold;
	text-align:center;
	padding-top:0px;
}

.user_info 
{
	font-family:Tahoma;
	font-size:11px;
	color:#505050;
	font-weight:normal;
	text-decoration:none;	
	margin:0px;
	padding:0px 10px 0px 10px;
}

.user_info_link 
{
	font-family:Tahoma;
	font-size:11px;
	color:#505050;
	font-weight:normal;
	text-decoration:underline;	
}

.user_info:hover 
{
	font-family:Tahoma;
	font-size:11px;
	color:#505050;
	font-weight:normal;
	text-decoration:none;	
}

.combo_box 
{
	font-family:Arial;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	overflow:visible;
	border:1px solid #A3A3A3;
}

.txtbox
{
	font-family:Arial;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	overflow:visible;
	border:1px solid #A3A3A3;
}

.buttonStyle 
{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#E7E7E7;
	color:#000000;
	font-weight:bold;
	border:solid 1px #cacaca;
	margin-right:5px;
	padding:2px 5px 2px 5px;
	background-image:url(Images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	cursor:pointer;	
}

.hyperlinks 
{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#E7E7E7;
	color:#000000;
	font-weight:bold;
	border:solid 1px #cacaca;
	padding:3px 0px 0px 0px;
	background-image:url(Images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	cursor:pointer;
	text-decoration:none;
	height:16px;
	text-align:center;
}


.calendar_header
{
	background-color: #D1DEEF;
	background-image:url(Images/bg_header_grid.gif);
	background-repeat:repeat-x;
	background-position: top;
	font-weight:bold;
	color:#000000;
	display:block;
	height:19px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.calendar_dayheader
{
	background-color: #E3EBF7;
	font-weight:bold;
	color:#000000;
	display:block;
	height:22px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #AEC1D9;
}

.calendar_daystyle 
{
	color:#000000;
	display:block;
	height:22px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	background-color:#ededed;
}

.calendar_selectdaystyle 
{
	color:#ffffff;
	display:block;
	height:22px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	background-color:#919FAC;
}

.calendar_today 
{
	color:#cc0000;
	display:block;
	height:22px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;	
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.calendar_today a
{
	font-family:Arial;
	color: #cc0000;
	font-size:11px;
	font-weight:normal;	
	text-decoration:none;
}

.buttonStyle 
{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#E7E7E7;
	color:#000000;
	font-weight:bold;
	border:solid 1px #cacaca;
	margin-right:5px;
	padding:2px 5px 2px 5px;
	background-image:url(Images/button_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	cursor:pointer;	
}

.win_head 
{
	font-family:Tahoma;
	font-size:11px;
	color:#595959;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px;
	display:inline;
	vertical-align:text-top;
}

.win_head_normal 
{
	font-family:Tahoma;
	font-size:11px;
	color:#595959;
	font-weight:bold;
	margin:0px;
	padding:3px 0px 0px 3px;
}

.loginbox
{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-align:right;
	padding-right:5px;
}

.req_field 
{
	font-family:Tahoma;
	font-size:11px;
	color:#cc0000;
	font-weight:normal;	
}

.text_box 
{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	border:1px solid #A3A3A3;
	height:18px;
}

.chkbox 
{
	margin:0px 0px 0px -4px;	
}