/* CSS Document */
body{
	background-image: url(../images/radbkgnd.gif);
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
    }
	
h1 {
    font-family: Arial, Helvetica, Verdana;
	font-size: 18px;
	color: #2F4F4F;
	}
	
h1.title {
    border-bottom: 1px solid #666666;
	margin: 0 0 15px;
	padding: 0 0 5px 10px;
	}	

h2 {
    font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #668B8B;
	}

h3 {
    font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #B4CDCD;
	}
	
h4 {
    font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color:#D1EEEE;
	}
	
.profileTable{
	font-size:11px;
	}
	
.inputSelect {
	border-style:plain;
	border-color:#000000;
	border-width:1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9;
}

.headCell{
	background-color:#5169b3;
	color:#FFFFFF;
}

.pageTitle{
	font-weight:600;
}

.directoryTable{
	font-size:10px;
}

.dataTable{
	font-size:11px;
	background-color:#CCCCCC;
	}
	
.dataTable .headCell{
	background-color:#5169b3;
	color:#D5D5D5;
	height:20px;
}

.dataTable.subHeadCell th{
	background-color:#5169b3;
}	

/*.dataTable tr{
	background-color:#FFFFFF;
	color:#000000;
	border-bottom:1px dotted #CCCCCC;
	}*/
	
.dataTable tr:hover{
	background-color:#CCCCCC;
	color:#333333;
	}
	
.boxArea{
	z-index:-1;
	}
	
.boxArea h1{
	margin-top:-9px;
	margin-left:10px;
	z-index:1;
	position:absolute;
	font-size:12px;
	}
	
.boxArea h1 span{
	padding-left:5px;
	padding-right:5px;
	background-color:#FFFFFF;
	color:#40578E;
	}
	
.boxAreaMain{
	z-index:-1;
	background-color:#FDFDFD;
	font-size:10px
	}
	
.boxAreaMain h1{
	margin-top:-9px;
	margin-left:10px;
	position:absolute;
	}
	
.boxAreaMain h1 span{
	padding-left:5px;
	padding-right:5px;
	/*background-color:#5169b3;*/
	cursor:pointer;
	}
	
.boxAreaMainTitle{
	margin-top:-18px;
	margin-left:5px;
	position:absolute;
	padding:4px 0px 5px 0px;
	background-color:#FFF;
	cursor:pointer;
	height:15px;
	/*width:205px;*/
	vertical-align:middle;
	/*background:transparent url(../images/widget/banner.png) no-repeat;*/
	color:#000066;
	font-weight:800;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
	
a.buton_ {
	background:transparent url(../images/icon/Search2.png) no-repeat scroll 5px center;
	background-color:#999999;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:15px;
	/*margin-left:10px;*/
	padding:1px 5px 1px 20px;
	text-decoration:none;
	/*background-image:url(../images/icon/Search2.png);*/
	cursor:pointer;
	}
	
a.buton_test {
	background:transparent url(../images/icon/test.png) no-repeat scroll 5px center;
	background-color:#999999;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:15px;
	/*margin-left:10px;*/
	padding:1px 5px 1px 20px;
	text-decoration:none;
	/*background-image:url(../images/icon/Search2.png);*/
	cursor:pointer;
	}

.buton_search {
	background:transparent url(../images/icon/Search2.png) no-repeat scroll 5px center;
	background-color:#999999;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	line-height:15px;
	/*margin-left:10px;*/
	padding:1px 5px 1px 20px;
	text-decoration:none;
	/*background-image:url(../images/icon/Search2.png);*/
	cursor:pointer;
	}
	
.btn {
	background: #D6E7EF;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:#000066;
	height:18px;
	text-decoration:none;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:7;
	}

	a.squarebutton{
	background: transparent url('../images/square-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
	}
	
	a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
	}
	
	a.squarebutton span{
	background: transparent url('../images/square-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
	}
	
	a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	}
	
	a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
	}
	
	.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	}
	
	/*Table Class*/
.table{
		/*background-color: black;*/
		width: 100%;
	}
.table tr th{
		background-color: #98AFC7;
		line-height: 25px;
		text-align: center;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}	
.table td{
		background-color: white;
		border-bottom: 1px dotted gray;
	}
.table a{
		font-size: 10px;
	}
	

.table2{
	background: #C0C0C0;
}
.table2 tr th, .table2 tr td{
	background: #FFFFFF;
}
.table2 th, td.tdLabel{
	font-weight: bold;
}
.table2 tr.header th, .table2 tr.header td{
	background: #5169B3;
	color: #FFFFFF;
}
.table2 th.title{
	font-weight: bold;
}


.required{
		color:red;
	}
	
.errorMessage{
		color:Red;
		font-style: italic;
		font-size: small;
	}	

.addLink{
		display:inline-block;
		padding-left:18px;
		line-height:16px;
		background:transparent url(../images/icon/addLink.png) center left no-repeat;
}

.infoLink{
		display:inline-block;
		padding-left:18px;
		line-height:16px;
		background:transparent url(../images/icon/information-frame.png) center left no-repeat;
}
	
.new {
		background-image:url(../images/icon/new.gif);
		width:130px;
	}

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/icon_acrobat.gif) center left no-repeat;
}

a[href$='.docx'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/icon_msword.gif) center left no-repeat;
}

a[href$='.doc'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/icon_msword.gif) center left no-repeat;
}

a[href$='.xls'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/icon-excel.gif) center left no-repeat;
}

.addMeeting{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/25.png) center left no-repeat;
}

.config{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/gearGray.png) center left no-repeat;
}

.setup{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/wrench.png) center left no-repeat;
}

.remove{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/01.png) center left no-repeat;
}

.addUserMeeting{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/user--plus.png) center left no-repeat;
}

.report{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/newrecurevent.png) center left no-repeat;
}

.checkAvailability{
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icon/sofa--exclamation.png) center left no-repeat;
}


/** CSS Rounded corner **/	
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#aaa; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#aaa; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #FFF;}
.headh {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px; color:#FFF}
.contenth {background: #FFF; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.contenth div {margin-left: 12px; padding-top: 5px;}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#ddd; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #ddd; border-right:1px solid #888; border-left:1px solid #888;}
.contentb div {margin-left: 5px;}

/*ERROR rounded*/
.b1he, .b2he, .b3he, .b4he, .b2bhe, .b3bhe, .b4bhe{font-size:1px; overflow:hidden; display:block;}
.b1he {height:1px; background:#CD0A0A; margin:0 5px;}
.b2he, .b2bhe {height:1px; background:#CD0A0A; border-right:2px solid #CD0A0A; border-left:2px solid #CD0A0A; margin:0 3px;}
.b3he, .b3bhe {height:1px; background:#CD0A0A; border-right:1px solid #CD0A0A; border-left:1px solid #CD0A0A; margin:0 2px;}
.b4he, .b4bhe {height:2px; background:#CD0A0A; border-right:1px solid #CD0A0A; border-left:1px solid #CD0A0A; margin:0 1px;}
.b2bhe, .b3bhe, .b4bhe {background: #FEF1EC;}
.headhe {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.headhe h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenthe {color: #CD0A0A;background: #FEF1EC; border-right:1px solid #CD0A0A; border-left:1px solid #CD0A0A; padding-left: 25px; padding-top: 10px; padding-bottom: 10px;}
.contenthe div {margin-left: 12px; padding-top: 5px;}

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; background:#ddd; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:2px; background:#ddd; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
.contentb {background: #FEF1EC; border-right:1px solid #CD0A0A; border-left:1px solid #CD0A0A;}
.contentb div {margin-left: 5px;}

/*Table Class*/
table.tbl{
	background: #EBF6F9;
}

table.tbl tr.title th{
	color: #FFFFFF;
	background: none repeat scroll 0 0 #6699CC;
	height: 30px;
	line-height: 30px;
}

table.tbl tr.header th{
	background: none repeat scroll 0 0 #CCCCCC;
	font-weight: normal;
}

table.tbl tr td{
	background: none repeat scroll 0 0 #FFFFFF;
}

table.tbl tr.shade td{
	background: none repeat scroll 0 0 #EEEEEE;
}

.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	a.fg-button { float:left; }

	

	/* remove extra button width in IE */

	button.fg-button { width:auto; overflow:visible; }

	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

	.fg-buttonset { float:left; }
	.fg-buttonset .fg-button { float: left; }
	.fg-buttonset-single .fg-button, 
	.fg-buttonset-multi .fg-button { margin-right: -1px;}

	.fg-toolbar { padding: .5em; margin: 0;  }
	.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
	.fg-toolbar .fg-button { font-size: 1em;  }
	
	.icon{
		cursor: pointer;
	    float: left;
	    list-style: none outside none;
	    margin: 2px;
	    padding: 4px;
	    position: relative;
	    width: 20px;
	}
	
	.btn {
	background: #D6E7EF;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:#000000;
	height:20px;
	text-decoration:none;
	cursor: hand;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9;
}

a.btn {
	background: #D6E7EF;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:#000000;
	height:20px;
	text-decoration:none;
	cursor: hand;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	padding: 2px 5px;
	font-weight: normal;
	line-height: 20px;
}

a.btn:hover{
	background: #CCCCCC;
}

div.message{
	padding: 10px;
	border-radius: 5px;
	background: #EEE;
	border: 1px solid #CCC;
	
}

div.message ul, div.message ul li{
	padding:0;
	margin:0;
	list-style: none;
}