/* CSS Document */


body 
{	margin:0px; 
	min-width:944px;
	min-height:600px;
	height:100%;
	padding: 0px;
}
html
{	height:100%;
}

body.maintenanceMode
{	font-family : Georgia;
	margin: 5px;
	font-size : 11px;
	color: #555555;
	min-width:0px;
	min-height:0px;
	height:auto;

}

.maintenanceMode h2
{	font-size : 18px;
	color: #555555;
	font-weight:bold;
	text-decoration:underline;
}
.maintenanceMode #logoWrapper
{	text-align:right;
}

body, p
{	font-family : Georgia;
	margin-left : 0px;
	margin-top : 0px;
	margin-right: 0px;
	font-size : 11px;
	color: #555555;
}

#wrapperDiv
{	width:944px; 
	height:600px; 
	text-align:left;
	overflow:hidden;
}

#wrapperTable
{	width:100%; 
	height:100%; 
}

#menuDivTopMargin
{	height:93px; 
}



#menuDiv
{	height:20px;
	width:912px;
	margin-left: 32px; 
/*	border-top: solid 2px #d6d6d6; */
}

#contentWrapperDiv
{	height:406px;
 	z-index:1;

}

#contentDivTopMargin
{	height:42px;
}

#ccLogoImg
{	margin-top:4px;
	margin-left:44px;
}

#ccLogoDiv
{	height:53px;
}

#ccCopyrightDiv
{	height:20px;
	margin-right:10px;
	text-align:right;
}
#contentDiv {
  border: 1px solid transparent;
  height: 202px;
  margin-left: 132px;
  padding: 18px;
  width: 572px;
  z-index: 1;
}



.menuExtraButton
{	width:101px;
	cursor : default;
}
.menuExtraButton a
{	cursor : default;
	color: #474747;
}
.menuExtraButton a:link
{	cursor : default;
	color: #474747;
}


.menuExtraButton:hover
{
	background-color :  #e6e6e6;
	cursor : default;
}


/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
	cursor:default;
}
/*menu text - all levels*/
.defaultMenuText a{
text-decoration: none;
	color: #474747;
}
.defaultMenuText{
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #474747;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width:91px;

}
/*menu caption if any*/
.menuName{
	color : gray;
	letter-spacing : 7px;
	font : 11px Arial,sans-serif;
	padding-left : 10px;
	padding-right : 10px;
	width: 0px;
	overflow: hidden;
	
}
/*========= BUTTONS ======================*/

/*plain button state - top level*/
.menuButton {
	background: transparent;
	/*#DBD8D1*/
	border-bottom: none;
	border-left : none;
	border-right : none;
	border-top : none;
	width: 101px;
}
.menuButton table
{	width:101px;
}
/*down button state - top level*/
.menuButtondown table
{	width: 101px;
	background-color :  #e6e6e6;
	border-bottom: none;
	border-left : none;
	border-right : none;
	border-top : none;
	cursor : default;
}
/*mouse over button state - top level*/
.menuButtonover table {
	background-color : #e6e6e6;
	border-bottom : none;
	border-left : none;
	border-right : none;
	border-top : none;
	cursor : default;
	width: 101px;
}
/*plain button state - other levels*/
.menuButtonSecond {
	background-color:  #e6e6e6;
	border-bottom: solid 5px #e6e6e6;
	border-top: solid 1px #e6e6e6;
	font-family: Gill Sans MT,  Arial, sans-serif;
	font-size: 10px;
	width: 202px;
}

/*mouse over button and down button states - other levels*/
.menuButtonSecondover, .menuButtonSeconddown {
	background-color : #FFFFFF;
	color: transparent;
	cursor : default;
	border-bottom: solid 5px #e6e6e6;
	border-top: solid 1px #e6e6e6;
	font:10px Arial,sans-serif;
	width: 202px;
}
/*icon place style on button over/down - other levels
.menuButtonSeconddownimg {
	background-color : #C9D9F5;
}*/

/*text of mouse over button - other levels*/
.menuButtonSeconddown td {
	 color: #000000;
	 cursor:default;
	 border:0px solid;
}


/*============ PANELS and DEVIDERS ===========================================*/

/*manu panel - top level*/
.menuTable{
	background : transparent;
	border-left : none;
	border-right : none;
	border-top: none;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
}

/*menu panel - other levels*/
.secondMenuTable{
	background-color :  #e6e6e6;
	border: 0px dashed #808080; 
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
}

/*devider - horizontal*/	
.menudivider {
	background-color : ButtonFace;
	border-left : solid #808080 1px;
	border-right : solid #FFFFFF 1px;
  	height : 100%;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 2px;

}
/*devider - vertical*/
.menudividery {
	background-color : ButtonFace;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #808080 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

/*================== DRAG HANDLERS ==================*/

/*drag handler for menu - horizontal*/	
.menuhandle {
	background-color : ButtonFace;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;

	
}
/*drag handler for menu - vertical*/
.vmenuhandle {
	background-color : ButtonFace;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 3px;
}


/*============ ICONS and SCROLLERS ====================*/

/*disabled icon - all levels*/
.iconGray {
	filter : BlendTrans(Percent=50) gray(); 
	cursor: default; 
	border:solid 1px ButtonFace;
}

/*enabled scroller*/
.menuscrollerenabled{
	background-color:#CAC8D4;
	 cursor: pointer;	
	 text-align:center;
}
/*disabled scroller*/
.menuscrollerdisabled{
	background-color: #CAC8D4;
	cursor: default;
	visibility:hidden;
	text-align:center;
}


div.user_events_left, div.user_events_right{
	font-family : Georgia;
	margin-left : 23px;
	margin-top : 0px;
	margin-right: 12px;
	font-size : 14px;
	text-align:left;
}
.user_events_left a:link {
	text-decoration: none;
	color: #CC9966;
}
.user_events_left a:visited {
	text-decoration: none;
	color: #CC9966;
}
.user_events_left a:hover {
	color: #777777;
	text-decoration: none;
}
.user_events_left a:active {
	color: #777777;
	text-decoration: none;
}

.user_events_right a:link {
	text-decoration: none;
	color: #CC9966;
}
.user_events_right a:visited {
	text-decoration: none;
	color: #CC9966;
}
.user_events_right a:hover {
	color: #777777;
	text-decoration: none;
}
.user_events_right a:active {
	color: #777777;
	text-decoration: none;
}

div.user_files_left, div.user_files_right{
	font-family : Georgia;
	margin-left : 23px;
	margin-top : 0px;
	margin-right: 12px;
	font-size : 14px;
	text-align:left;
}
.user_files_left a:link {
	text-decoration: none;
	color: #CC9966;
}
.user_files_left a:visited {
	text-decoration: none;
	color: #CC9966;
}
.user_files_left a:hover {
	color: #777777;
	text-decoration: none;
}
.user_files_left a:active {
	color: #777777;
	text-decoration: none;
}

.user_files_right a:link {
	text-decoration: none;
	color: #CC9966;
}
.user_files_right a:visited {
	text-decoration: none;
	color: #CC9966;
}
.user_files_right a:hover {
	color: #777777;
	text-decoration: none;
}
.user_files_right a:active {
	color: #777777;
	text-decoration: none;
}
a:link {
    color: #CC9966;
    text-decoration: none;
}
a:visited {
    color: #CC9966;
    text-decoration: none;
}
a:hover {
    color: #777777;
    text-decoration: none;
}
a:active {
    color: #777777;
    text-decoration: none;
}


#contentDiv a:link {
    color: #CC9966;
    text-decoration: none;
}
#contentDiv a:visited {
    color: #CC9966;
    text-decoration: none;
}
#contentDiv a:hover {
    color: #777777;
    text-decoration: none;
}
#contentDiv a:active {
    color: #777777;
    text-decoration: none;
}

