/* @group color Family */

DarkBlue {
	background:#F2F7FC;
}

DarkBlue50 {
	background:#96b1C7;
}

Blue75 {
	background:#408ECF;
}

Blue60 {
	background:#66a5d9;
}

Blue50 {
	background:#80B4DF;
}

Blue25 {
	background:#BFD9EF;
}

Blue5 {
	background:#F2F7FC;
}

Black25 {
	background:#bfbfbf;
}

Black50 {
	background:#808080;
}

Black100 {
	background:#000000;
}

/* @end */

/* @group monthly */

#monthly_head_today {
	background:#ffffff;
	color:#3366cc;
}

.no_monthly_day {
	height:100px;
	vertical-align:top;
	background:#ffffff;
	border:1px dotted #96b1C7;
}

.monthly_today {
	background:#BFD9EF;
	height:100px;
	vertical-align:top;
	border:1px dotted #96b1C7;
}

.monthly_day {
	background:#f2f7fc;
	height:100px;
	vertical-align:top;
	border:1px dotted #96b1C7;
}

.no_monthly_day li, .monthly_today li, .monthly_day li{
	padding-bottom:10px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}

.no_monthly_day ul, .monthly_today ul, .monthly_day ul{
	list-style:disc inside;
	color:#F2F7FC;
	padding-left:2px;
	margin:0;
	padding-right:2px;
}

.no_monthly_day li.odd, .monthly_today li.odd, .monthly_day li.odd {
	color:#80b4df;
}

.no_monthly_day li.even, .monthly_today li.even, .monthly_day li.even {

	color:#80b4df;
}


.monthly_days {
	font:12px arial;
	padding-top:5px;
	padding-left:5px;
}

/* @end */

/* @group weekly */

#prev {
	float:left;
	margin-left:5px;
}

#next {
	float:right;
	margin-right:5px;
}

#weekly_head {
	font:bold 12px/20px arial;
	background:#333399;
	height:20px;
	color:#ffffff;
	text-align:center;
	border:5px solid #ffffff;
}

#weekly_days_head {
	font:bold 12px/20px arial;
	background:#333399;
	height:20px;
	color:#ffffff;
	text-align:center;
}

.weekly_days_head_border {
	border-right:1px solid white;
}

#weekly_head_today {
	color:#3366cc;
	background-color:white;
	height:20px;
}

#weekly_head a {
	color:#ffffff;
	font:bold 12px/20px arial;
}

#weekly_days_table {
	width:100%;
	height:420px;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
}

#weekly_days_title_table {
	width:100%;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
}

#weekly_day {
	min-height:500px;
	vertical-align:top;
}

#weekly_day ul {
	list-style:disc inside;
	color:#F2F7FC;
	padding-left:2px;
	margin:0;
	padding-right:2px;
}

#weekly_day li {
	padding-bottom:10px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}

#weekly_day li.odd {
	color:#80b4df;
}

#weekly_day li.even {
	color:#80b4df;
}

.day_odd {
	background:#ffffff;
	width:14%;
}

.day_even {
	background:#e5f2ff;
	width:14%;
}

.item_continue {
	color:#666;
	font:12px arial;
}

.day a {
	font:12px arial;
	color:#000000;
}

.day {
	margin-top:5px;
	margin-right:2px;
	margin-left:5px;
}

/* @end */

/* @group index */

/* @group Scrolling */

#scroller_title {
	height:18px;
	width:150px;
	margin-top:30px;
	border-bottom:1px dashed silver;
	border-top:1px dashed silver;
	text-align:center;
	color:#ffffff;
	font:bold 12px/18px arial;
	background-color:#3366cc;
}

#scroller_main {
	width:145px;
	min-height:210px;
	padding-top:5px;
	padding-left:5px;
	background-color:#f2f8fe;
	border-bottom:1px dashed silver;
}

/* for Internet Explorer */

* html #scroller_main {
	height:210px;
}

#pscroller1 {
	width:130px;
	text-align:left;
}

.scrolling {
	font:12px arial;
}

.scroller_item{
	margin-bottom:10px;
}

.scrolling p {
	font:12px arial;
}

.scrolling_date {
	display:block;
	font-size:11px;
	text-align:left;
	color:#3366cc;
}

#scrolling {
	padding-bottom:5px;
}

/* @end */

#path {
	padding-left:10px;
	padding-top:5px;
	font:12px arial;
	color:#ffffff;
	background:#333399;
}

#path a {
	color:#ffffff;
	font-style:italic;
}

.input_style {
	font:12px arial;
	color:#333399;
}

body {
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

h1 {
	font:bold 20px arial;
	color:#333399;
	padding:0;
	margin:0;
}

h2 {
	font:bold 14px arial;
	color:#333399;
	padding:0;
	margin:20px 0 0;
	color:#333399;
	margin-right:0;
	margin-top:5px;
	margin-left:0;
}

h3 {
	font:bold 14px arial;
	color:#333399;
	padding:0;
	margin:20px 0 0;
	color:#333399;
	margin-right:0;
	margin-top:5px;
	margin-left:0;
}

.bordered_h2 {
	border-bottom:1px dashed #bfbfbf;
	padding-bottom:2px;
}

p {
	font:14px/18px arial;
	color:#000000;
	padding:0;
	margin-bottom:10px;
	margin-top:7px;
}

a {
	text-decoration:none;
	font-family:arial;
	color:#333399;
}

a:hover {
	font-family:arial;
	text-decoration:underline;
}

#header {
	font:12px arial;
	border-bottom:1px solid #bfbfbf;
	padding-top:5px;
	padding-bottom:5px;
}

#main_con {
	
}

#general_center {
	font:14px/18px arial;
	color:#000000;
	padding:10px;
}

#general_center li {
	font:14px arial;
}

.general_center_span {
	color:#333399;
}

#general_center p{
	max-width:720px;
}

#general_center h1{
	max-width:720px;
}

#general_center h2{
	max-width:720px;
	font-size:16px;
	font-weight:bold;
}

#general_center h3{
	max-width:720px;
	font-size:14px;
	font-weight:bold;
}

#general_center ul {
	color:#666;
	font:14px arial;
	margin-top:5px;
	padding:0 0 0 20px;
	list-style-type:square;
}

/* for understanding browsers */

#center {
	min-height:500px;
	margin-left:150px;
	background:#ffffff;
	border-left:1px dashed #bfbfbf;
}

/* for Internet Explorer */

* html #center {
	height:500px;
}

#main_block {
	background:#f1f1f1;
}

#fotter {
	background:#333399;
	font:bold 11px/20px arial;
	text-align:center;
	color:#ffffff;
	width:100%;
}

#fotter a {
	color:#ffffff;
	font:bold 11px/20px arial;
}

#validation {
	width:100%;
	text-align:center;
}

.title_box {
	min-height:30px;
	background:#339;
	float:none;
	padding-left:10px;
}

/* for Internet Explorer */

* html .title_box {
	height:30px;
}

.title_box_span {
	color:#fff;
	font-size:12px;
	font-style:italic;
}

.title_box h1 {
	color:#fff;
	font:italic bold 20px/30px arial;
}

.title_box a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	line-height:23px;
}

.updated_in {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px dashed #bfbfbf;
	background-color:white;
	color:black;
	font:12px arial;
	margin-left:150px;
	margin-top:0;
	margin-bottom:0;
}

/* @end */

/* @group top_bar */

#top_bar {
	background:url(images/top_bar_back.jpg) repeat-x;
	height:25px;
	border-bottom:1px solid #bfbfbf;
}

#search {
	background-color:#3366cc;
	min-height:25px;
}

* html #search {
	height:25px;
}


#search_bar {
	font:bold 12px/25px arial;
	color:#ffffff;
	padding-left:5px;
	float:left;
	height:25px;
}

#search_submit {
	float:left;
}

#advSearchBox {
	font:bold 12px/25px arial;
	color:#ffffff;
	clear:left;
	padding-left:5px;
	height:25px;
	padding-bottom:5px;
}

#top_bar_links {
	float:left;
}

#top_bar_links a {
	color:#333399;
	font:bold 12px/25px arial;
}

#top_bar_links a:hover {
	color:#3366cc;
	text-decoration:none;
}

#top_bar_links ul {
	margin:0;
	padding:0;
}

#top_bar_links li {
	float:left;
	list-style:none;
	border-left:1px solid #bfbfbf;
	padding-right:5px;
	padding-left:5px;
}

#top_bar_links li.last {
	float:left;
	list-style:none;
	border-left:1px solid #bfbfbf;
	padding-right:5px;
	padding-left:5px;
	border-right:1px solid #bfbfbf;
}

/* @end */

/* @group left_page */

#menu {
	position:absolute;
	z-index:99;
	left:0;
}

.menu {
	width:150px !important;
	width:140px;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	margin:0;
	list-style-type:none;
	width:150px !important;
	width:140px;
	padding:0;
}

/* hack for IE5.5 */

* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0;
}

/* position relative so that you can position the sub levels */

.menu li {
	background-color:#e5e5e5;
	position:relative;
	height:20px;
	margin-right:0px !important;
	margin-right:-3px;
	border-bottom:1px solid #FFFFFF;
}

.menu li#selected {
	position:relative;
	background-color:#36c;
	height:20px;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
}

.menu li#selected a {
	color:#ffffff;
	font-weight:bold;
}

.menu li#selected a:hover {
	color:#ffffff;
	font-weight:bold;
}

/* get rid of the table */

.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	font-size:12px;
}

/* style the links */

.menu a {
	display:block;
	text-decoration:none;
	height:20px;
	width:150px !important;
	width:140px;
	color:#333399;
	font:13px/19px arial;
	text-indent:10px;
}

/* hack for IE5.5 */

* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:149px;
}

/* style the link hover */

* html .menu a:hover {
	color:#FFFFFF;
	background-color:#36c;
	width:150px;
	text-decoration:none;
	font-weight:bold;
}

.menu :hover > a {
	text-decoration:none;
	height:20px;
	width:150px !important;
	width:140px;
	color:#FFFFFF;
	background:#36c;
	font:bold 12px/20px arial;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:150px !important;
	left:150px;
}

/* make the second level visible when hover on first level list OR link */

.menu ul :hover ul {
	visibility:visible;
/*	opacity:0.9;
	filter:alpha(opacity=90);*/
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul {
	visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */

.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul {
	visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */

.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}

/* @end */

/* @group admin */

#admin_header {
	text-align:left;
	padding:5px;
	background:#333399;
}

#admin_header h1 {
	color:#ffffff;
	font:bold 16px arial;
	margin:0;
	padding:0;
}

#admin_main {
	padding:10px;
}

#admin_main input {
	color:#333399;
	font:12px arial;
}

#admin_main p {
	margin:0;
	padding:0;
	color:#000000;
	font:14px/30px arial;
}

#admin_main h1 {
	color:#333399;
	font:bold 18px arial;
	padding:0;
	margin:0 0 5px;
}

#admin_main h2 {
	color:#333399;
	font:bold 16px arial;
	margin:0 0 5px;
	padding:0;
}

.new_item {
	padding:10px;
	border:1px solid #333399;
	margin:;
	margin-top:10px;
	margin-bottom:10px;
}

.error_msg {
	border:1px  #ffffff;
	background:#c30608;
	padding:5px;
}

.error_msg p {
	font:bold 12px arial;
	color:#ffffff;
	margin:0;
	padding:0;
}

.new_item p {
	float:left;
}

.new_item h2 {
	margin-top:0;
	margin-bottom:10px;
}

.new_item_title {
	width:120px;
}

#ajax_edit {
	/*padding:10px;
	border:1px solid #333399;*/
	margin-top:10px;
	margin-bottom:10px;
}

#ajax_child {
	/*padding:10px;
	border:1px solid #333399;*/
	margin-top:5px;
}

/* @end */

/* @group snazzy */

.xsnazzy h1, .xsnazzy h2, .xsnazzy p {
	margin:0 10px;
}

.xsnazzy h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	padding:10px 0 0 5px;
}

.xsnazzy h2 {
	border:0;
	color:#ffffff;
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
}

.xsnazzy p {
	line-height:20px;
}

.xsnazzy {
	background:transparent;
}

.xtop, .xbottom {
	display:block;
	background:transparent;
	font-size:1px;
}

.xb1, .xb2, .xb3, .xb4 {
	display:block;
	overflow:hidden;
	background:#333399;
}

.xb1, .xb2, .xb3 {
	height:1px;
	background:#333399;
}

.xb2, .xb3, .xb4 {
	background:#408ecf;
	border-left:1px solid #333399;
	border-right:1px solid #333399;
}

.xb1 {
	margin:0 5px;
	background:#333399;
}

.xb2 {
	margin:0 3px;
	border-width:0 2px;
}

.xb3 {
	margin:0 2px;
}

.xb4 {
	height:2px;
	margin:0 1px;
}

.xboxcontent {
	display:block;
	background:#408ecf;
	border:0 solid #333399;
	border-width:0 1px;
}

/* @end */

/* @group dp */

.list_toolbar {
	padding:5px;
	margin-bottom:10px;
	max-width:720px;
}

.list_toolbar p {
	color:#333399;
	padding:0;
	margin:0;
}

.dp_list p {
	margin:0;
	padding:2px 4px;
	font:normal 12px/20px arial;
}

.selected_page {
	color:#36c;
	background-color:white;
	padding-right:2px;
	padding-left:2px;
}

.dp_list_head {
	background-color:#333399;
	font:12px arial;
	color:#ffffff;
	height:20px;
	padding-left:5px;
}

.dp_list_head a {
	font:bold 12px arial;
	color:#ffffff;
}

.dp_list_head p {
	font:12px arial;
	color:#ffffff;
}

.dp_even td , .dp_even th{
	font:12px arial;
	background:#f2f8fe;
	padding:2px 4px;
}

.dp_odd td , .dp_odd th {
	font:12px arial;
	background:#ffffff;
	padding:2px 4px;
}

.dp_list {
	
}

.abstract {
	padding:15px;
	background:#f1f1f1;
	font:14px arial;
}

.abstract_edit {
	background:#f1f1f1;
	font:14px arial;
	padding:5px 10px;
}

.dp_table {
	border-left:1px solid #96b1C7;
	border-bottom:1px solid #96b1C7;
}

.dp_list td , .dp_list th {
	border-right:1px solid #96b1C7;
	border-top:1px solid #96b1C7;
}

h1 {
	font:bold 14px arial;
	color:#333399;
	padding:0;
	margin:0;
}

.published {
	font:italic 16px times;
}

/* @end */

/* @group members */

/*#img_border_top_left {
	background: url(images/img_border_top_left.png) no-repeat;
	width: 20px;
	height: 20px;
}

#img_border_top {
	background: url(images/img_border_top.png) repeat-x;
	height: 20px;
}

#img_border_top_right {
	background: url(images/img_border_top_right.png) no-repeat;
	width: 20px;
	height: 20px;
}

#img_border_left {
	background: url(images/img_border_left.png) repeat-y;
	width: 20px;
}

#img_border_right {
	background: url(images/img_border_right.png) repeat-y;
	width: 20px;
}

#img_border_bottom_left {
	background: url(images/img_border_bottom_left.png) no-repeat;
	width: 20px;
	height: 20px;
}

#img_border_bottom {
	background: url(images/img_border_bottom.png) repeat-x;
	height: 20px;
}

#img_border_bottom_right {
	background: url(images/img_border_bottom_right.png) no-repeat;
	width: 20px;
	height: 20px;
}*/

#member_img_con {
	margin-top:10px;
	margin-bottom:10px;
	padding:3px;
	background:#ffffff;
	width:auto;
	float:left;
}

#member_info p {
	line-height:20px;
}

.extra_img_block {
	float:left;
	width:120px;
	height:90px;
	background-color:#000000;
	margin-bottom:5px;
	border:1px solid #333399;
}

.extra_img_spacer {
	float:left;
	width:5px;
	height:50px;
}

/* @end */

/* @group Results */

.results_even {
	background:#f2f8fe;
	padding:10px;
}

.results_odd {
	background:#ffffff;
	padding:10px;
}

/* @end */

.sitemap ul {
	list-style-type:none;
}

.sitemap li {
	padding:5px;
	list-style-type:none;
}

/* @group main_news */

.news_item_block {
	height: 150px;
	margin: 5px;
	float: left;
	width: 340px;
	cursor: pointer;
}

.news_item_block p {
	margin: 0;
	padding-right: 5px;
}

.img_block {
	width: 140px;
	height: 150px;
	float: left;
	margin-right: 5px;
	border: 1px solid silver;
}

#news_main {
	width: 720px;
	margin-top: 5px;
	margin-left: 5px;
}
/* @end */

/* @group files */

#files{
	border: 1px solid silver;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
}

.file_item{
	margin: 5px;
	float: left;
	text-align: center;
}

.file_item img
 {
	border: none;	
}

.file_item span {
	font-size: 12px;
}

.file_item a:hover {
	text-decoration: none;
	background-color: #333399;
	color: white;
}

/* @end */

.event_item {
	border-bottom: 1px dashed gray;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.year_box {
	background: url(images/year_box_back.gif) repeat-y;
	color: #ffffff;
	padding-left: 5px;
}

#archive {
	float: right;
	margin-right: 10px;
}
