body {
	background-image: url(/_data/global/designs/siecus/img/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,input {
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	font-size: 12px;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px dotted #4295d9;
  color: #4295d9;
}

img {
  border: 0;
}

.appTitle1 {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px dotted #4295d9;
  color: #4295d9;
  display: block;
}

h2, .appTitle2 {
  color: #494949;
  font-size: 13px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  font-style: normal;
}

.errMsg {
  font-weight: bold;
  color: #AA3018;
}

a:link, a:visited, a:active {
  color: #cb5612;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #f37328;
}
a.anchorspot:hover {
  color: #494949;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

.mainbody {
	width: 760px;
	position: relative;
	z-index: 1;
	background: #ffffff url(/_data/global/designs/siecus/img/shadowbg.jpg) repeat-y;
	margin: 0px auto;
	padding: 17px 20px 0px 20px;
	position: relative;
}

.header-right {
	float: right; 
	width: 290px; 
	height: 65px; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: right;
	padding: 3px 7px 0px 0px;
}
	.header-right a:link, .header-right a:visited, .header-right a:active {
		color: #7b7b7b;
		text-decoration: none;
	}
	.header-right a:hover {
		color: #505050;
		text-decoration: none;
	}
	
form {
	margin: 0;
	padding: 0;
}

.search-wrapper {
	padding: 3px 7px 0px 20px; 
	background: transparent url(/_data/global/designs/siecus/img/inputbg.gif) no-repeat center right; 
}

/* CONTENT SPACE */

#content td {
  padding: 0px;
}

#content .olwrapper {
  width: 555px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#content .olwrapper ol {
  padding-left: 30px;
  margin: 0;
}

#content p {
  margin: 10px 0px;
}

/* FANCY TABLES */

#content .datatbl {
  border-width: 1px 0px 0px 1px;
  border-color: #4295d9;
  border-style: solid;
}

#content .datatbl th {
  border-width: 0px 1px 1px 0px;
  border-color: #4295d9;
  border-style: solid;
  color: #ffffff;
  background-color: #61885c;
  font-weight: bold;
  padding: 3px;
}

#content .datatbl td {
  border-width: 0px 1px 1px 0px;
  border-color: #4295d9;
  border-style: solid;
  background-color: #f9f9f9;
  padding: 3px;
}

#content .datatbl td p {
  padding: 0;
  margin: 0;
}

#content .twocoltbl {
  padding-bottom: 0px;
  margin-bottom: -10px;
}

#content .twocoltbl td {
  padding-bottom: 14px;
  padding-right: 20px;
}

#content .twocoltbl p {
  margin: 0;
  padding: 0;
}

#content a[href="#top"] {
  padding-bottom: 15px;
  display: block;
}

#content ul {
  margin: 0px 0px 0px 20px;
  padding: 0;
}

#content p.anchorlinks {
  margin-bottom: 25px;
}


/*LEFT MENU */

.leftmenu {
	border: 1px solid #a6a6a6;
	margin-top: 10px;
}

.leftmenu h1 {
	background-color: #a6a6a6; 
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	padding: 2px; 
	margin: 0px;
	border-bottom: none;
}

.leftmenu div {
	color: #7b7b7b; 
	font-size: 11px; 
	padding: 8px 5px;
}

.leftmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: -5px 0px 0px 0px;
}

.leftmenu ul li {
  padding: 0px 0px 0px 10px;
	background: url('/_data/global/designs/siecus/img/leftli.gif') no-repeat 4px 5px;
	font-weight:  bold;
	margin: 5px 0px 0px 0px;
}

.leftmenu ul li a:link, .leftmenu ul li a:visited {
	color: #505050;
	text-decoration: none;
}

.leftmenu ul li a:hover {
	color: #0b3960;
}


.leftmenu ul ul {
  margin: 0px 0px 0px 10px;
}


.leftmenu ul ul li a:link, .leftmenu ul ul li a:visited {
  font-weight: normal;
}

.leftmenu a.selected:link, .leftmenu a.selected:visited {
  color: #0b3960;
}

/*CENTER BOX */

.centerbox {
	border: 1px solid #61875d;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

#content .centerbox h1 {
	background-color: #61875d; 
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	padding: 2px; 
	margin: 0px;
	border-bottom: none;
}

#content .centerbox div {
	color: #7b7b7b; 
	font-size: 12px;
	font-weight: bold; 
	padding: 8px 5px;
}

#content .centerbox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content .centerbox ul li {
	padding-bottom: 5px;
	padding-left: 12px;
	background: url(/_data/global/designs/siecus/img/centerli.gif) no-repeat 3px 6px;
}

#content .centerbox ul li a:link, .centerbox ul li a:visited {
	color: #505050;
	text-decoration: none;
}

#content .centerbox ul li a:hover {
	color: #0b3960;
}

/* RIGHT MENU */

.rightmenu {
	border: 1px solid #3e8ed2;
	margin-top: 10px;
	right: 15px;
}

.rightmenu h1 {
	background-color: #3e8ed2; 
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	padding: 2px; 
	margin: 0px;
}

.rightmenu h1 a:link, .rightmenu h1 a:active, .rightmenu h1 a:visited {
	color: #FFFFFF;
}

.rightmenu h1 a:hover {
  color: #F2D2BF;
}

.rightmenu div {
	color: #7b7b7b; 
	font-size: 11px; 
	padding: 8px 5px;
}

.rightmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.rightmenu ul li {
	padding-bottom: 5px;
	padding-left: 12px;
	background: url(/_data/global/designs/siecus/img/rightli.gif) no-repeat 3px 6px;
}

.rightmenu ul li a:link, .rightmenu ul li a:visited {
	color: #505050;
	text-decoration: none;
}

.rightmenu ul li a:hover {
	color: #0b3960;
}

/* RSS BUTTON */
.rssbutton {
  float: right; 
  position: relative; 
  top: -25px; 
  right: -3px;
  z-index: 0;
}


/* TOP NAV */

#nav {
	height: 22px; 
	background-color: #bcd8f4;
	padding-left: 20px;
}

#pmenu, #pmenu ul, #member_menu  {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	position: relative;
	z-index: 5;
}

#pmenu a, #pmenu a:visited {
	display: block;
	height: 14px;
	float: left; 
	padding: 4px 14px 4px 14px;
	text-decoration: none;
	border-right: 1px dotted #689fca;
	font-weight: bold;
	font-size: 11px;
	color: #646464; 
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {
	border: 0;
}
/* Set up the list items */
#pmenu li {
	float:left; 
}
/* For Non-IE browsers and IE7 */
#pmenu li:hover {
	position:relative;
}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	color:#0b3960;
}
/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	color:#0b3960;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {
	display:none;
	position: absolute;  
	padding: 0px;  
	left: -1px; 
	top:22px;
	z-index: 5;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
	display: block; 
}

#pmenu li li {
	margin: 0;
	width: 115px;
}

#pmenu li li a:link, #pmenu li li a:visited {
  padding: 4px 15px 4px 15px;
  height: auto;
  width: 100%;
	color: #fff;
	margin: 0;
	font-size: 10px;
	background-image: url(/_data/global/designs/siecus/img/menubg.png);
}
#pmenu li li a:hover {
	background-color: #0b3960;
}

#pmenu li ul ul {
  visibility: hidden; display: none;
}

/*IE6*/	
* html #pmenu { position: static; }
* html #pmenu li a:hover {position: relative; z-index: 5; color:#0b3960;}
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top: 22px; left:-1px; padding: 0; }
* html #pmenu li a:hover ul { visibility:visible; }
* html #pmenu li a:hover ul ul { visibility:hidden; }
* html #pmenu li li a:link, * html #pmenu li li a:visited {
	background-image: none;
	background-color: #266487;
}
* html #pmenu li li a:hover {
	background-color: #0b3960;
	color: #eaeaea;
}
/* get rid of the table */
* html #pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}


.sponsors {
	margin-top: 18px;
	text-align: center;
}
.sponsors img {
	margin-right: 28px;
}

/******************************/
/* SIECUS DEFAULT FORM STYLES */
/******************************/

#content td.contentBold {
  padding: 5px 0px;
}

#content td.appOutput {
  padding: 5px 0px;
  font-style: italic;
}

table.Box {
  width: auto;
}

#content #updateprofileform td {
  padding: 3px 10px 0px 0px;
}