@import url(http://fonts.googleapis.com/css?family=Oxygen:700,400,300);

/*********************
	HTML Elements
*********************/
*{
	margin:0;
	padding:0;
	font-family: 'Oxygen', sans-serif;
}

body{
	margin: 0 auto;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	background:#fff;
	color: #000;
}
a {text-decoration: none; color: #069;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;}
a:hover { color: #09f;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;}

input,select,textarea { padding: 5px; border: 1px #ccc solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }


/*********************
	Structure
*********************/
#container{
	width:100%;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
    background: #fff;
}
#header{
	width:100%;
	margin: 0 auto 5px;
	padding: 0;
	background: #ccc;
	overflow: hidden;
}
#header h2{
	color:#069;
	font-size: 30px;
	font-weight: 400;
}

#wrapper{
	width:100%;
	min-width: 800px;
	margin: 0 auto 5px;
	padding: 0;
	background: #fff;
}
#content{
	float:left;
	padding:15px;
    width: calc(100% - 250px);
}

#content h2{
    color: #6B68C2;
    margin: 0 0 10px 0;
    font-weight: bold;
}
#sidebar{
	width:200px;
	float:left;
    padding: 0 5px;
	margin: 0 0 5px 0;
}
#footer{
	clear:both;
	padding:20px;
	margin-top:10px;
        background:#aaa;
}

#credits{
    text-align: right;
    clear: both;
    color: #fff;
}
#credits a{
    color: #eee;
}

/*********************

  TopMenu, Top-Panel
*********************/
#topmenu{
	float:left;
	padding:20px;
}
#topmenu ul{
	list-style:none;
	line-height:25px;
}
#topmenu li{
	display:inline;
}
#topmenu a,#topmenu a:visited{
	padding:5px 12px 5px 12px;
	text-decoration:none;
        color:#FFF;
	background:#8CB100;
}
#topmenu .current a, #topmenu .current a:hover, #topmenu .current a:visited{
	padding:5px 12px 5px 12px;
	font-weight:bold;
        color:#375b91;
	background: #8CB100;
	border-left: #FFF 1px solid;
	border-right: #FFF 1px solid;

}
#top-panel{
	padding:5px 5px;
	float:right;
}
#top-panel ul{
	list-style:none;
}
#top-panel ul li{
	display:inline;
}
#top-panel ul li a{
	padding-left:5px;
	text-decoration:none;
	margin:0 0 0 5px;
	display:inline-block;
	border-left: 1px #eee solid;
}
#top-panel a:hover{
	text-decoration:underline;
}

.dataTable{border-collapse:collapse;
    width:100%;
    text-indent:4px;
    margin:0;
    padding: 0px;
    border: 1px #D6E3C6 solid;
    margin-bottom:10px;}
.dataTable tr.rowtitle td{color: #444;background:#eee;font-weight:bold;padding:4px;border:1px solid #DFDFDF;}
.dataTable tr.row td{padding:4px;border:1px solid #DFDFDF;}
.dataTable tr.row1 td{padding:4px;border:1px solid #DFDFDF;}
.dataTable tr.row2 td{padding:4px;border:1px solid #DFDFDF;}

.dataTable tr td{
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;}

.dataTable tr.rowtitle:hover td{background:#eee;}
.dataTable tr:hover td{background:#f9f9f9;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;}


.dataSubTable tr.rowSub1 td{padding:4px;border-bottom: 1px solid #DFDFDF; border-right:1px solid #DFDFDF;}
.dataSubTable tr.rowSub2 td{padding:4px;border-bottom: 1px solid #DFDFDF;border-right:1px solid #DFDFDF;}

.button {
    background-color:#5A58BC;
    border:1px solid #EEF2F9;
    color:#FFFFFF;
	cursor:pointer;

label.error{color:#FF3333; display:block;font-size:1.2em;text-align: left;}
.msg.warning {color:#FF3333;font-weight: bold;}
.msg.info {color:#FF3333;font-weight: bold;}
.msg.done {color:#FF3333;font-weight: bold;}
.msg.error {color:#FF3333;font-weight: bold;}

.dateBox { background:#fff url(../img/cal.png) 80px 0 no-repeat; border: 1px solid #aaa; }

.msg {padding:10px; padding-left:35px;}
/* =============================================================================
MESSAGES
============================================================================= */

.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;background:url("../images/ico-warning.gif") 10px 50% no-repeat;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;background:url("../images/ico-info.gif") 10px 50% no-repeat;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;background:url("../images/ico-done.gif") 10px 50% no-repeat;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;background:url("../images/ico-delete.gif") 10px 50% no-repeat;}

.chkbox-wrapper-user { display:inline; float:left; width:20%}