/* stylesheet to be used from all apps */
/* Version 1 */

/* ====== Page Head, Body, and Foot ====== */
body{
font: 13px Arial, Helvetica, Garuda, sans-serif;
*font-size: small; /* for IE 7 and below */
*font: x-small; /* for IE 7 and below */
text-align:left;
_text-align:left;
margin:1em;
}

.page{margin: 0 auto; width: 950px;_text-align:left;} /* wraps other template elems to set width */ /* text-align IE5.5 */
.liquid{extends:.page; width: auto;margin:0;}
.head{border-bottom: 4px double #c0cadd; padding-bottom:0.5em; margin-bottom:1em;}
.body{overflow:hidden; _overflow:visible; _zoom:1;}
.foot{margin-top:1em; padding-top:0.5em; border-top: 1px solid  #c0cadd; font-size:11px; text-align:center;}
/* ====== Columns ====== */
.main{overflow: hidden;_overflow:visible;_zoom:1;}
.leftCol{float:left; width:160px;_margin-right:-3px;}
.rightCol{float:right; width:100px;_margin-left:-3px;}

.spaceall{margin:1em;}
.spacetop{margin-top:1em;}
.spaceleft{margin-left:1em;}
.spaceright{margin-right:1em;}
.spacebottom{margin-bottom:1em;}

.sidebar {background-color:#f8f9fc; border:1px solid #c0cadd; font-family:tahoma,sans-serif; font-size:9pt; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;}
.sidebartitle {text-align:left;color:#494949; font-weight:bold; border-bottom:1px solid #95a5c5; margin-bottom:5px; font-family:tahoma,sans-serif; font-size:11pt;}
.sidebarsubtitle {text-align:left; margin-top:5px; margin-bottom:5px; color:#494949; font-weight:bold;}
.sidebaritem {text-align:left; margin-left:10px; margin-bottom:5px;}
a.sblnk:link, a.sblnk:visited {color:#335599; text-decoration:none;}
a.sblnk:active, a.sblnk:hover {color:#bb4444; text-decoration:underline;}

.topbar {
display:none;
text-align:center; padding:5px; margin-top:10px; background-color:#f0fcf5; border:1px solid #c0cadd; font-family:tahoma,sans-serif; font-size:9pt; -moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px;
}

.maintitle {text-align:left;color:#335599; font-weight:bold; border-bottom:1px solid #95a5c5; margin-bottom:5px; font-family:tahoma,sans-serif; font-size:11pt;}

table {font: 13px Arial, Helvetica, Garuda, sans-serif;}

#btn1 {
	background-color: #0099cc;
	border-radius: 10px;
	border: 1px solid #29447E;
	color: #fff;
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-decoration:none;
}

#btn1:hover {
  color: #fff;
  background-color: #00779f;
  cursor: pointer;
}
