
a:link {
	color: #1B3C69;
	text-decoration: none;
}

a:visited {
	color: #1B3C69;
	text-decoration: none;
}

a:active {
	color: #1B3C69;
	text-decoration: none;
}

a:hover {
	color: #1B3C69;
	text-decoration: none;
}

.buttonBar {
	background-color: #000066;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	height: 25px;
	padding: 1px 1px 1px 10px;
	vertical-align: middle;
}

a.button {
	background: url("./images/ui-bg_highlight-hard_75_000000_1x100.png")
		repeat-x scroll 50% 50% #000066;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

a.button:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.button:visited {
	text-decoration: none;;
	color: #FFFFFF
}

a.button:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.button:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:link {
	color: #990000;
	font-weight: bold;
}

a.menu:hover {
	color: #990000;
	font-weight: bold;
}

a.menu:visited {
	color: #990000;
	font-weight: bold;
}

a.menu:active {
	color: #666666;
	font-weight: bold;
}

.actionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6ceef
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: none;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	
}

/* Used to paint a transparent veil over the screen when doing 
	Ajax requests etc */
#veil {
	position: absolute;
	background: white;
	visibility: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity = 0);
}

/******************************************************************/
/* Portal specific class styles                                   */
/******************************************************************/
.portalHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	vertical-align: middle;
	background: #000066;
	height: 24px;
	cursor: default;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	width:100%;
}

.logoContainer {
	padding-left: 10px;
	padding-right: 5px; 
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000066;
	float: left;
	background-color: white;
	height: 20px;
	text-align: center;
}

.titleContainer {
	font-size: 14px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000066;
	float: left;
	font-weight: 600;
	height: 20px;
	text-align: left;
	overflow: hidden;
	width:180px;
	white-space: nowrap;
	background-color: white;
	background-image: url("./images/grad9.gif");
	background-repeat: no-repeat;
	background-position:right;
}


.textContainer {
	font-size: 12px;
	height: 24px;
	border-right: 1px #000066 solid;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	background-color: #000066;

}

.internalContainer {
	float:left;
	color: white;
	font-weight: 100;
	padding-top: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.usernameContainer {
	color: white;
	float:left;
	font-weight: 600;
	padding-top: 5px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 20px;
}

.portalbuttonsContainer {
	float: right;
	padding-top: 2px;
	overflow: hidden;
	white-space:nowrap;
	margin-right: 3px;
	position: relative;
}



.gradientContainer {
	float: left;
	color: white;
	text-align: center;
	background-color: white;
	background-image: url("./images/grad8.png");
	background-repeat: no-repeat;
	width: 300px;
	height: 24px;
}

.gradient {
	padding-right: 15px;
}

#logoutspinner {
	float: left;
	width: 100%;
}

.ajax-loader {
	float: left;
	margin:50%;
	margin-top: 30px;
	margin-left: 30px;	
}

/******************************************************************/
/* Menu bar styles                                                */
/******************************************************************/
.menuBar {
	background: url("./images/titleBar.png") repeat-x scroll left top #EAEAEA;
	border-bottom: 1px solid #CCCCCC;
	height: 20px;
	display:block;
}

.content {
	white-space: nowrap;
 	float:left;
	height:29px;
}
	
.scrollable {
	height: 25px;
	overflow:hidden;
	 float:left; 
	white-space: nowrap;

	}

a.menuItem {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	color: black;
	background-color: transparent;
	background: #fff url("./images/buttonEnabled.png") repeat-x bottom left;
	text-align: center;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	border: 1px solid transparent;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font: 12px Myriad, Helvetica, Tahoma, Arial, clean, sans-serif
}

.menuItem:hover {
	border-color: #a5beda #5c7590 #a5beda #5c7590;
	background: #fcfdff url("./images/buttonHover.png") repeat-x bottom;
}



.welcomeBox {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	width:100%;
	padding-top: 5px;

}  

/******************************************************************/
/* External Portal                                                */
/******************************************************************/
.portalBody {
	margin: 5px;   
	background-color: #ededfd;
}

.portalOutline {
	border: 1px solid; 
	height:100%; 
	width:100%; 
	background-color:white; 
	color: #000066; 
	border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
}

.portalHome {
	background: url("./images/back.jpg") no-repeat center center
		transparent;
	
	-moz-background-size: cover;
 	background-size:cover;
	height:100%;
	width:100%;
	overflow:auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/back.jpg',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/back.jpg',sizingMethod='scale')";

}

portalHome2 {

	height:100%;
	width:100%;
	overflow:auto;

}


.portalHomeBlank {

	height:100%;
	width:100%;
	overflow:auto;

}

.homeWash {
	margin-left: 120px; 
	margin-right:120px;  
	background: url('./images/wash-white-30.png') repeat scroll 0 0 transparent; 
	position:relative;
	
}

.homeWashInternal {
	margin-left: 60px; 
	margin-right:60px;  
	background: url('./images/wash-white-30.png') repeat scroll 0 0 transparent; 
	position:relative;
	
}

/******************************************************************/
/* Internal Portal Boxes                                          */
/******************************************************************/

.portalBoxContents {
	padding-top: 6px;
	margin: 1px;
	height: auto;
}

.portalBoxItemTop {
	border-top: 1px solid #f86b6b;
}

.portalBoxItem {
	margin: 0;
	padding: 10px 25px;
	font-size: 11px;
	font-weight:bold;
	color: #000066;
	background: transparent;
	border-bottom: 1px solid #f86b6b;
	cursor: pointer;
}

.portalBoxItem:hover {
	background: transparent;
	color: white;
	background: url('hoverInternal2.png') repeat scroll 0 0 transparent; 
}

.portalGroup {
	width: 280px;
	margin-left: 30px;
	margin-bottom: 20px;
	float: left;
	cursor: default;
}

.portalBoxHeader {
	height:30px;
	background: #006 url(images/ui-bg_highlight-soft_50_000066_1x100.png) 50% 50% repeat-x;
	color: white;
	border: 1px solid #000066;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	margin:1px;
}

.portalText {
	margin-top: 8px; 
	margin-left: 10px;
}

.portalShadow {
	float: left;
	width: 100%;
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.portalBoxContainer {
	
	width: 100%;
	float:left;
	border: 1px solid #b2b2d1;
	display: block;
	position: relative;

	margin: -6px 6px 6px -6px;
	color:white;
	background: url('internal.png') repeat scroll 0 0 transparent; 
	
		}

.portalBox {
	width: 100%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.shadow {
	-moz-box-shadow: 4px 4px 5px #444444;
	-webkit-box-shadow: 4px 4px 5px #444444;
	box-shadow: 4px 4px 5px #444444;

}
/******************************************************************/
/* External Portal Icons                                                */
/******************************************************************/


.roundedBoxImg:hover {background: url('./images/roundedboxlighter.png') no-repeat center center
		transparent;	}
			
		
.roundedBoxImg {
	height: 135px;
	width: 132px;
	float: left;
	margin-left:15px;
	margin-top:10px;
	position: relative;
	cursor:pointer;
	background: url('./images/smalliconsq.png') no-repeat center center
		transparent;
	color: white; 
}

.roundedBoxImage {
 	height: 65px;
 	width: 95px;
	margin: 12px;
	margin-bottom: 5px;
	border: #4a5a94 solid 1px;
}

.roundedBoxCaptionImg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
    margin-left:10px;
	width: 90px;	
}

.roundedBoxText {
	width:100px;
}

.sideMenuImg:hover {background: url('./images/hover2.png') repeat scroll 0 0 transparent;}
			
.sideMenuImg {
	height: 40px;
	float: left;
	width:220px;
	margin-top:5px;
	font-size:12px;	
	font-weight: 600;
	cursor:pointer;
	background: url('./images/sideMenuUnselected.png') no-repeat left center
		transparent;
	color: white;	
}
			 
.selected {background: #000066;	width: 260px;}

.iconPanel {
	overflow: auto;
	padding-left:10px;	 
	
}

.loadingDiv {	
	z-index:50; 
	position:absolute; 
	height: 50px; 
	float:left; 
	margin-left: 30px; 
	margin-top: 30px;
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000066
}

.serviceGroupPanel {
	float:left;
}

.tabContainer1 { 
	width: 30000px; 
	position:relative;
}		
 
 
 .tabContainer2 { 
	width: auto; 
	position:relative;
}		
 

