@import url(http://fonts.googleapis.com/css?family=Cardo);
h2 { font-family: 'Cardo', arial, serif; color:#353535;margin-bottom:9px;}
* {
	padding:0;
	margin:0;
}
html, body {
	background:#fff url(../images/body_bg.jpg) repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#353535;
	text-align:center;
}
a {
	text-decoration:none;
	outline:none;
}
img {
	border:none;
}
/*
********************************** ROTATOR *********************************/


#side_bar #rotator {
	overflow:hidden;
	position:relative;
	width:200px;
	float:right;
}
#side_bar #rotator img {
	display:block;
}
#wrapper {
	width:765px;
	margin:0 auto;
	text-align:left;
	height:300px;
	background-color:#fff;
	padding-left:5px;
	padding-right:4px;
}
#branding img {
	float:left;
}
#branding h1 {
	float:left;
	margin-top:24px;
}
#branding h1 a {
	background:url(../images/title.jpg) no-repeat;
	width:262px;
	height:48px;
	display:block;
}
#branding h1 span {
	display:none;
}
#login_box {
	float:right;
	text-align:right;
	margin-top:15px;
	margin-right:5px;
	height:70px;
}
#login_box .error {
	height:20px;
}
#login_box .error p {
	margin-top:0px;
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	background:url(../images/error.gif) no-repeat left;
	padding-left:17px;
	margin-left:45px;
	text-align:left;
	padding-top:1px;
}
* html #login_box .error p {
	margin-left:94px;
}
#login_box p {
	font-size:11px;
	margin-top:4px;
}
#login_box p a {
	color:#0279bd;
}
#login_box p a:hover {
	color:#666;
	text-decoration:underline;
}
#login_box ol {
	list-style:none;
}
#login_box ol li {
	display:inline;
}
#title {
	clear:both;
	background:url(../images/image_right.jpg) no-repeat right top;
	width:765px;
	height:88px;
}
#search {
	background:url(../images/image_left.jpg) no-repeat left top;
	width:215px;
	height:88px;
}
#search p {
	padding-left:10px;
	padding-top:2px;
}
#search p a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
#search p a:hover {
	text-decoration:underline;
}
#search ol {
	list-style:none;
	margin-left:10px;
	padding-top:30px;
}
#search ol li {
	display:inline;
}
#search ol li input {
	background-color:#bcdeef;
}

/*menu*/
.shadetabs {
	clear:both;
	border-top:2px solid #353535;
	margin-top:1px;
}
.shadetabs a {
	background:#353535 url(../images/grey_left.gif) left bottom no-repeat;
	padding:2px 0 0 10px;
	color:#fff;
}
.shadetabs a span {
	background:url(../images/grey_right.gif) right bottom no-repeat;
	padding:2px 10px 7px 0;
}
*html .shadetabs a {
	background:#353535 url(../images/grey_left.gif) left bottom no-repeat;
	padding:2px 0 0 10px;
	color:#fff;
	float:left;
	cursor:pointer;
}
* html .shadetabs a span {
	display:block;
	float:left;
	padding:2px 10px 7px 0;
}
.shadetabs a, .shadetabs a span {
	display:block;
	float:left;
}
 /* Hide from IE5-Mac \*/
.shadetabs a, .shadetabs a span {
	float: none;
}
/* End hide */
.shadetabs a:hover {
	background:#0279bd url(../images/blue_left.gif) left bottom no-repeat;
	padding:2px 0 0 10px;
}
.shadetabs a:hover span {
	background:url(../images/blue_right.gif) right bottom no-repeat;
	padding:2px 10px 7px 0;
}
.shadetabs ul {
	list-style:none;
	text-align:center;
	padding:0;
	margin:0 0 0 -1px;
}
* html .shadetabs ul {
	margin-left:-2px;
}
.shadetabs li {
	float:left;
	margin-left:1px;
	margin-bottom:1px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	/*border: 1px solid #CACACA; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	padding-top:1px;
	/*background-color: white;*/
	width:150px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CACACA; /*THEME CHANGE HERE*/
	padding: 2px 3px;
	text-decoration: none;
	font-weight: normal;
	background:url(../images/menu_bg.gif) #6e6c6d;
	color:#fff;
	text-align:left;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	background:url(../images/menu_bg.gif) #6e6c6d;
	border-bottom: 1px solid #CACACA; /*THEME CHANGE HERE*/
	padding: 2px 3px;
	text-decoration: none;
	font-weight: normal;
	color:#fff;
	text-align:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	padding: 2px 3px;
	background:url(../images/menu_bg_h.gif) #0095ea;
	color:#fff;
}

#side_bar {
	clear:both;
	float:left;
	width:197px;
	margin-top:5px;
	margin-bottom:5px;
}
#content {
	float:left;
	width:545px;
	padding:10px;
}
#content a {
	color:#207274;
}
#content a:hover {
	color:#16abad;
}
#content p {
	margin-bottom:10px;
	line-height:18px;
}
#event {
	list-style:none;
	background:#030303 url(../images/events_bg.jpg) repeat-x 0 33px;
	margin:0;
	padding:0;
	margin-bottom:-1px;
}
* html #event {
	margin-bottom:8px;
}
#event li {
	background:url(../images/events_bullet.gif) no-repeat 7px 4px;
	/*padding-left:16px;*/
	margin-bottom:5px;
	color:#dbd8d8;
	font-size:11px;
	margin:5px 0;
	border-bottom:1px dotted #dbd8d8;
	padding-bottom:5px;
}
* html #event li {
	/*margin-right:-16px;*/
}
#event li p {
	color:#dbd8d8;
	font-size:11px;
	padding-left:19px;
}
#event li p strong, #event li p span {
	font-size:10px;
}
#event li p span {
	color:#4e9c9c;
}
#event li p.more_link {
	text-align:right;
	padding-right:8px;
	font-size:10px;
}
#event li p a {
	color:#fff;
	font-weight:bold;
}
#event li p a:hover {
	text-decoration:underline;
}
#event li.title {
	background:url(../images/ipsf_events.jpg) no-repeat;
	width:197px;
	height:33px;
	border-bottom:none;
	padding-bottom:0;
}
#event li.title h5 {
	display:none;
}
#event li.bottom {
	background:url(../images/events_bottom.gif) no-repeat bottom;
	width:197px;
	height:10px;
	border-bottom:none;
	padding-bottom:0;
}
* html #event li.bottom {
	margin-bottom:-4px;
}
#event li.last {
	border-bottom:none;
}
#welcome {
	background:url(../images/welcome_bg.jpg) repeat-x bottom left;
	padding-top:10px;
}
#welcome h3 {
	background:url(../images/welcome.jpg) no-repeat 8px 0;
	display:block;
	height:18px;
	border-bottom:1px solid #0277b2;
	padding-bottom:10px;
	margin-bottom:10px;
}
#welcome h3 span {
	display:none;
}
#welcome p {
	padding:0 10px;
}
#welcome p.last_p {
	margin-bottom:0px;
}
#welcome_bottom {
	background:url(../images/welcome_bottom.gif) no-repeat bottom;
	width:545px;
	height:10px;
}
#information {
	background:url(../images/information_bg.jpg) repeat-x bottom left;
	padding-top:10px;
	margin-top:20px;
}
#information h3 {
	background:url(../images/information_area.jpg) no-repeat 8px 0;
	display:block;
	height:18px;
	border-bottom:1px solid #0277b2;
	padding-bottom:10px;
	margin-bottom:10px;
}
#information h3 span {
	display:none;
}
#information p {
	padding-left:10px;
}
#information_bottom {
	background:url(../images/information_bottom.jpg) no-repeat bottom;
	width:545px;
	height:12px;
}
#information table {
	margin-left:50px;
	margin-bottom:-10px;
}
#information table td p {
	background:url(../images/information_bullet.gif) no-repeat 0 5px;
	vertical-align:top;
	font-weight:bold;
	font-size:11px;
	padding-right:30px;
	padding-left:13px;
}
#footer_container {
	clear:both;
	border-top:2px solid #353535;
}
#footer {
	background:#0387d1 url(../images/footer_bg.gif) repeat-x 0 1px;
	padding:10px 10px 5px 10px;
	height:61px;
	font-size:11px;
	text-align:center;
	color:#fff;
	margin-top:1px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	list-style:none;
	margin-bottom:5px;
}
#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:9px;
	background:url(../images/footer_bullet.gif) no-repeat left;
}
#footer ul li.first {
	background:none;
}
#footer_bottom {
	background:url(../images/footer_bottom.gif) no-repeat bottom;
	width:765px;
	height:11px;
	/*margin-top:-7px;*/
}
* html #footer_bottom {
	margin-top:-4px;
}
input {
	border:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}
input.image_button {
	border:none;
	padding:0px;
	vertical-align:middle;
	margin-top:-4px;
}
* html input.image_button {
	vertical-align:bottom;
}
/*block */

#content h1 {
	color:#333333;
	font-size:18px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
#content h3 {
	color:#333333;
	font-size:15px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:8px;
}
#content .block {
	width:240px;
	min-height:150px;
	height:auto !important;
	height:150px;
	background:#F0F0F0;
	border:1px solid #ccc;
	float:left;
	margin-left:8px;
	margin-top:8px;
	padding:8px;
}
#content .block h3 {
	font-size:14px;
	color:#72afad;
	font-weight:bold;
	margin-left:5px;	
}
#content .block ul {
	/*margin-left:30px;*/
	margin-top:8px;
}
#content .block ul li {
	padding:3px 3px 3px 20px;
	list-style-type:none;
	background:url(../images/arrow_2.gif) no-repeat left;
}

form.form1 td p.warn {
	color:#FF0000;
	border:1px solid #FF0000;
	font-weight:bold;
	background:url(../images/bullet_warn.gif) no-repeat #FFFFE6;
	padding:3px 3px 3px 20px;
	margin-bottom:3px;
	text-align:left;
	float:left;
}
#loading {
	position:absolute;
	top:0;
	right:0;
	background:red;
	padding:3px 8px 3px 8px;
}
#loading p {
	font-weight:bold;
	color:white;
}

/* ----------------------------------------------------------
paging
*/
#content .paging {
	/*position:relative;*/
	padding-left:0px;
	float:left;
	/*height:20px;*/
	text-align:left;
	list-style-type:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
#content .paging li {
	display:inline;
}
#content .paging li a {
	padding:1px 6px 1px 6px;
	background:#DEF0FA;
	border:1px solid #CCCCCC;
	color:#333;
	text-decoration:none;
}
#content .paging li a:hover {
	padding:1px 6px 1px 6px;
	background:#09f;
	color:#fff;
}
#content .paging a.last {
	padding:0px 0px 0px 0px;
	background:none;
	border:0px solid #CCCCCC;
	font-size:11px;
	color:#990066;
}
#content .paging a.selected {
	padding:1px 6px 1px 6px;
	background:white;
	border:1px solid #CCCCCC;
}
#content .paging a.selected:hover {
	padding:1px 6px 1px 6px;
	background:#77C4F3;
	border:1px solid #008CDB;
	color:#fff;
	text-decoration:none;
}
#content .active {
	padding:2px 6px 2px 6px;
	background:#4C4C4C;
	color:#fff;
}
* html #content .active {
	padding-right:2px;
	margin-right:3px;
}
#content .paging span {
	letter-spacing:-2px;
}
#content .pading_table {
	float:left;
}
/****************************** ****************************/

.table_post {
	background-color:#EAF5FD;
	border-top:1px solid #B8DEF8;
	border-left:1px solid #B8DEF8;
	border-right:1px solid #B8DEF8;
}
.table_post th {
	background-color:#348683;
	padding:5px;
	font-size:13px;
	color:#fff;
	text-align:left;
	font-weight:bold;
}
.table_post td {
	color:#000;
	border-bottom:1px solid #C9E6FA;
	padding:6px;
}
.table_post td a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.table_post span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.table_blue_bg {
	background-color:#DFEEF7;
	height:23px;
	padding-left:5px;
	color:#177DBB;
	text-align:left;
	font-weight:bold;
	padding:8px;
	border-bottom:1px solid #C9E6FA;
}
.table_ash_bg {
	background-color:#F5F5F5;
	height:23px;
	color:#484848;
	text-align:left;
	padding:8px;
	border-bottom:1px solid #C9E6FA;
}
#content .list {
	float:left;
}
#content .list li {
	margin-left:20px;
	background:#fff url(../images/arrow.gif) left no-repeat;
	list-style-type:none;
	padding:2px 0px 2px 15px;
}
.button {
	padding:5px;
	background:#353535;
	color:#fff;
}
.search {
	background:#eee;
	border:2px solid #E5E5E5;
	padding:15px;
}
.search_events {
	background:#eee;
	border-top:2px solid #D7D7D7;
	border-left:2px solid #E5E5E5;
	border-right:2px solid #E5E5E5;
	border-bottom:4px solid #D7D7D7;
	padding:15px;
}
#content .events_btn {
	float:right;
}
#content .events_btn li {
	list-style-type:none;
	display:inline;
	font-size:10px;
}
#content .events_btn li a {
	float:left;
	color:#fff;
	display:block;
	padding:3px 8px;
	background:#039389;
	margin-right:2px;
}
#content .events_btn li a:hover {
	background:#353535;
}
#content .events_block {
	float:left;
	background:#FBFBFB;
	margin-bottom:8px;
	padding:5px;
	border:1px solid #DCE8F6;
}
#content .events_img_border {
	border:1px solid #E5E5E5;
	padding:5px;
}
#content .events_search_datebtn {
	padding:0;
	background:#353535;
	color:#fff;
	padding:2px;
}
#content .events_heading {
	background:#F3FAFD;
	color:#0374B1;
	padding:10px;
}
#content .group_post_list {
	float:left;
	margin-bottom:0px;
}
#content .event_control_btn {
	float:left;
	margin-left:-2px;
	margin-bottom:5px;
	margin-top:20px;
}
#content .event_control_btn li {
	list-style-type:none;
	display:inline;
}
#content .event_control_btn li a {
	float:left;
	padding:5px 8px;
	display:block;
	background:#039389;
	color:#fff;
	font-size:11px;
	margin-left:2px;
}
#content .event_control_btn li a:hover {
	background:#353535;
}
#content .group_post_list li {
	list-style-type:none;
	float:left;
}
#content .group_post_list li a {
	padding:5px 10px;
	background:#008CDB;
	color:#fff;
	margin-right:2px;
	display:block;
}
#content .group_post_list li a:hover {
	background:#000;
	color:#fff;
}
#content .group_post_out_border {
	border:1px solid #A0DBFC;
	padding:8px;
	background:#E8F7FF;
	float:left;
}
#content .group_post_out_border a {
	font-weight:bold;
}
#content .group_post_out_border a:hover {
	color:#000;
}
#content .group_post_list2 {
	margin-left:20px;
	margin-top:8px;
}

/*login*/
.button_login {
	padding:2px;
	background:#353535;
	color:#fff;
}
.logout {
	width:50px;
	display:block;
	padding:2px 5px;
	background:#666;
	float:left;
}
.welcome_login {
	float:right;
	margin-top:40px;
	padding-right:10px;
}
.welcome_login li {
	list-style-type:none;
	display:inline;
	float:left;
	padding-top:5px;
}
.welcome_login li a {
	background:#353535;
	color:#fff;
	padding:2px 8px 4px 5px;
	display:block;
	margin-left:3px;
	margin-top:-3px;
}

.listitem ul {
	list-style:none;
}
.listitem li {
	list-style:url(../images/bullet.gif);

	margin-left:20px;
}
TD.hr {
	border-top:1px solid #DCE8F6;
}
TR.space {
	font-size:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.heading3 {
	font-size:15px;
	font-weight:bold;

}

.heading3 a {
	color:#fff;
	text-decoration:none;
}

.heading3 a:hover {
	text-decoration:underline;
}

.heading4 {
	font-size:12px;
	color:#414141;
	padding-bottom:70px;
}

.table_search {
	background-color:#EAF5FD;
	border-top:1px solid #B8DEF8;
	border-left:1px solid #B8DEF8;
	border-right:1px solid #B8DEF8;
}
.table_search th {
	width:100%;
	background-color:#5FBCF2;
	padding:5px;
	font-size:13px;
	color:#fff;
	text-align:left;
	font-weight:bold;
}
.table_search td {
	color:#000;
	border-bottom:1px solid #C9E6FA;
	padding:6px;
}
/*.table_search td a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}*/
.table_search span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}
