@charset "utf-8";
/* CSS Document */
@import url("glossymenu.css");
@import url("thickbox.css");
@import url("marquee.css");
@import url("demo_page.css");
@import url("demo_table_jui.css");
@import url("smoothness/jquery-ui-1.7.2.custom.css");/**/

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}

button {
	font-size: 11px;
}

#container {
	margin: 0 auto;
	width: 780px;
	height: 100%;
	font-size: 11px;	
	letter-spacing: .10px;
	line-height: 1.4;
}

#header {
	height: 300px;
}

#contentpanel {
	min-height: 100%;
	padding: 5px 0;
}

#contentpanel h2 {
	font-size: 18px;
}

#contentpanel h3 {
	font-size: 14px;
}

#footer {
	position: absolute;
	margin-bottom: 0;
	width: 780px;
	height: 50px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	clear: both
}

#footer .copyright {
	padding-top: 20px;
	text-align: right;
	color: white;
}

.leftpanel {
	float: left;
	width: 240px;
}

.leftpanel .news {
	height: 230px; /*height - padding*/
	padding: 10px;
	background: url(../images/news.png) top center no-repeat;
}

.leftpanel .news h2 {
	color: white;
	margin: 0;
	padding: 0;
	font-family: impact, verdana;
	font-weight: normal;
}

.rightpanel {
	float: right;
	width: 534px;
	/*margin-left: 246px;*/
}

.rightpanel .rboxhome {
	min-height: 134px;
	padding: 10px;
	padding-right: 160px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}

.rightpanel .rboxhome h2 {
	color: white;
	margin: 0;
	padding: 0;
	font-family: impact, verdana;
	font-weight: normal;
}

.rightpanel .rbox {
	min-height: 134px;
	padding: 10px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}

.rightpanel .rbox h2 {
	color: white;
	margin: 0;
	padding: 0;
	font-family: impact, verdana;
	font-weight: normal;
}

.rightpanel .rbox li {
	margin-left: 2em;
}

.rightpanel .rbox p {
	margin: 1em 0;
}

.rightpanel .rbox a {
	text-decoration: none;
	color: #555555;
}

.rightpanel .rbox a:hover {
	color: blue;
}

.rightpanel .rbox img {
	vertical-align: text-bottom;
}

/* style for columns in homepage starts */
.columnarinfo {
}

.col {
	float: left;
	width: 169px;	
	margin-right: 8px;
	background-repeat: no-repeat;
}

.col .columnwrapper {
	padding: 10px;
	padding-top: 25px;
}

.col .columnwrapper a {
	text-decoration: none;
	color: #555555;
}

.col .columnwrapper a:hover {
	color: blue;
}

.col .columnwrapper img {
	vertical-align: text-bottom;
}

.col h2 {
	color: orange;
	margin: 0;
	padding: 0;
	font-family: impact, verdana;
	font-weight: normal;
}
/* style for columns in homepage ends */

.footernavi {
	color: #555555;
}

.footernavi a{
	text-decoration: none;
	color: #555555;
}

.footernavi a:hover {
	color: blue;
}

.cleararea {
	clear: both;	
}

.loginprompt {
	text-align: center;
	margin: 5px 0;
}

.articlectrl {
	float: right;
}

.articlectrl a {
	text-decoration: none;
	color: black;
}

.articlectrl a:hover {
	color: blue;
}

.articlectrl img{
	vertical-align: text-bottom;
}

.pagectrl {
	padding: 5px;
	background: #f0f0f0;
}

.pagectrl a {
	text-decoration: none;
	color: black;
}

.pagectrl a:hover {
	color: blue;
}

.pagectrl img {
	vertical-align: text-bottom;
}

.fieldlabel {
}

.prompt {
	background: #f0f0f0;
	border: solid 1px #cccccc;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #555555;
	margin-bottom: 5px;
}

.prompt img {
	vertical-align: text-bottom;
}

.prompt a {
	text-decoration: none;
	color: #ff6666;
}

.prompt a:hover {
	color: #ff6666;
}

.grid {
	margin: 10px 0;
	width: 100%;
	font-size: 11px;
	border: solid 1px #ffffff;
}

.grid td, .grid th {
	background: #ffffff;
	padding: 3px;
}

.grid tr:hover {
	color: #4981CE;
}

.pagination {
	padding: 5px 0;
	background: white;
}

.pagination a {
	text-decoration: none;
	padding: 2px 5px;
	background: #ffffff;
}

.pagination .selected {
	background: #B0C4DE;
	color: #555555;
}

/* style for first navigation menu starts */
.navi1 {
	position: absolute;
	top: 20px;
	padding-left: 480px;
	font-size: 11px;
}

.navi1 li {
	display: inline;
	margin: 0;
	padding: 0;
}

.navi1 li a {
	text-decoration: none;
	color: black;
}

.navi1 li a:hover {
	color: blue;
}
/* style for first navigation menu ends */

/* style for second navigation menu starts */
.navi2 {
	position: absolute;
	top: 225px;
	padding-left: 380px;
	font-size: 11px;
}

.navi2 li {
	display: inline;
	margin: 0;
	padding: 0;
}

.navi2 li a {
	text-decoration: none;
	color: black;
}

.navi2 li a:hover {
	color: blue;
}
/* style for second navigation menu ends */

/* style for upper login link starts */
.loginlink {
	position: absolute;
	top: 20px;
	padding-left: 10px;
	font-size: 11px;
}

.loginlink a {
	text-decoration: none;
	color: #9AC0CD;
}

.loginlink a:hover {
	color: yellow;
}
/* style for upper login link ends */

/* style for article menu starts */
.articlemenu {
	width: 238px;
	background: #f0f0f0;
	margin-bottom: 5px;
	border: solid 1px #cccccc;
	border-top: none;
}

.articlemenu :hover {
	background: #FFFFF0;
	color: #4F4F2F;
}

.articlemenu .articlemenutitle {
	background: #7c8afc;
	padding: 5px 10px;
	border-top: solid 1px #cccccc;
	font-family: Impact;
	font-size: 16px;
	color: #ffffff;
}

.articlemenu .itemlink {
	padding: 5px 10px;
	border-top: solid 1px #cccccc;
}

.articlemenu .itemlink a {
	text-decoration: none;
	color: #222222;
}
/* style for article menu ends */

/* style for button starts */
.button {
	margin: 5px 3px;
	padding: 5px 10px;
	background: #7a88fc;
	color: white;
	font-size: 11px;
	border: solid 1px #7a88fc;
	cursor: pointer;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
/*style for button ends */

/*style for tooltip starts */
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }
 
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
	border: none;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
	border: none;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
	border: none;
}
/*sty;e for tooltip ends */