body {
	background: #fff;
}

div.column_left, div.column_right {
    width: 49%;
	  }
div.column_small {
    width: 25%;
	  }
div.column_medium {
	  width: 40%;
	  }
div.column_big {
    width: 59%;
	  }

div.column_single {
    width: 85%;
}

.clear_left {
	  clear: left;
	  }
div.group_box {
    // border: 1px solid #d6d6d6;
    margin-bottom: 10px;
	}
div.group_box h2 {
    background-image: url(../img/navbg.gif);
    background-repeat: repeat-x;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 5px;
	}
div.group_box .subheader {
	background: #e8e8e8;
	font-size: 11px;
	padding: 5px;
	text-align: right;
    }
div.group_box .box_content {
    padding: 5px;
	}
div.group_free_box {
    margin-bottom: 10px;
	}
div.group_free_box h2 {
    background-image: url(../img/navbg.gif);
    background-repeat: repeat-x;
    border-top: 2px solid #a7bed4;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 10px;
	}
div.group_free_box .box_content {
    padding: 0 5px;
	}
div.links ul.full, div.links ul.left, div.links ul.right {
    list-style: none;
    margin: 0;
    padding: 0;
	}
div.links ul.left {
    float: left;
    width: 48%;
	}

div.links ul.right {
    float: right;
    width: 48%;
}

div.links li {
    text-align: center;
}

div.links li a {
    display: block;
    padding: 5px;
}

div.links li a:hover {
    background: #0054a4;
    color: #fff;
    font-weight: bold;
}

h2 {
	  margin: 0 0 10px 0;
	  padding: 0;
    }

table.grid {
	background: #97b2cc;
}

table.grid th, table.grid td {
	padding: 5px;
}

table.grid th {
	background: #0054a4;
}

table.grid td {
	background: #fff;
}

table.grid th a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

table.grid th.sorted {
	background-position: bottom left !important;
}

table.grid th.sorted a {
	padding-right: 13px;
}

table.grid th.ascending a {
	background: url(../img/arrow-down.gif) right .4em no-repeat;
}

table.grid th.descending a {
	background: url(../img/arrow-up.gif) right .4em no-repeat;
}

div.dialog {
	margin: 10px 0px;
	width: 100%;
}

div.dialog a {
	color: #000;
	display: block;
	padding: 10px;
	text-decoration: none;
}

div.success a {
	background: #ccffcc;
	border: 3px solid #008000;
}

.error {
	color: #ff0000;
}

div.warning a {
	background: #ffcc99;
	border: 3px solid #ff9900;
}

#tooltip {
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	padding: 5px;
}

#tooltip h3, #tooltip p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}


table.grid {
	background: #a1a1a1;
}

table.grid td, table.grid th {
	font-size: 80%;
	padding: 3px;
	text-align: center;
}

table.grid th {
	background: #ddd;
	font-weight: bold;
}

table.grid th a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.calendar .inactive {
	background: #ccc;
}

.calendar .current {
	font-weight: bold;
}

.calendar td {
	height: 30px;
	font-size: 75%;
}

.calendar .event {
	background: #034c93;
	color: #fff;
}

td.event>a { color: #fff }

.ac_results {
	background-color: window;
	border: 1px solid windowframe;
	overflow: hidden;
	padding: 0;
}

.ac_results ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ac_results li {
	display: block;
	cursor: pointer;
	font: menu;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.ac_results iframe {
	display: none;
	display/**/: block;
	filter: mask();
	height: 3000px;
	left: 0;
	position: absolute;
	top: 0;
	width: 3000px;
	z-index: -1;
}

.ac_loading {
	background: window url(../img/indicator.gif) right center no-repeat;
}

.ac_over {
	background-color: highlight;
	color: highlighttext;
}

.fieldset_left, .fieldset_right {
	float: left;
	width: 49%;
}

.fieldset_left {
	margin-right: 5px;
}

fieldset legend {
	font-size: 14px;
	font-weight: bold;
	}

.headline1 {
	background-color: #b0c4de;
	//background-color: rgb(200, 200, 255);
    }
.headline2 {
	// background-color: #000af4;
	background-color: inherit;
    }
.border_0 {
    border: 1px solid #b0c4de;
    }
.group_wrapper {
    float: left;
	// min-height: 400px;
	width: 49%;
	margin-left: 10px;
    }
.group_item {
    }
.group_wrapper {
    width: 49%;
    margin-left: 0;
    }
.float_left {
	float: left;
	margin-right: 10px;
    }
.float_right {
	float: right;
    }
.clear_left {
    clear: left;
    }
.clear_left h4 {
    margin-bottom: 0;
    }
.group_item .item_header {
	background-image: url('../img/navbg.gif');
	background-repeat: repeat-x;
	border-top: 2px solid #a7bed4;
	color: #fff;
	cursor: move;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	position: relative;
	}
.group_item .item_content {
    // padding: 5px 0;
    margin-top: 5px;
    }
.group_item .item_content .item_content_info {
	font-size: 11px;
	padding: 2px 2px 4px 2px;
	margin-top: -3px;
	text-align: right;
    }
.group_wrapper p {
    overflow: hidden;
	margin: 0;
    padding: 0;
    }
.sort_helper {
    border: 2px dashed #cccfff;
    width: auto !important;
    }
.small_text {
	font-size: 90%;
	}
div.item_content hr {
    background-color: #0054a4;
    color: #0054a4;
    height: 1px;
    border: none;
    margin: 20px 0 10px 0;
    }
.blue_box1 {
	background-color: #b9d3ee;
	padding: 10px;
	}
.blue_box2 {
    background-color: rgb(225, 225, 255);
    padding: 10px;
    }
.blue_box3 {
	background-color: #b0c4de;
	padding: 10px;
	}
.yellow_box1 {
	background-color: #eedd82;
	padding: 10px;
	}
.rounded-box {
  background-color: #ffebcd;
  padding: 10px;
  }
/* datepicker style */ 

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(/site-media/img/calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.popup-calendar-wrapper {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0; /* value for IE */
	padding: 4px;
	border: 2px solid #0054a4;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}

ul.errorlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ff0000;
}
div.error_messages {
    background: #FFF9D7 none repeat scroll 0%;
    border: 1px solid #DD3C10;
    margin: 0pt 10px 10px;
    padding: 10px;
}
div.status_messages {
    background: #FFF9D7 none repeat scroll 0%;
    border: 1px solid #E2C822;
    margin: 0px 10px 10px;
    padding:10px;
}
div.status_messages ul {
    margin: 0;
    padding: 0;   
}
div.status_messages li {
    list-style-type: none;    
}
div.status_messages li span {
}

.todo {
    color: #ff0000;
    text-decoration: underline;
}
