body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.2;
	text-align:left;
	margin: 0;
	background-color:#fff;
	color:#000;
}

a img {
	border: 0;
}

fieldset {
	border:1px solid #ccc;
	margin:10px
}

.error {
	color:#e58d0e;
	font-weight:bold;
}

ul, li {
	font-size:10px;
} 

p {
	font-size:12px;
	letter-spacing:.2px;
	margin:2px;
	padding:2px;
}
   
a {
	text-decoration:none;
	color:#000;
	font-size:12px;
}

a:hover {
	color:#659FCE;
	text-decoration:none;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#024881;
	padding:2px;
}

h1 {
	font-size:20px;
	padding:3px;
	margin:4px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}
	

h4 {
	font-size:14px;
	color:#FF9900;
}
	

h5 {
	font-size:12px;
	color:#FFF;
	background-color:#999999;
	border-bottom:1px solid #444;
}
	

h6 {
	font-size:10px;
	color:#002D4F;
}

#container {
	max-width: 980px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	position:relative;
}


/* Main Display Area */
#main {
	margin-top:30px;
}  

#welcomeBox{
	padding: 0 25px;

}


/* Basic Header */

#headerBasic {
  
	height:125px;
	}
	
/* edit mode header */

#headerEdit {
   	border:1px solid #5f5f5f;
	height:65px;
	background:url(images/fadeTop.png) repeat-x #fff;
	position:relative;
	z-index:200;
}

#headerEditToolBoxAreaName {
   position:absolute;
   left:255px;
   top:30px;
   z-index:3;
   font-weight:bold;
   color:#95C872;
   font-size:12px;
}	
	
#headerEditGreenCurve {
	position:absolute;
	bottom:0px;
	left:0px;
	}
	
#headerEditLogo {
	position:absolute;
	top:5px;
	left:30px;
	}
	
#headerEditTrafficGo {
	position:absolute;
	top:5px;
	left:230px;
	}
	
#headerEditWsControl {
	position:absolute;
	top:9px;
	left:255px;
	}
	
	
#headerEditTClickLogo {
	position:absolute;
	top:0px;
	right:9px;
	}

/* Stuff in the header */
    
#header {
	height:30px;
	position:relative;
	z-index:200;
	background:transparent url('images/bg_areaMenuContainer.png') repeat-x;	
	}

	


#toolBoxAreaName {
   position:absolute;
   left:251px;
   top:50px;
   z-index:3;
   font-weight:bold;
   color:#fff;
   font-size:12px;
}

#areaMenuContainer {
	width:980px;
	height:30px;
	margin: 0 auto;
}

/* Top menu css  --------------------- */    

 


#areaMenu, #areaMenu ul { /* all ul lists */
	padding: 0 20px;
	margin: 0 0 0 -30px;
	list-style: none;
}



#areaMenu li { /* all list items */
	float: left;
	position: relative;
	z-index:200;
	display:block;
	padding:0px;
	padding: 0 15px;
}

#areaMenu .menus{	
	height:30px;
}

#areaMenu .menus:hover{
	background-color:#55596e;
	color:#FFF;
}

#areaMenu .menus a:hover{
	color:#FFF;
}

#areaMenu li ul { /* second-level lists */
	z-index:20001;
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	background:#FFF;
	border:1px #000 solid;
	margin:-1px;               /* This voodoo margin offsets the border correctly on ie and firefox , should be same width as border */
}
	
#areaMenu li ul li{
	border-bottom: 1px solid #000000;
	padding: 4px 0;
	width: 200px;
}


#areaMenu li.over ul, #areaMenu li:hover ul { /* lists nested under hovered list items */
	display: block;
}

 	
#areaMenu a {   /*All of the links*/
	padding:8px 4px 4px 4px;
	font-size:11px;
	color:#659fce;
    display:block;
    margin:0px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
    }
	
#areaMenu li a{	
	color:#659fce;
}
	
#areaMenu li ul a:hover {   /* Not first level links */
    color:#FFF;
 	}

#areaMenu li ul a{   /* Not first level links */
    color: #000;
    text-align:left;
    font-weight:normal;
	font-size:12px;
	padding:3px 6px;
	white-space:nowrap;
	margin:0;
	text-transform: capitalize;
}

#areaMenu li ul li.submenu a:hover{
	color:#659fce;
	}
	
#areaMenu li ul li.submenu.last{
	border-bottom: 0 none;
}


/* End Top menu css */        
   
/* Box Styles */

#areaList, #areaListAdmin, #areaListToolbox   {
	margin: 0 25px;
}

#toolBoxMain h4{
	position: relative;
	margin: 5px 0 0px;
	color: #FFF;
	background-color: #c1c1c1;
	height:19px;
	padding: 7px 13px 5px;
}

#toolBoxMain h4 .h4TitleLeft{
	position:absolute;
	background: transparent url("images/h4-bg-left.png") no-repeat scroll 0 0 ;
	top:0;
	left:0;
	width:8px;
	height: 31px;
}

#toolBoxMain h4 .h4TitleRight{
	position:absolute;
	background: transparent url("images/h4-bg-right.png") no-repeat scroll 0 0 ;
	top:0;
	right:0;
	width:8px;
	height: 31px;
}

.areaBox {
		float:left; 
		width:70px;
		min-height:120px; _height:120px;
		margin: 0 10px;
		text-align:center;
}

.areaBoxes {
		background-color:#F7F7F7;
		padding-top:10px;
	}

.areaImage{
	display:block;
	width: 70px;
	height: 70px;
	background-position: 0 0;
}

.areaImage:hover{
	background-position: 0 -70px;
}

.areaTitle{
	display:block;
	margin-top:5px;
}


.areaBox h5	{
	margin:5px
}

.areaBox h5 a {
	font-weight:normal;
	font-size:10px
}
 


.right {
	float:right
}


/* End Box Styles */



/* Task Menu */


#taskMenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}
	
	
#taskMenu a {
	display:block;
	height:16px;
	border-top:1px solid #fff;
	padding:6px 5px 3px 5px;
	background-color:#F0F0F0;
	}
	
	
#taskMenu a:hover {
	background-color:#e6e6e6;
	}
	
	
#taskMenu .currentTask a {
	font-weight:bold;
	color:#000;
	background: url(images/currentTask.png) right no-repeat #FFF;
	}
	
	
#currentModuleNameText {
	display: block;
	position:relative;
	color: #FFF;
	font-size:16px;
	height:20px;
	padding: 5px 20px; 
	background: white url('images/currentModuleNameText-bg.png') repeat-x 0 0;	
}

#currentModuleNameTextLeft{
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:30px;
	background: white url('images/currentModuleNameText-bg-left.png') no-repeat 0 0;		
}

#currentModuleNameTextRight{
	position:absolute;
	right:0;
	top:0;
	width:5px;
	height:30px;
	background: white url('images/currentModuleNameText-bg-right.png') no-repeat 0 0;		
}

#taskMenu {
	float:left;
	width:180px;
	padding-right:10px;
	padding-top:10px;
	}
	
	
#taskMenuTitle {
	color:#fff;
	background-color:#aaa;
	padding:5px;
	margin:0px;
	}
	

#contentFloated {
	float:left;
	width:790px;
	padding-top:0px;
}


.hidden {
	position: absolute;
	visibility: hidden;
}

a.export {
	background-color: #ccc;
	padding: 2px 5px;
}
a.export:hover {
	background-color: #999;
	color: #eee;
}


#footer{
	position: relative;
	color: #373f61;
	clear: both;
	margin: 15px 15px 10px 15px;
	font-size: 11px;
	padding-top: 5px;
	border-top: 2px solid #373f61;
}

#footer .img_tc_footer{
	margin-top: -2px;
	vertical-align: middle;
}




