/* jqModal */
* html .jqmWindow{position:absolute;top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px')}
* iframe.jqm{position:absolute;top:0;left:0;z-index:-1;width:expression(this.parentNode.offsetWidth+'px');height:expression(this.parentNode.offsetHeight+'px')}
.jqmOverlay{background-color:#FFF}
.jqmWindow{display:none;position:fixed;top:50%;left:50%;margin-left:-172px;width:344px}
#loading_indicator{position:fixed;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px}

/* Main Style Sheet for jQuery UI date picker */
* html .ui-datepicker-prompt{width:185px}
button.ui-datepicker-trigger{width:25px}
img.ui-datepicker-trigger{margin:2px;vertical-align:middle}
.ui-datepicker{background:#ccc;text-align:center;font-size:100%}
.ui-datepicker a{display:block;width:100%}
.ui-datepicker-clear,.ui-datepicker-prev{float:left;width:34%}
.ui-datepicker-close,.ui-datepicker-next{float:right;width:34%;text-align:right}
.ui-datepicker-control{background:#777777;padding:2px 0px}
.ui-datepicker-control a,.ui-datepicker-links a{padding:2px 5px !important;color:#eee !important}
.ui-datepicker-control a:hover{background:#fdd !important;color:#333 !important}
.ui-datepicker-control,.ui-datepicker-links{font-weight:bold;font-size:80%}
.ui-datepicker-control,.ui-datepicker-links,.ui-datepicker-header,.ui-datepicker{clear:both;float:left;width:100%;color:#fff}
.ui-datepicker-cover{display:none; display:block; position:absolute; z-index:-1; filter:mask(); top:-4px; left:-4px; width:200px; height:200px}
.ui-datepicker-current{float:left;width:30%;text-align:center}
.ui-datepicker-current-day{background:#999 !important}
.ui-datepicker-days-cell{color:#000;border:1px solid #ddd}
.ui-datepicker-days-cell a{display:block}
.ui-datepicker-days-cell-over{background:#fff;border:1px solid #777}
.ui-datepicker-days-row{background:#eee;color:#666}
.ui-datepicker-dialog{padding:5px !important;border:4px ridge #ddd !important}
.ui-datepicker-disabled{position:absolute;z-index:100;background-color:white;opacity:0.5}
.ui-datepicker-header{padding:1px 0 3px;background:#333;text-align:center;font-weight:bold;height:1.3em}
.ui-datepicker-header select{background:#333;color:#fff;border:0px;font-weight:bold}
.ui-datepicker-inline{float:left;display:block;border:0}
.ui-datepicker-inline .ui-datepicker-links a{padding:0 5px !important}
.ui-datepicker-links{background:#000;padding:2px 0px}
.ui-datepicker-links a:hover,.ui-datepicker-title-row a:hover{background:#ddd !important;color:#333 !important}
.ui-datepicker-links label{padding:2px 5px;color:#888}
.ui-datepicker-multi .ui-datepicker{border:1px solid #777}
.ui-datepicker-new-row{clear:left}
.ui-datepicker-one-month{float:left;width:185px}
.ui-datepicker-prompt{float:left;padding:2px;background:#ddd;color:#000}
.ui-datepicker-rtl{direction:rtl}
.ui-datepicker-rtl .ui-datepicker-clear,.ui-datepicker-rtl .ui-datepicker-prev{float:right;text-align:right}
.ui-datepicker-rtl .ui-datepicker-close,.ui-datepicker-rtl .ui-datepicker-next{float:left;text-align:left}
.ui-datepicker-status{background:#ddd;width:100%;font-size:80%;text-align:center}
.ui-datepicker-title-row{background:#777}
.ui-datepicker-title-row .ui-datepicker-week-end-cell{background:#777}
.ui-datepicker-title-row a{color:#eee !important}
.ui-datepicker-today{background:rgb(71,200,254) !important}
.ui-datepicker-unselectable{color:#888}
.ui-datepicker-week-col{background:#777;color:#fff}
.ui-datepicker-week-end-cell{background:#ddd}
#ui-datepicker-div{display:none;border:1px solid #777;z-index:100/*must have*/}
#ui-datepicker-div a,.ui-datepicker-inline a{cursor:pointer;margin:0;padding:0;background:none;color:#000}
#ui-datepicker-div,.ui-datepicker-inline{font-family:Arial,Helvetica,sans-serif;font-size:14px;padding:0;margin:0;background:#ddd;width:185px}

/* Style */
html, body, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, #tinymce a {
	color: #0071BA;
	text-decoration: none;
}
form {
	margin: 20px 0
}
#Content a, #tinymce a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#Container {
	width: 945px;
	margin: 0 auto;
}
#Header {
	background: url(../images/HeaderBg.jpg) white;
	height: 75px;
	margin-bottom: 20px
}
#LeftSBar, #RightSBar {
	width: 160px
}
#LeftSBar, #Content {
	float:left;
	margin-right: 20px;
}
#LeftSBar {
}
#Content {
	width: 585px;
	color: #333333;
}
#RightSBar {
	float: right;
}
#Footer {
	clear: both;
	padding: 40px 0;
}
.BoxGray, .BoxBlue, .BoxBlueContent {
	font-size: 12px;
	color: black;
}
.BoxGray {
	background-color: #F2F2F2;
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 22px;
	padding: 0;
	position: relative;
}
#Content .BoxGray {
	padding-bottom: 10px
}
.BoxGray p, .BoxBlue p {
	margin: 10px
}
.BoxBlue, .BoxBlueContent {
	background: #29A9E0;
	border-bottom: 2px solid #0071BA;
}
.BoxGray h1, .BoxBlue h1, .BoxContext h1 {
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	background-color: #CCC;
	padding: 5px 10px;
	position:relative;
}
.BoxGray ul, .BoxBlue ul {
	list-style-type: square;
	color: #0071BA;
	padding: 0 10px 0 30px
}
#HeaderLogo {
	border: none;
	float: left;
}
#HeaderSearch, #HeaderNav, #HeaderUserBar, #HeaderMsgBar {
	float: right;
}
#HeaderNav a:hover, #HeaderNav .Current {
	background-color: #1A92D6!important;
	text-decoration: none
}
#HeaderSearch input[type=text] {
	background: url(../images/SearchBg.png) no-repeat white;
	border: 1px solid #0071ba;
	width: 95px;
	height: 16px;
	color: #666666
}
#HeaderSearch input[type=text]:focus {
	background: none white;
} 
#HeaderSearch input[type=submit] {
	background: url(../images/HeaderSearchBtn.png) no-repeat center #0071BA;
	width: 18px;
	border: none;
	text-indent: -9999px;
	position: relative;
	left: -3px;
	cursor: pointer;
	padding: 1px
}
#HeaderSearch {
	margin: 3px 2px 0 5px;
}
#HeaderNav {
	margin: 0;
	padding: 0;
	height: 28px
}
#HeaderNav li,
#MemberNav li {
	display: inline;
}

#HeaderNav li {
	float: left;
}
#HeaderNav a  {
	padding: 7px 12px 6px;
	color: white;
	text-transform: uppercase;
	background:url(../images/HeaderNavSep.png) no-repeat right;
	font-weight: bold;
	display: block;
}
#HeaderNav ul li {
	display: block;
	float: none;
	background-color: #29a9e0;
}
#HeaderNav ul li a {
	background: none;
}
#HeaderNav .Parent {
	background: url(../images/HeaderNavParent.gif) no-repeat right;
	padding-right: 21px
}
#HeaderNav ul {
	display: none;
	position: absolute;
	width: 150px;
	padding: 0;
	border: 2px solid #0071BA;
	border-top: none;
}

#HeaderUserBar {
	background-color: #0071ba;
	height: 28px;
	width: 785px;
	text-align: right;
}
#HeaderMsgBar {
	background-color: #cccccc;
	height: 19px;
	width: 780px;
	text-align: right;
	color: #666666;
	padding-right: 5px
}
#HeaderNav .Last, #FooterNav .Last {
background: none;
}
.BoxContext ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.BoxContext h1 {
	margin: 0;
	width: 128px;
	padding-right: 22px
}
.BoxContext a {
	padding: 3px 20px;
	border-bottom: 1px dotted #b2b2b2;
	display: block;
	width: 120px
}
.BoxContext a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}
.BoxContext .Last {
	border-bottom: none;
}
.BoxContext {
	background: none;
	border-bottom: 2px solid #CCCCCC;
}
#Content h1, #tinymce h1, #Content .BoxGray h1.MessagePreviewH1 {
background-color:#29A9E0;
border-bottom:1px solid #0071BA;
border-top:1px solid #0071BA;
color:white;
font-size:12px;
letter-spacing:0;
margin-bottom:25px;
padding:4px 8px;
text-transform:uppercase;
}
#Content h2, #tinymce h2, #Message_delete h2 {
	border-bottom: 1px solid;
	font-size: 20px;
	font-weight: normal;
	margin: 17px 0
}
#Content h3, #tinymce h3 {
	font-size: 15px;
	margin: 10px 0 6px
}
.BoxBlue a, .BoxBlue .RememberMe, .BoxBlueContent a {
	color: #caf1fc
}
.BoxBlue h1 {
	margin-bottom: 10px;
	background-color: #0071BA
}
.BoxBlue input[type=text], .BoxBlue input[type=password] {
	width: 134px;
	border: 2px solid #0071ba
}
.FinePrint, .RememberMe {
	color: #ccc;
	font-size: 10px;
}
.RememberMe {
	margin: -5px 10px 5px !important
}
.FinePrint {
	margin: -5px 0 0 !important
}
.BoxBlue input[type=submit], .BoxBlueContent input[type=submit], .BoxBlueContent input[type=button], .Popup input[type=submit], .Popup input[type=button] {
	background: url(../images/BoxBlueSubmit.png) no-repeat;
	border: none;
	color: white;
	padding: 1px 20px 3px;
	width: 76px;
	height: 22px
}
.BoxBlue input[type=submit]:hover, .BoxBlueContent input[type=submit]:hover, .BoxBlueContent input[type=button]:hover, .Popup input[type=submit]:hover, .Popup input[type=button]:hover {
	background: url(../images/BoxBlueSubmit.png) no-repeat bottom;
	cursor: pointer;
	color: black;
}
#LoginForm input[type=checkbox] {
	margin: 7px 0 0
}
.Popup {
	background: url(../images/PopupBtmBg.png) no-repeat bottom;
	width: 344px;
	padding-bottom: 25px;
	z-index: 3;
	position: fixed;
}
.PopupTop {
	background: url(../images/PopupTopBg.png) no-repeat top;
	height: 10px;
	padding: 15px 20px;
	color: white;
	font-weight: bold
}
.PopupTop p {
	text-transform: uppercase;
	margin: 0!important;
}
.PopupMid {
	background: url(../images/PopupMidBg.png) repeat-y;
	padding: 10px 42px 0;
	overflow: hidden;
}
.PopupMid p {
	margin-bottom: 10px;
	color: black;
}
.Popup input[type=submit], .Popup input[type=button] {
	margin-top: 10px
}
.Popup input[type=submit] {
	float: left;
}
.Popup input[type=button] {
	float: right;
}
#Blocker {
	background-color: white;
	width: 1680px;
	height: 861px;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: 2
}
.H2Date {
	text-align: right;
	margin: -33px 0 5px!important;
	font-weight: bold;
	color: black;
}
.H2Author {
	text-align: right;
	margin-bottom: 14px;
	font-size: 10px
}
img {
	border: none;
}
.ButtonStart {
	background: url(../images/ButtonStart.png) no-repeat;
	padding: 4px 0 3px;
	margin: 0 3px 0 0
}
.ButtonEnd {
	background: url(../images/ButtonMe.png) no-repeat right top;
	padding: 4px 20px 3px;
	font-weight: normal!important;
	margin-right: -3px
}
.ButtonStart:hover, .BoxGray .ButtonStart:hover {
	background-position: bottom left;
}
.ButtonEnd:hover, .BoxGray .ButtonEnd:hover {
	background-position: bottom right;
	text-decoration: none;
	color: white;
}
#Content p {
	margin: 5px 0
}
p.Buttons {
	margin: 10px 0 40px!important;
}
#Content h2 a, #Content h3 a {
	font-weight: normal;
}
#HeaderMsgBar img {
	vertical-align: bottom;
	margin-right: 4px
}
#MemberNav {
	margin: 0;
	padding: 0 0 0 10px;
	display: inline-table;
	float: right;
}
#MemberNav a {
	float: left;
	padding: 7px 12px;
	color: white;
	font-weight: bold;
}
#MemberNav a:hover, #MemberNav a.Current {
	background-color: #088AD9;
	text-decoration: none
}
#HeaderUserBar p {
	float: right;
	color: #29A9E0;
	line-height: 28px
}
#HeaderUserBar p img {
	vertical-align: middle;
	margin: 4px 0
}
.Highlite {
	color: white;
}
.Widget {
	margin: 0 10px
}
.BoxBlueContent label, .PopupMid label {
	color: black;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	margin-top: .3em;
	float: left;
}
.PopupMid label {
	width: 70px
}
.BoxBlueContent input[type="text"], .BoxBlueContent input[type="password"], .BoxBlueContent select, .BoxBlueContent textarea, .PopupMid input[type="text"], .PopupMid input[type="password"] {
	border: 2px solid #0071BA;
	width: 170px;
	vertical-align: bottom;
}
.BoxBlueContent textarea {
 	height: 100px
}
.BoxBlueContent select {
	width: 174px
}
#Content .BoxBlueContent h1, #Content .BoxGray h1 {
	margin-bottom: 10px;
	border: none;
	background-color: #cccccc;
	padding:5px 10px;
}
#Content .BoxBlueContent h1 {
	background-color: #0071BA;
}
#Content .BoxBlueContent p {
	color: black;
	margin: 7px 10px;
	padding: 6px 0
}
#Content .BoxBlueContent p.Missing {
	background-color: #caf1fc;
}
.error-message {
	color: black;
	font-size: 10px;
	background: url(../images/BlueBoxContentMissing.png) no-repeat left top;
	padding: 2px 0 0 23px;
	margin: -32px 0 17px 296px
}
table {
	border-bottom: 2px solid #CCCCCC;
	width: 100%
}
th {
	background-color: #CCCCCC;
	color: #ffffff;
	text-align: left;
	padding: 3px 6px;
	text-transform: uppercase;
}
td {
	padding: 5px 6px;
	vertical-align: top;
}
.Even {
	background-color: #f2f2f2
}
.ContentWarning {
	color: black;
	margin-left: 15px;
}
#MemberNav a.MemberNavWarning {
	background-image: url(../images/MemberNavWarning.gif);
	background-position: 90%;
	background-repeat: no-repeat;
	padding-right: 25px
}
#Content p.LabelName {
	margin: 3px 0 3px 10px;
	padding: 0
}
#Content p.LabelData {
	margin: 3px 10px 3px 0;
	padding: 0
}
.LabelName {
	clear: left;
	float: left;
	width: 90px;
	font-weight: bold;
}
.LabelData {
	float: left;
	width: 315px;
}
.MyPhoto {
	border: solid 2px #cccccc;
	float: right;
	position: relative;
	top: -35px;
	right: 10px
}
.Clear {
	clear: both;
}
.Members50 {
	width: 96px;
	margin: 10px;
	float: left;
	overflow: hidden;
	height: 75px;
	text-align: center;
}
.Members50 p {
	margin: 0!important;
	font-size: 10px;
}
p + h1 {
	margin-top: 60px
}
.H1Actions {
	text-transform: none;
}
/*marina added: */
.memberDetails{
	display:none;
}/*used for hidden row with details*/


.A4 {
	width: 700px;
	height: 1050px;
	padding: 25px 25px 0
}
.A4 h1, .PageBreak h1 {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 8px;
	margin-bottom: 30px
}
.A4 p {
	font-size: 10px
}
.A4 p.LabelData, .A4 p.LabelName {
	margin: 2px 0
}
.A4 .LabelName {
	padding-left: 5px;
	width: 76px
} 
.A4 .LabelData {
	width: 250px
}
.Card {
	width: 335px;
	height:180px;
	margin: 5px;
	border: 2px solid black;
	float: left;
}
.Card h1 {
	background-color: black;
	color: white;
	margin-bottom: 5px
}

.PageBreak {
	page-break-after: always;
	width: 700px;
	padding:  0 25px
}
.PageBreak h1 {
	margin-bottom: 0
}
.PageBreak p {
	font-size: 10px;
}
.Icon {
	vertical-align: bottom;
}
.ABDetailsPhoto {
	float: left;
	margin: 10px
}
.ABDetails {
	font-size: 10px;
	border: none;
	float: right;
	width: 480px;
	margin: 10px 0;
}
.ABDetails td {
	padding: 0;
}
.Pagination {
	margin-top: 30px!important;
	padding: 0 8px;
	background-color: #cccccc;
	color: white;
	font-size: 10px;
	height: 18px;
	text-align: right;
}
table + .Pagination {
	margin-top: 0!important
}
.Pagination input {
	width: 28px;
	height: 11px;
	border: 1px solid #b2b2b2;
	font-size: 9px;
	margin-top: 1px
}
.Pagination img {
	vertical-align: bottom;
	margin: 0 3px
}
#custom_form_p div {
	border-bottom: 2px solid #0071ba;
	background-color: #088ad9;
	margin: 10px 0 0 108px;
	padding: 1px 0;
	width: 320px
}
.DeleteField {
	padding-left: 107px!important
}
.RssFeed {
	text-align: right;
	margin-top: -36px!important
}
.H3Event, .NewsTitle {
	border-bottom: solid 1px;
	margin-top: 30px!important;
	font-weight: normal;
	color: black;
	padding-right: 122px;
	position: relative;
}
.H3Date, .NewsDateTime {
	text-align: right;
	margin: -20px 0 -2px!important;
	font-weight: bold;
	font-size: 10px;
	color: black;
}
.H3Location, .NewsSenderType, .H3Event span {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.NewsDateTime {
	margin-top: -20px!important;
	color: #666666 
}
.NewsSenderType {
	text-align: left;
	color: #aaa
}
.BoxEventsTime {
	margin-bottom: 0 !important;
	font-size: 10px;
	color: black;
	font-weight: bold;
}
.BoxEventsLocation {
	color: #666666;
	text-transform: uppercase;
}
.BoxEventsTitle {
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	margin-top: 0 !important;
}
.BoxEventsMore {
	margin: 14px 0 0
}
.StatusGreen {
	border-left: solid 6px green;
	padding-left: 5px
}
.StatusRed {
	border-left: solid 6px red;
	padding-left: 5px
}
.H2Links {
	text-align: right;
	margin: -34px 0 20px!important;
}
.Tabs {
	padding: 3px 6px 2px;
	border-bottom: solid 1px #ccc;
	background-color: #f2f2f2;
	margin: 20px auto 12px!important;
}
.Tabs a {
	padding: 4px 6px 2px
}
.Tabs a.Current {
	border: solid 1px #ccc;
	border-bottom: solid 1px white;
	background-color: white;
}
p.BoxGrayRss, p.ContextIO, p.BoxGrayMyC {
	position: absolute;
	top: -6px;
	right: -6px
}
.ContextIO a {
	border: none;
	padding: 0;
	width: 14px;
	display: inline;
}
.ContextIO a:hover {
	background-color: transparent;
}
#MessageBody_tbl {
	display: inline-table;
	border: solid 2px #0071ba;
}
#tinymce {
	color: #666666
}
.mceLayout {
	display: inline-table;
	border: 2px solid #0071BA!important
}
.MessagePreview {
	width: 400px;
	background-color: white;
	padding: 15px 20px 5px;
	margin: 50px auto;
	border: solid 1px #ccc;
	color:#666666
}
#Content .BoxGray h1.MessagePreviewH1 {
	width: auto;
}
.PopupMid form {
	/*margin-top: 20px*/
	border: none
}
#confirm_wnd{
	position:absolute
}
#message_preview{
	z-index:3;
}
.MsgMemberPhoto {
	float: left;
	margin: 30px 10px 0 0
}
.Msg {
	margin: 30px 0  0;
	padding-left: 13px;
	width: 510px;
	float: left;
	min-height: 50px
}
.MsgSticky {
	border-left: solid 8px #0071ba;
	padding-left: 5px
}
.MsgHead, .Msg h2 {
	margin: 2px 0!important
}
h2 + p.MsgHead {
	margin: -15px auto 10px!important
}
.Popup.PopupBig {
	background: url(../images/PopupBigBtmBg.png) no-repeat bottom;
	width: 625px
}
.PopupTop.PopupBig {
	background: url(../images/PopupBigTopBg.png) no-repeat bottom;
}
.PopupMid.PopupBig {
	background: url(../images/PopupBigMidBg.png);
}
.Popup form input {
	float: none!important;
}
.Popup .BoxBlueContent {
	margin-bottom: 0
}
#EditMessage textarea, #NewMessage textarea, .BoxBlueContent textarea {
	width:435px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}
.Separator {
	border-bottom: 1px dashed #ccc
}
#Message_delete {
	background-color: white;
	padding: 5px;
	min-height: 100px;
	max-height: 200px;
	overflow: auto;
	border: solid 2px #0071ba;
}
.tableRow {
	display : table-row;
}
.Actions {
	min-height: 20px
}
.Actions p {
	margin: 0!important;
	color: #eee;
/*	display: none;*/
	min-height: 20px;
	/*background-color: fuchsia;*/
}
.Actions:hover p{
	display: block;
	color: #666
}
.Actions p a {
	color: #eee
}
.Even .Actions p a {
	color: #ddd
}
.Actions:hover p a {
	color: #0071ba
}
.SolidBlue {
	color: #0071ba!important
}
#LeftSBar .BoxBlue {
	margin-bottom: 5px
}
.BoxBlueContent td input[type=text] {
	width: 55px
}
.Other {
	width: 140px!important
}
.BoxBlueContent table {
	border-bottom: solid 2px #0071ba;
}
.BoxBlueContent th {
	background-color: #0071ba
}
.BoxBlueContent td {
	color: black;
}
.BoxBlueContent .Even {
	background-color: #1E98CC
}
.BoxBlueContent .Computed td, .BoxBlueContent .Computed {
	background-color: #0071ba;
	font-weight: bold;
	color: white;
}
.BoxBlueContent .Section td {
	border-bottom: dashed 1px #0071ba;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
	height: 35px
}
.BoxGray .ButtonStart {
	background: url(../images/ButtonStartBoxGray.png) no-repeat;

}
.BoxGray .ButtonEnd {
	background: url(../images/ButtonMeBoxGray.png) no-repeat right top;

}
.TopGap {
	margin-top: 25px!important
}
.FolderPath {
	padding: 0;
	height: 20px
}
.FolderPath li {
	background: no-repeat right #ccc url(../images/FolderPathDivider.png);
	list-style: none;
	display: block;
	font-weight: bold;
	color: white;
	float: left;
	height: 17px;
	padding: 3px 20px 0 10px
}
.FolderPath li.NoDivider {
	background-image: none;
	padding-right: 10px
}
ul.FolderPath > li:first-child {
	background-image: none;
	padding: 0;
	height: 20px
}
.FolderPath li input {
	border: none;
	height: 16px;
	margin-top: -1px;
	padding: 0
}
.FolderPath li.NewFolder {
	background-image: none;
	padding-right: 0
}
.BoxBlueContent .LabelName {
	width: 110px
}
.BoxBlueContent .LabelData, .WideLabelData {
	width:450px
}
.SubSection {
	font-weight: bold;
}
.BoxBlueContent h3 {
	color: white;
	margin: 20px 10px 6px!important
}
.BoxBlueContent table select {
	width: auto;
}
.BoxBlueContent select.Time {
	width: auto;
}
.Date {
	width: 80px!important
}
.FolderPath li input[type=submit] {
	background-image: url(../images/FolderPathNewF.png);
	cursor: pointer;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	margin: -3px 4px 0
}
.SearchBox {
	height: 20px;
	width: 208px;
	background-color: #ccc;
}
.SearchBox input[type=text] {
	background: url(../images/SearchBg.png) no-repeat white;
	border: none;
	height: 16px;
	width: 170px;
	margin: 2px;
	padding: 0
}
.SearchBox input[type=text]:focus {
	background: none white;
}
.SearchBox input[type=submit], .SearchBox input[type=button] {
	background: url(../images/SearchS.png) no-repeat 0 3px #ccc;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 18px;
	height: 17px;
	margin-left: -4px
}
.SearchBox input[type=button] {
	background: url(../images/SearchR.png) no-repeat 0 3px #ccc;
}
.NoReset {
	width: 193px
}
.Pagination + .SearchBox {
	margin-top: -25px!important;
}
.Pagination[style] + .SearchBox {
	margin-top: -2px!important;
	width: 100%
}
.WikiNav {
	height: 20px;
	width: 98px;
	background-color: #f2f2f2;
	overflow: hidden;
	position: absolute;
}
.WikiNav:hover {
	height: auto;
	width: auto;
	border-bottom: 2px solid #CCCCCC;
}
#Content .WikiNav h1 {
	background: url(../images/WikiNav.png) no-repeat #ccc;
	margin: 0;
	height: 17px;
	padding: 3px 7px 0 33px;
	border: none;
	text-transform: none;
	font-size: 11px
}
#Content .WikiNav p {
	margin: 20px 0 -10px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.WikiNav ul {
	padding: 0 0 0 12px;
	list-style: square;
	list-style-position: inside;
	color: #0071ba
}
.WikiNav li {
	padding: 1px 0
}
.WikiNav a {
	padding: 2px 5px;
	margin-left: -6px;
	font-weight: normal!important;
}
.WikiNav a.Current {
	background-color: #ddd;
}
.WikiNav a:hover {
	background-color: #e8e8e8;
	text-decoration: none;
}
#Content h2.WikiName {
	margin-bottom: 4px
}
.WikiNav ul.Top {
	margin: 10px 20px 10px 10px
}
#Content .WikiEdit {
	margin: -2px 0 50px;
	text-align: right;
}
.WikiNew {
	background: url(../images/WikiNew.png) no-repeat left;
	padding-left: 16px;
	color: #29a9e0
}
#LeftSBar > form {
	margin-top: 0
}
.BoxBlueContent table {
	margin: 20px 10px;
	width: 96%
}
.EventType {
	font-size: 9px;
	position: relative;
	top: -3px
}
.H3Event span {
	position: absolute;
	left: 0;
	bottom: -14px;
	color: #666666;
}
/******** NEW CSS***************/

/* Sign up form page */
#Content .sign-up-form {
background:#29A9E0 none repeat scroll 0 0;
color: #ffffff;
margin:0px;
border:1px solid #0071BA;
}
#Content .sign-up-form span{
color:#ffe747;
}
#Content .sign-up-form h1 {
background-color:#0071BA;
padding:4px 10px;
margin-bottom:10px;
text-transform:uppercase;
color: #ffffff;
}
#Content .sign-up-form p {
margin:7px 10px;
padding:6px 0;
}
#Content .sign-up-form p label {
float:left;
margin-right:5px;
margin-top:0.3em;
text-align:right;
width:100px;
}
#Content .sign-up-form p input,
#Content .sign-up-form p select,
#Content .sign-up-form p textarea{
border:2px solid #0071BA;
padding:2px;
}
#Content .terms_of_use {
color:#FFFFFF;
margin:0 13px;
padding-bottom:19px;
}
#Content .sign-up-form p.Missing {
background-color: #caf1fc;
margin:0px 10px;
padding:6px 0;
}
#Content .sign-up-form p.Missing  label{
color: #000000;
}
#Content .error-message {
color: #000000;
background:#CAF1FC url(../images/BlueBoxContentMissing.png) no-repeat scroll 104px -3px;
clear:both;
font-size:10px;
margin:0 10px 7px;
padding:0 0 10px 124px;
display:block;
}
#Content .sign-up-form #login_submit_button {
text-align:right;
margin:7px 27px 22px 10px;
}
#Content .sign-up-form #login_submit_button input {
background-color:#FFFFFF;
border:1px solid #0071BA;
color:#000000;
cursor:pointer;
font-size:13px;
font-weight:bold;
padding:2px;
}
/***** Footer *****/
#FooterNav {
background-color:#F2F2F2;
border:1px solid #DBDBDB;
padding:6px 3px;
margin:0px;
}
#FooterNav li {
display: inline;
border-right:1px solid #d7d7d7;
padding:6px 11px;
}
#FooterNav a {
font-weight: bold;
color:#0071BA;
text-decoration:none;
}
#FooterNav a:hover, #FooterNav .Current {
text-decoration: underline;
}
#Footer p {
color: #b2b2b2;
margin-top:3px;
font-size:11px;
margin-left:12px;
}