* {
    margin: 0px;
    padding: 0px;
}
body {
    padding: 0px;
    margin: 0 auto;
    background-color: #011f37;
    background: url(images/bg1.jpg) repeat;
    text-align: center;
}
a {
    color: #0099ff;
    text-decoration: underline;
}
a:hover {
    color: #0099ff;
    text-decoration: none;
}
img {
    border: none;
}
.container {
    width: 933px;
    height: auto;
    margin: 0 auto;
}
#toolbar {
    font-family: arial;
    font-size: 13px;
    background-color: #0099ff;
    background: url(images/toolbar-bg.jpg) repeat-x;
    width: 100%;
    height: 25px;
    z-index: 99;
    position: fixed;
    bottom:0;
}
#toolbar #box-toolbar {
    width: 200px;
    height: 25px;
    position: relative;
    float: right;
    margin-right: 50px;
    z-index: 55;
    display:block;
    border-left:1px solid #B5B5B5;
    border-right:1px solid #B5B5B5;
}
#toolbar #box-toolbar a {
    display: block;
    color: #444444;
    text-decoration: none;
    height: 25px;
    text-align: left;
    padding-left: 5px;
    padding-top: 2px;
}
#toolbar #box-toolbar a:hover {
    background: #f5f5f5;
    color: #444444;
    text-decoration: none;
}
.aktif {
    background: #f5f5f5;
    color: #444444;
    text-decoration: none;
}
#toolbar .box-toolbar-wrapper {
    background-color: #f5f5f5;
    border-left:1px solid #B5B5B5;
    border-right:1px solid #B5B5B5;
    border-top:1px solid #B5B5B5;
    bottom:25px;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    z-index:14;
	height:auto;
	min-height:40px;
    max-height:300px;
    width: 200px;
    margin-right: 50px;
    display:none;
}
#toolbar .box-toolbar-content {
    background-color: white;
    border:1px solid #B5B5B5;
    height: auto;
    max-height:250px;
    width: 190px;
    margin-right: 50px;
    margin: 0 auto;
    overflow-x:hidden;
    overflow-y:auto;
}
#toolbar .box-toolbar-content2{
	background: url(images/bg1.jpg) repeat;
    border:1px solid #B5B5B5;
    height:30px;
	line-height:30px;
    width: 190px;
    margin-right: 50px;
    margin: 0 auto;
    margin-top: 5px;
	color:#ffffff;
	padding-left:3px;
}
#toolbar .box-toolbar-content2 a{
	color:#ffffff;
}
#toolbar .box-toolbar-content .box-toolbar-isi {
    padding: 3px;
}
#toolbar .box-toolbar-content .box-toolbar-isi ul {
    list-style: none;
    text-align: left;
    font-size: 11px;
}
#toolbar .box-toolbar-content .box-toolbar-isi li {
    padding-bottom: 3px;
    border-bottom: solid 1px #f0f0f0;
}
.head {
    width: 933px;
    height: 108px;
}
.head h1 {
    font-family: georgia;
    font-size: 48px;
    color: #ffffff;
    padding-top: 20px;
    text-align: left;
    float:left;
}
.head span{
    color:#ffffff;float:left;padding-top:25px;
}
.menu {
    width: 933px;
    height: 34px;
    font-family: georgia;
	font-size:20px;
	z-index: 1;
}
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu li {
    margin-right: 3px;
    float: left;
    display: block;
    font-size: 17px;
    
}
.menu li a {
    background: url(images/menubgorange.jpg) center top repeat-x;
    padding: 7px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #000000;
    margin-bottom: -4px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.menu li a:hover {
    background: url(images/menubgorange.jpg) center top repeat-x;
    padding: 7px;
    position: relative;
    display: block;
    position: relative;
    margin-top: -2px;
    color: #000000;
    float: left;
    height:26px;

}
.menu li.current a{
    background: url(images/menubg.jpg) center top repeat-x;
    padding: 7px;
    position: relative;
    display: block;
    position: relative;
    margin-top: -4px;
    height: 25px;
    float:left;
    font-weight: bold;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.menu li#login a{
    background: url(images/menubglogin.jpg) center top repeat-x;
    padding: 7px;
    position: relative;
    display: block;
    position: relative;
    margin-top: 0px;

}
.menu li#login a:hover {
    font-weight: normal;
    color: #ffffff;
    height:20px;
}
.content {
    width: 913px;
    height: auto;
    float: left;
    background: url(images/sidebarbg2.png) top right repeat-y;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 30px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 30px;
}
.left {
    width: 646px;
    height: auto;
    min-height: 250px;
    /*background: url(images/contentbg.png) repeat-y;*/
	background-color:#FFFFFF;
    float: left;
    display: inline;
    font-family: verdana;
    line-height: 19px;
    font-size: 12px;
    color: #444444;
    z-index: 10;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
}
.left p {
    width: 600px;
    padding-bottom: 5px;
    text-align: left;
    margin: 7px 0px 7px 20px;
    float: left;
    display: inline;
    
}
.right {
    width: 277px;
    height: auto;
    min-height: 250px;
    float: left;
    display: block;
    font-family: verdana;
    font-size: 13px;
    color: #444444;
    z-index: 1;
    margin-left: -10px;
    padding-bottom: 20px;
}
.right p {
    width: 245px;
    padding-bottom: 5px;
    text-align: left;
    margin: 7px 0px 7px 20px;
    float: left;
    display: inline;
    
}
.breadcrumb {
    width: 627px;
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
    text-align: left;
    font-family: georgia;
    font-size: 12px;
    display: inline;
}
.recentactivities {
    width: 627px;
    height: 41px;
    background: url(images/bg-title.jpg) repeat-x;
    border: solid 1px #dcdcdc;
    margin-left: -5px;
    margin-top: 20px;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}
.recentactivities h2 {
    float: left;
    font-family: georgia;
    font-size: 24px;
    color: #444444;
    margin-left: 20px;
    line-height: 41px;
    display: inline;
}
.financialreport {
    width: 627px;
    height: 41px;
    background: url(images/financial.png) no-repeat;
    margin-left: -5px;
    margin-top: 20px;
    float: left;
}
.notice {
    width: 627px;
    height: 41px;
    background: url(images/notice.png) no-repeat;
    margin-left: -5px;
    margin-top: 20px;
    float: left;
}
.topiklist h2 {
    font-family: georgia;
    font-size: 24px;
    font-style: italic;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    display: inline;
    clear: left;
    width: 600px;
    text-align: left;
}
.projectlist {
    width: 627px;
    height: 41px;
    background: url(images/projectlist.png) no-repeat;
    margin-left: -5px;
    margin-top: 20px;
    float: left;
}
.calendar {
    width: 627px;
    height: 41px;
    background: url(images/calendar.png) no-repeat;
    margin-left: -5px;
    margin-top: 20px;
    float: left;
}
.control {
    width: 85px;
    height: 21px;
    background: url(images/control.png) center top no-repeat;
    float: right;
    margin-right: 10px;
    display: inline;
    margin-top: 10px;
}
.controlhide {
    width: 85px;
    height: 21px;
    background: url(images/control.png) center bottom no-repeat;
    float: right;
    margin-right: 10px;
    display: inline;
    margin-top: 10px;
}
.control a, .controlhide a{
    width: 85px;
    height: 21px;
    display: block
}
.controlproject {
    width: 215px;
    height: 21px;
    background: url(images/controlproject.png) center top no-repeat;
    float: right;
    margin-right: 10px;
    display: inline;
    margin-top: 10px;
}
.controlprojecthide {
    width: 215px;
    height: 21px;
    background: url(images/controlproject.png) center bottom no-repeat;
    float: right;
    margin-right: 10px;
    display: inline;
    margin-top: 10px;
}
.controlproject a, .controlprojecthide a{
    width: 215px;
    height: 21px;
    display: block
}
.controlprojectlist {
    width: 215px;
    height: 21px;
    background: url(images/listdetail.png) center top no-repeat;
    float: left;
    margin-top: 10px;
	margin-left:20px;

}
.controlprojectlisthide {
    width: 215px;
    height: 21px;
    background: url(images/listdetail.png) center bottom no-repeat;
    float: left;
    margin-top: 10px;

}
.controlprojectlist a, .controlprojectlisthide a{
    width: 215px;
    height: 21px;
    display: block
}
.snt {
    width: 135px;
    height: 21px;
    margin-left: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    display: inline;
}
.activeproj {
    width: 627px;
    height: 41px;
    background: url(images/currentactiveproj.png) no-repeat;
    margin-left: -5px;
    margin-top: 20px;
    float: left;
}
.activeproj h2 {
    float: left;
    font-family: georgia;
    font-size: 30px;
    color: #ffffff;
    margin-left: 20px;
    line-height: 41px;
    display: inline;
}
.boxnya {
    width: 600px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #f0f0f0;
    margin: 7px 0px 7px 24px;
    float: left;
    display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.seq_odd {
    background-color: #EDF1BF;
}
.boxnya .judul {
    width: 580px;
    height: auto;
    margin-left: 5px;
}
.boxnya h2 {
    width: 400px;
    height: auto;
    display: block;
    font-family: georgia;
    font-size: 16px;
    float: left;
    padding: 7px 0;
}
.boxnya h2 a {
    text-decoration: none;
}
.boxnya .viewall {
    width: 150px;
    height: auto;
    display: block;
    float: right;
    display: inline;
    padding: 7px 0;
    text-align: right;
}
.boxnya p {
    width: 580px;
    height: auto;
    float: left;
    margin: 3px 0px;
    padding: 5px 3px;
    background-color: #ffffff;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.seq_odd p {
    background-color: #fcffd6;
}
.stickynote {
    width: 262px;
    height: 41px;
    background-color: #bec666;
    margin-top: 20px;
    display: inline;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #afb852;
}
.stickynote img {
    float: left;
    margin-left:17px;
    margin-top:5px;
}
.stickynote h2 {
    font-family: georgia;
    font-size: 18px;
    color: #ffffff;
    float: left;
    margin-left: 7px;
    line-height: 41px;
    display: inline;
}
.help {
    width: 262px;
    height: 41px;
    background: url(images/help.jpg) no-repeat;
    margin-top: 20px;
    display: inline;
    float: left;
}
.help h2 {
    font-family: georgia;
    font-size: 18px;
    color: #ffffff;
    float: left;
    margin-left: 50px;
    line-height: 41px;
    display: inline;
}
.ae {
    width: 262px;
    height: 41px;
    background: url(images/AE.jpg) no-repeat;
    margin-top: 20px;
    display: inline;
    float: left;
}
.ae h2 {
    font-family: georgia;
    font-size: 18px;
    color: #ffffff;
    float: left;
    margin-left: 50px;
    line-height: 41px;
    display: inline;
}
.footer {
    width: 933px;
    font-size: 11px;
    font-family: verdana;
    text-align: left;
    color: #444444;
    
}
.footerleft {
    width: 646px;
    height: auto;
    float: left;
    display: inline;
    padding: 10px 0px;
    padding-bottom: 30px;
}

#cal {
	width: 141px;
	padding: 0;
	margin: auto;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #0099ff;	
	text-align: center;
	text-decoration: none;
}	


caption { 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
        padding-top: 20px;
}
.porm{
    color:#006666;
    margin-bottom:20px;
    width:400px;
    display: block;
    float: left;
}
.box-login {
    width: auto;
}
.box-login form {
    width: 90%;
}
.box-login form fieldset {
    width: 600px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #f9f8f7;
    margin: 7px 0px 7px 20px;
    float: left;
    display: inline;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box-login form fieldset legend {
    font-family: georgia;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    padding: 10px;

}
.box-login form label{
    float:left;
    width: 100%;
    margin: 10px;
}
.box-login form label .txt {
    width: 100px;
    height: auto;
    margin-right:30px;
    float: left;
}
#alnotis{
	display:none;
}
.wbullet p {
	padding:0 0 5px 20px;
	width: 580px;
	background: #ffffff url(images/bullet.png) 0 2px no-repeat;
}
.boxnya .wbullet p{
	padding-top:3px;
	background-position:20px 5px;
	padding-left:40px;
	width:543px;
}
.porm fieldset {
	margin:10px 0 15px 20px;
	padding:5px;
}
.loadpage {
	text-align:center;
	margin:80px 0 50px 0;
	width:300px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/ajax-loader.gif) 129px 22px no-repeat;
}
#calBorder{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.concon{
    text-align:left;
    padding-left:20px;
}
.concon p{
    margin-left:0;
}