/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-weight: normal;
    font-size: 8pt;
    word-spacing: normal;
    text-transform: none;
    color: firebrick;
    font-family: Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: lemonchiffon;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H2
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H3
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H4
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H5, DT
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H6
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TFOOT, THEAD
{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}	
		
TH
{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	color: FireBrick;
}	


A:link
{
	text-decoration: none;
	color: #000000;
}	
		
A:visited
{
	text-decoration: none;
	color: #00CC66;
}	
		
A:active
{	
	text-decoration:	none;
	color: #00CC66;
}	
		
A:hover
{	
	text-decoration:	underline;
	color: #0000FF;
}
	
SMALL
{	
	font-size:	.7em;
}	

BIG
{	
	font-size:	1.17em;
}	

BLOCKQUOTE, PRE
{	
	font-family:	Courier New, monospace;
}	
	

UL LI
{	
	list-style-type:	square ;
}	

UL LI LI
{	
	list-style-type:	disc;
}	

UL LI LI LI
{	
	list-style-type:	circle;
}	
	
OL LI
{	
	list-style-type:	decimal;
}

OL OL LI
{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI
{	
	list-style-type:	lower-roman;
}	

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 4px;
	z-index: -1;
	margin-bottom: 5px;
}

INPUT.BUTTON
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
}

DIV
{
	font-size: 10pt;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
}

P
{
	font-weight: bold;
	font-size: 10pt;
	color: FireBrick;
	font-family: Arial, Verdana, Sans-Serif;
}

INPUT
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: palegoldenrod;
}

INPUT.TEXTBOX
{
	font-weight: bold;
	font-size: 10pt;
	cursor: text;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: palegoldenrod;
}

INPUT.DROPDOWNLIST
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: FireBrick;
	font-family: Arial, Verdana, Sans-Serif;
}

INPUT.checkbox
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #ffffcc;
}

INPUT.RADIOBUTTON
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
}

INPUT.HIDDEN
{
	cursor: default;
	color: #fffacd;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	visibility: hidden;
}

INPUT.VENDORPRINT
{
	font-size: 11pt;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: white;
}

BODY.MAIN
{
    border-right: firebrick;
    background-position: center center;
    background-image: url(images\fadedlogomed.gif);
    border-left: firebrick;
    border-top-style: none;
    border-bottom: firebrick;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

BODY.FOLDERS
{
	border-right: firebrick 7px solid;
	border-top: firebrick 7px solid;
	border-left: firebrick 7px solid;
	border-bottom: firebrick 7px solid;
	background-color: Firebrick;
}

BODY.STANDALONE
{
	background-position: center 50%;
	background-image: url(images\fadedlogomed.gif);
	border-left: firebrick 6px solid;
	border-top: firebrick 6px solid;
	border-bottom: firebrick 6px solid;
	border-right: firebrick 6px solid;
	background-repeat: no-repeat;
}

BODY.STANDALONEBLANK
{
	border-left: firebrick 6px solid;
	border-top: firebrick 6px solid;
	border-bottom: firebrick 6px solid;
	border-right: firebrick 6px solid;
}

BODY.SURVEY
{
	border-right: firebrick solid;
	background-position: center 50%;
	background-image: url(images\fadedlogo.gif);
	border-left: firebrick solid;
	border-bottom: firebrick solid;
	border-top: firebrick solid;
	background-repeat: no-repeat;
}

BODY.SPECIAL
{
	border-right: firebrick;
	border-left: firebrick;
	border-bottom: firebrick;
	border-top-style: none;
}

BODY.BOOKSTORE
{
	border-right: firebrick;
	background-position: center 50%;
	background-image: url(images\bookstore.gif);
	border-left: firebrick;
	border-top-style: none;
	border-bottom: firebrick;
	background-repeat: no-repeat;
}

BODY.CONSTRUCTION
{
	border-right: firebrick solid;
	background-position: center 50%;
	background-image: url(images\backhoe2.gif);
	border-left: firebrick solid;
	border-bottom: firebrick solid;
	background-repeat: no-repeat;
}

BODY.LIBRARY
{
	border-right: firebrick;
	border-left: firebrick;
	border-top-style: none;
	border-bottom-style: none;
}

BODY.VENDORSEARCHLEFT
{
	border-right: palegoldenrod solid;
}

BODY.VENDORSEARCHRIGHT
{
	border-left: white thin solid;
}

BODY.VENDORPRINT
{
	font-size: 12pt;
	border-top-style: none;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
	color: #000000;
}

BODY.VENDORPRINTSEND
{
	font-size: 14pt;
	margin: 0px;
	border-top-style: none;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
	color: #000000;
}

LABEL
{
	font-size: 9pt;
	font-family: Arial, Verdana, Sans-Serif;
}

.VendorCategory
{
	font-size: 10pt;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	cursor: hand;
	background-color: lemonchiffon;
}

.Title
{
	font-size: 12pt;
	color: FireBrick;
	font-family: Arial, Verdana, Sans-Serif;
}

LABEL.SmallHeader
{
    font-size: 14pt;
    color: FireBrick;
    font-family: Arial, Verdana, Sans-Serif;
}

DIV.Important
{
	font-weight: normal;
	font-size: 14pt;
}

.OldTabUnselected
{
	border-right: whitesmoke thin;
	border-top: whitesmoke thin;
	font-weight: normal;
	font-size: 8pt;
	border-left: whitesmoke thin;
	width: 130px;
	color: black;
	border-bottom: whitesmoke thin;
	font-style: normal;
	height: 24px;
	background-color: darkkhaki;
}

.OldTabSelected
{
	border-right: whitesmoke thin;
	border-top: whitesmoke thin;
	font-weight: bold;
	font-size: 9pt;
	border-left: whitesmoke thin;
	width: 130px;
	color: black;
	border-bottom: lemonchiffon thin;
	font-style: italic;
	height: 24px;
	background-color: lemonchiffon;
}

.TabSelected
{
	font-weight: bold;
	font-size: 8pt;
	background: url(Images/SelectedButton.gif);
	width: 130px;
	color: black;
	border-top-style: none;
	font-style: italic;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	height: 24px;
	border-bottom-style: none;
}

.TabUnselected
{
	font-weight: normal;
	font-size: 8pt;
	background: url(Images/UnselectedButton.gif);
	width: 130px;
	color: black;
	border-top-style: none;
	font-style: normal;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	height: 24px;
	border-bottom-style: none;
}

.Folder
{
    border-right: firebrick thin solid;
    border-left: firebrick thin solid;
    border-bottom: firebrick thin solid;
    background-color: lemonchiffon;
}

.TabPage
{
	background-color: firebrick;
}

.HeaderRow
{
	font-weight: bold;
	font-size: 14pt;
	width: 100%;
	color: lemonchiffon;
	font-style: italic;
	font-family: Arial, Verdana, Sans-Serif;
	height: 38px;
	background-color: firebrick;
}

.Header1Row
{
	font-weight: bold;
	font-size: 14pt;
	width: 100%;
	color: lemonchiffon;
	font-style: italic;
	font-family: Arial, Verdana, Sans-Serif;
	height: 24px;
	background-color: firebrick;
}

.Header2Rows
{
	font-weight: bold;
	font-size: 14pt;
	width: 100%;
	color: lemonchiffon;
	font-style: italic;
	font-family: Arial, Verdana, Sans-Serif;
	height: 24px;
	background-color: firebrick;
}

.HeaderTextHidden
{
	font-weight: bold;
	font-size: 10pt;
	width: 100%;
	color: firebrick;
	font-style: italic;
	font-family: Arial, Verdana, Sans-Serif;
	height: 24px;
	background-color: firebrick;
}

.TabPanel
{
	left: 8px;
	width: 100%;
	position: absolute;
	top: 38px;
	height: 24px;
	background-color: firebrick;
}

.TabPanelFront1Of1
{
	z-index: 2;
	left: 8px;
	width: 100%;
	position: absolute;
	top: 38px;
	height: 24px;
	background-color: transparent;
}

.TabPanelBack1Of1
{
	z-index: 1;
	left: 8px;
	width: 100%;
	position: absolute;
	top: 38px;
	height: 24px;
	background-color: firebrick;
}

.TabPanelFront1Of2
{
	z-index: 3;
	left: 8px;
	width: 100%;
	position: absolute;
	top: 62px;
	height: 24px;
	background-color: transparent;
}

.TabPanelBack1Of2
{
	z-index: 1;
	left: 72px;
	width: 100%;
	position: absolute;
	top: 62px;
	height: 24px;
	background-color: khaki;
}

.TabPanelFront1Of3
{
	z-index: 4;
	left: 8px;
	width: 100%;
	position: absolute;
	top: 86px;
	height: 24px;
	background-color: transparent;
}

.TabPanelBack1Of3
{
	z-index: 1;
	left: 72px;
	width: 100%;
	position: absolute;
	top: 86px;
	height: 24px;
	background-color: khaki;
}

.TabPanelFront2of2
{
	z-index: 4;
	left: 72px;
	width: 100%;
	position: absolute;
	top: 38px;
	height: 24px;
	background-color: transparent;
}

.TabPanelBack2Of2
{
	z-index: 2;
	left: 72px;
	width: 100%;
	position: absolute;
	top: 38px;
	height: 24px;
	background-color: firebrick;
}

.TabPanelFront2Of3
{
	z-index: 5;
	left: 72px;
	width: 100%;
	position: absolute;
	top: 62px;
	height: 24px;
	background-color: transparent;
}

.TabPanelBack2Of3
{
	z-index: 2;
	left: 136px;
	width: 100%;
	position: absolute;
	top: 62px;
	height: 24px;
	background-color: khaki;
}

.TabPanelFront3
{
	z-index: 6;
	left: 136px;
	width: 100%;
	position: absolute;
	top: 38px;
	height: 24px;
	background-color: transparent;
}

.TabPanelBack3
{
	z-index: 3;
	left: 136px;
	width: 100%;
	position: absolute;
	top: 38px;
	height: 24px;
	background-color: firebrick;
}

.VendorTextRO
{
	font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
	overflow: auto;
	cursor: default;
	color: firebrick;
	border-top-style: none;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.VendorTextRW
{
	border-right: thin inset;
	border-top: thin inset;
	font-size: 12px;
	border-left: thin inset;
	cursor: text;
	color: firebrick;
	border-bottom: thin inset;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
}

.VendorTextWatermark
{
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #C0C0C0;
	background-color: Transparent;
	font-weight: normal;
}

.VendorLabel
{
	font-size: 11px;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
	text-align: right;
}

.VendorOption
{
	font-size: 11px;
	cursor: default;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
}

.VendorRegionPopup
{
	border-style: inset;
	border-color: #C0C0C0;
	visibility: hidden;
	background-color: palegoldenrod;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	width: 250px;
}

.KeyPad
{
	font-weight: bold;
	font-size: 32px;
	width: 64px;
	cursor: hand;
	color: lime;
	font-family: Arial, Verdana, Sans-Serif;
	height: 64px;
	background-color: gray;
	text-align: center;
	cursor: hand;
}

.SearchText /* Text provided as search criteria on recorded shows */
{
	color: red;
	text-decoration: underline;
}

.SearchCriteria
{
	color: teal;
}

.VendorFilter
{
	font-weight: bold;
	width: 40px;
	font-family: 'Times New Roman';
}

.BookLink
{
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	white-space: normal;
}

.BookLink:hover
{
	text-decoration: underline;
	color: #0000FF;
}

.CountdownClock
{
	font-weight: normal;
	font-size: 18px;
	color: black;
	border-top-style: none;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-align: right;
	border-bottom-style: none;
}

.ITRRInput
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: palegoldenrod;
}

.ITRRInputText
{
	font-weight: bold;
	font-size: 10pt;
	cursor: text;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: palegoldenrod;
}

.ITRRInputTextRight
{
	font-weight: bold;
	font-size: 10pt;
	cursor: text;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: palegoldenrod;
	text-align: right;
}

.ITRRInputTextCenter
{
	font-weight: bold;
	font-size: 10pt;
	cursor: text;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: palegoldenrod;
	text-align: center;
}

.ITRRErrorMessage
{
	font-weight: bold;
	font-size: 11pt;
	cursor: text;
	color: red;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
}

.ITRRLabel
{
	font-size: 10pt;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
	text-align: left;
}

.ITRRLabelMatch
{
	font-size: 11pt;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: lemonchiffon;
	text-align: left;
}

.ITRRLabelRight
{
	font-size: 11pt;
	color: firebrick;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
	text-align: right;
}

.PersonnelProfile
{
	font-weight: normal;
	font-size: 12pt;
	cursor: text;
	color: firebrick;
	border-top-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.PersonnelTitle
{
	font-weight: bold;
	font-size: 12pt;
	cursor: text;
	color: firebrick;
	border-top-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.VendorHelp
{
	font-size: 11pt;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
	text-align: left;
}

.HiddenText
{
	color: lemonchiffon;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: lemonchiffon;
	border-bottom-style: none;
	visibility: hidden;
}

.SupervisorLabel
{
	font-size: 12px;
	color: green;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
	text-align: left;
}

.SupervisorText
{
	font-weight: bold;
	font-size: 10pt;
	color: cornflowerblue;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: gainsboro;
	text-align: left;
}

.SupervisorTextRO
{
	font-weight: bold;
	font-size: 11pt;
	vertical-align: baseline;
	overflow: auto;
	cursor: default;
	color: cornflowerblue;
	border-top-style: none;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.SupervisorButton
{
	font-weight: bold;
	font-size: 10pt;
	color: cornflowerblue;
	border-top-style: outset;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: outset;
	border-left-style: outset;
	background-color: gainsboro;
	border-bottom-style: outset;
	cursor: hand;
}

.SupervisorInput
{
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
	color: cornflowerblue;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
}

SPAN.SupervisorInput label
{
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
	color: cornflowerblue;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: transparent;
}

SPAN.SupervisorInput input
{
	font-weight: normal;
	font-size: 10pt;
	cursor: hand;
	color: cornflowerblue;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: gainsboro;
}

.SupervisorGrid
{
	font-size: 11pt;
	border-left-color: black;
	border-bottom-color: black;
	color: cornflowerblue;
	border-top-style: solid;
	border-top-color: black;
	font-family: Arial, Verdana, Sans-Serif;
	border-right-style: solid;
	border-left-style: solid;
	background-color: green;
	border-right-color: black;
	border-bottom-style: solid;
}

.VendorPrint
{
    font-weight: normal;
    font-size: 12pt;
    color: black;
    font-family: Arial, Verdana;
    background-color: white;
}

.VendorPrintSend
{
    font-weight: normal;
    font-size: 12pt;
    color: black;
    font-family: Arial, Verdana;
    background-color: white;
}

.BlogTextDefault
{
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #666666;
	background-color: Transparent;
	font-weight: normal;
}

.BlogText
{
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: Black;
	background-color: Transparent;
	font-weight: normal;
}

.BlogSubject
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #339933;
	border-style: none;
	background-color: transparent;
	vertical-align: bottom;
	text-align: left;
	cursor: hand;
}

.BlogSubject:hover
{
	color: #33CC33;
}

.BlogCommentButton
{
	margin: 0px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #0000FF;
	background-color: transparent;
	vertical-align: bottom;
	text-align: left;
	cursor: hand;
}

.BlogCommentButtonDisabled
{
	margin: 0px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #888888;
	background-color: transparent;
	vertical-align: bottom;
	text-align: left;
}

.BlogDisplayButton
{
	margin: 0px;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #0000FF;
	background-color: transparent;
	vertical-align: bottom;
	text-align: left;
	cursor: hand;
}

.BlogDisplayButton:hover
{
	color: #33CC33;
}

.BlogCommentTextDefault
{
	border-color: #C0C0C0;
	border-style: inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #888888;
	background-color: #FFFFFF;
	width: 360px;
}

.BlogCommentText
{
	border-color: #C0C0C0;
	border-style: inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 360px;
}

.BlogPostButton
{
	border-color: #808080;
	border-width: thin;
	border-style: ridge ridge ridge none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #0000FF;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	white-space: pre;
	clip: rect(auto, auto, auto, 0px);
	cursor: hand;
}

.BlogCommentEntry
{
	border: thin ridge #808080;
	background-color: #FFFFFF;
}

.BlogCommentCount
{
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	font-size: 8pt;
}

.BlogCommentBox
{
	visibility: hidden;
}

.BlogPhoto
{
	clip: rect(0px, 0px, 0px, 0px);
}

.BlogSearch
{
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0EBF2;
	clip: rect(0px, 0px, 0px, 0px);
}

.ajax__calendar_today
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #339933;
}
 .ajax__calendar_body
{
	background-color: #FFFFFF;
}

.ajax__calendar_dayname
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #339933;
}

