/* ================================
    CSS STYLES FOR Module Blog
   ================================
*/
* html #poststuff 
{
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
* html .wrap { height: 1% }
* html .wrapInner { height: 1% }
* html .wrapInner { height: 1% }

body
{
	border: none;	
}

body, td 
{
		
}

fieldset 
{
	border: none;
	padding: 3px;
}

fieldset legend 
{
	padding: .1em .3em;
}

fieldset.options 
{
	padding: 1em;
}

fieldset.options legend 
{
	font-size: 16px;
	color: #99540A
}

fieldset.options legend small
{
	font-size: 12px;
	color: #99540A
}

fieldset.suboptions 
{
	border: solid 1px #ccc;
	margin: 0;
	padding: 0;
	margin-bottom: 1em
}

fieldset.border
{
	border: solid 1px #ccc;
	margin: auto 5px
}

a.edit, a.delete, a.edit:hover, a.delete:hover
{
	border-bottom: none;
	display: block;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	color: #003366
}

a.edit:hover
{
	background: #ccc;
	text-decoration: none;
}

a.delete:hover 
{
	background: #c00;
	color: #fff;
	text-decoration: none;
}

a.linkButton
{
	border-bottom: 1px solid #00019b;
	color: #00019b;
	text-decoration: none;
}
a.linkButton:hover
{
	border-bottom: 1px dotted #69c;
	color: #69c;
	text-decoration: none;
}

a.linkButtonBold:link, a.linkButtonBold:visited, a.linkButtonBold:hover
{
	border-bottom: 1px solid #00019b;
	color: #00019b;
	text-decoration: none;
	font-weight: bold
}
a.linkButtonBold:visited
{
	border-bottom: 1px solid #69c;
	color: #69c;	
}
a.linkButtonBold:hover
{
	border-bottom: 1px dotted #69c;
	color: #69c;	
}


span.linkbutton
{
	font-size: 13px;	
	color: #C0C0C0
}


/* Wrappers*/
.wrap
{
	background: #fff;
	clear: both;
	margin: 0;
	font-size: medium;
}
.wrap h3, .wrap h3 a
{
	padding: 0px;	
	font-size: 18px;
	margin: 0px;	
	padding-top: 8px;
	font-weight: normal;
}
.wrap h3
{
	color: #333;
}
.wrap h3 a, .wrap h3 a:link, .wrap h3 a:visited
{
	text-decoration: underline
}

.wrap a.normal
{
	text-decoration: underline
}

.wrap td
{
	font-size: 13px
}

.wrapInner
{
	clear: both;
	margin: 0;
	width: 100%;
	text-align:center;
	padding-top: 20px
}
.wrapInner .container
{
	background: #fff url(images/detail_bg.gif) repeat-x 0 0;
	border: solid 1px #dfdfdf;
	margin: 0px auto;	
	clear: both;
	text-align: left;
	width: 100%;
}

.wrapInner h3
{
	padding: 4px 8px;	
	font-size: 17px;	
	margin: 0px;
	font-weight: normal;	
}
.stamp_0
{
	background: url(images/stamp_pending.gif) no-repeat right top;
}
.stamp_1
{
	background: url(images/stamp_approved.gif) no-repeat right top;
}
.stamp_2
{
	background: url(images/stamp_disapproved.gif) no-repeat right top;
}

#adminmenuContainer
{
	padding-right: 20px;	
	padding-right: expression(isIE ? "0px" : "auto");
}

#adminmenu 
{
	font-size: 13px;	
	padding: .2em 0em .3em 0em;
	margin: 0;
}

#adminmenu .current
{
	font-weight: bold;
}

#adminmenu a 
{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 3px 10px;
	text-decoration: none;
}

#adminmenu a:hover
{
	background: #dedede;
	color: #333;
}

#adminmenu a.current, #adminmenu a.current:hover
{
	background: #AAB3BF;
	color: #333;
}

#adminmenu a.archive, #adminmenu a.archive:hover
{
	font-weight: bold;	
	color: #333;
}

#adminmenu li
{
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
}

#adminmenu li.archive a
{
	border: dotted 1px #ccc
}

#submenu
{
	background-image:url(images/tab_bg.gif); 
	height:26px; 
	margin:0px; 
	padding:0px; 
	width:100%;
}

#submenu td a
{
	font-weight:bold;
	font-size:13px;	
}

#submenu .offtab a
{
	text-decoration:none; 
	color:#999999;
}
#submenu .offtab a:hover
{
	text-decoration:underline; 
	color:#999999;
}
#submenu .offtab .lPart, #submenu .offtab .rPart
{
	display: none
}
#submenu .offtab .mPart
{
	padding:0px 20px;
}


#submenu .ontab .mPart
{
	background-image:url(images/tab_middle.gif); 
	background-repeat:repeat-x; 
	padding:0px 20px;
}
#submenu .ontab a
{
	color:#59992B;
	text-decoration: none;
}
#submenu .ontab a:hover
{
	text-decoration: underline;
}









.optiontable 
{
	width: 100%;
}

th
{
	background: #dfdfdf;
	padding: .5em;
}
th span, th a:link, th a:visited, th a:active, th a:hover
{
	font-size: 13px;
	font-weight: bold;
	color: #000
}

.optiontable cite span
{
	font-size: 12px;
}

.optiontable td, .optiontable th 
{
	background: transparent;
	vertical-align: top;
	color: #000000;
	padding: .5em;
}

.optiontable th 
{
	padding-top: .7em;
	text-align: right;
	color: #000000;
	width: 25%;	
}

.optiontable label, .optiontable th, .optiontable td
{
	font-size: 13px	
}

.alternate
{
	background: #f1f1f1;	
}

.footer
{
	background: #dfdfdf;
}

.footer table.pager
{
	width: 100%;
	height: auto;
}

.footer table.pager td.Normal
{
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;	
	font-weight: bold;
	padding-left: 10px;
}

span.jelcode
{
	font-size: 13px;
	cursor: default;
}

.informationBox
{
	background: #FFFFC6;
	border: dashed 1px #ccc;
	padding: .5em;
	margin: 1em 0px 0px;	
}
.informationBox UL
{
	margin: 3px 25px;
}

.submit
{
	padding: 1em;
	text-align: right
}
.left
{
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;	
}

.submit a,
.submit a:link,
.submit a:visited,
.submit a:active,
.submit a:hover
{	
	border-right: solid 1px #999999;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #999999;	
	padding: 4px 10px 4px 10px;	
	margin: 1px;	
	color: #333333;
	line-height: normal;
	font-weight: normal;	
	display: inline-block;	
	white-space: nowrap;
	background-color: #eeeeee;
	text-decoration: none
}
.submit a:hover
{
	color: #333;
	background-color: #ddd;
	text-decoration: underline
}
.submit a.default,
.submit a.default:link,
.submit a.default:visited,
.submit a.default:active
{
	font-weight: bold
}
.submit a.default:hover
{
	font-weight: bold
}
.submit a.delete:hover
{
	color: #fff;
	background: #c00;	
	text-decoration: none
}

.upload
{
	width: 500
}
.picker:link, .picker:visited, .picker:hover
{
	border-right: solid 1px #999999;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #999999;	
	padding: 0px 4px 0px 4px;	
	margin: 1px;	
	color: #333333;
	line-height: normal;
	font-weight: normal;	
	display: inline-block;	
	white-space: nowrap;
	background-color: #eeeeee;
	text-decoration: none;
	font-weight: bold;	
}

#pickerContent
{
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 	
	padding-top: 0px; 
	overflow: auto; 
	border:	solid 1px #C0C0C0;
	width:100%;
	height:100%	
}

.fielsetMeetingSelector
{
	border: solid 1px #ccc;
	padding: 10px;
}
.fielsetMeetingSelector legend
{
	margin-bottom: expression(isIE ? "10px" : "auto");
}
.disable
{
	color: #ACA899
}
