﻿BODY, P, TD, SPAN, DIV, INPUT, TEXTAREA, SPAN
{
	font-family: Verdana,Arial,Helvetica,sans-serif; /*Trebuchet MS*/
	font-size: 12px;
}

BODY 
{
	background-color: White;
}
BODY.ReviewBasicsBody
{
	margin-top: 10px;
	border: 0px;
	padding: 0px;
}
BODY.JsPopup
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

IMG { border: 0px; }

/* this fixes IE6 transparent PNG issue */
IMG { behavior: url(/Data/SiteImages/iePngFix.htc) } 
SPAN { behavior: url(/Data/SiteImages/iePngFix.htc) }

TD
{
	vertical-align: top;	
}

HR 
{
	border: 0pt none;
	height: 1px;
	width: 100%; 
	color: #ebebeb;
	background-color: #ebebeb;
}

FIElDSET { margin: 0px 0px 0px 0px; padding: 1em; border: 1px solid #6788BE;}
LEGEND { font-size:larger; font-weight: bold; color:#6788BE;}

/* input bg */
	INPUT, TEXTAREA, SELECT,
	.instructionsPreview
	{
		border: 1px #3a6793 solid;
		background: white url('../images/inputBlueGradientBg.gif') repeat-x top;
	}

	.checkboxInput INPUT,
	.checkboxInputLink INPUT,
	.checkbox INPUT,
	SPAN.checkboxInput INPUT,
	SPAN.checkbox INPUT,
	.checkboxContainer INPUT
	{
		width: 15px;
		border-width: 0px;
		background: transparent;
		margin-right: 3px;	
	}

	.checkboxInputLink LABEL
	{
		color: #009900; 
		text-decoration: underline; 
	}
	INPUT.OrangeButton
	{
		border: 1px solid #a85b01;
		color: #7c4a01;
		font-weight: bold;
		background: #ed773d url(../images/buttonBgOrange.png) repeat-x;
		padding: 2px 5px 2px 5px;
	}
	INPUT.GreenButton
	{
		border: 1px solid #8abe02;
		color: #000000;
		font-weight: bold;
		background: #8abe02 url(../images/buttonBgGreen.png) repeat-x;
		padding: 2px 5px 2px 5px;
	}
	INPUT.GrayButton
	{
		border: 1px solid #b1b1b1;
		color: #b1b1b1;
		font-weight: bold;
		background: #C0C0C0 url(../images/buttonBgGray.png) repeat-x;
		padding: 2px 5px 2px 5px;
	}

/* END input bg */

#PageContainer 
{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 935px;
}
#AdminLinks
{
	text-align: right;
}
td.content
{
	width: 100%;
}
.shortTagline
{
	width: 909px;
	height: 97px;
	background: url(../images/shortTaglineBg.jpg) no-repeat top left;
}


/* quotes */
	.quotes
	{
		float: right; 
		width: 600px;
		padding-top: 10px;
	}
	.quotes P
	{
		font-family: Trebuchet MS, Verdana;
		font-size: 14px;
		color: White;
	}

	.quotes DIV.author
	{
		text-align: right;
		font-family: Trebuchet MS, Verdana;
		color: #b2dbff;
		font-size: 14px;
		font-weight: bold;
		padding-right: 10px;
	}
	DIV.quote
	{
	}
/* END quotes */



/* menu tabs */
	a.home
	{
	}
/* end menu tabs */


/* outside border */
	td.cornerTopLeft
	{
		width: 30px;
		height: 30px;
		background: url(../images/outterBorderCornerTopLeft.png) no-repeat top left;
	}			
	td.cornerTopRight
	{
		width: 30px;
		height: 30px;
		background: url(../images/outterBorderCornerTopRight.png) no-repeat top right;
	}			
	td.topBorder
	{
		height: 30px;
		width: 895px;
		background: url(../images/outterBorderTopBorder.png) repeat-x top;
	}			

	td.cornerBottomLeft
	{
		width: 30px;
		height: 30px;
		background: url(../images/outterBorderCornerBottomLeft.png) no-repeat top left;
	}			
	td.cornerBottomRight
	{
		width: 30px;
		height: 30px;
		background: url(../images/outterBorderCornerBottomRight.png) no-repeat top right;
	}			
	td.bottomBorder
	{
		height: 30px;
		width: 895px;
		background: url(../images/outterBorderBottomBorder.png) repeat-x top;
	}			

	td.leftBorder
	{
		width: 17px;
		background: url(../images/outterBorderLeftBorder.png) repeat-y left;
	}			
	td.rightBorder
	{
		width: 17px;
		background: url(../images/outterBorderRightBorder.png) repeat-y right;
	}			
/* END outside border */ 

H1, H1.blue, H2
{
	color: #2e78bd;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
}
H1.gray
{
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0px;
}
H2
{
	font-size: 18px;
}
P
{
	font-family: Trebuchet MS, Verdana;
	color: #3c3c3c;
	font-size: 14px;
	margin-top: 3px;
}

.footer A,
.footer A:link,
.footer A:visited,
.footer A:active,
.footer A:hover,
A.more, A.more:link,
A.getstarted, A.getstarted:link
{
	font-family: Trebuchet MS, Verdana;
	color: #ed773d;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
}
.footer A:hover
{
	text-decoration: underline;
}

A.more, A.more:link, A.more:visited
{
	text-decoration: underline;
	padding-right: 25px;
	background: url(../images/arrowCircle.png) no-repeat right;
}

A.getstarted, A.getstarted:link, A.getstarted:visited
{
	text-decoration: underline;
	padding: 0px 25px 0px 0px;
	background: url(../images/arrowCircle.png) no-repeat right;
}

A.more:hover, A.getstarted:hover
{
	text-decoration: none;
}

/* sideLinks */
div.sideLinks
{
	padding: 0px 0px 0px 10px;
	margin-right: 40px;
}
div.sideLinks H1.Row A
{
	display: block;
	width: 250px;
	height: 30px;
	padding: 10px 0px 0px 0px;
	border-bottom: dotted #ababab 1px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #ed773d;	
	background: url(../images/arrowsOrange.gif) no-repeat right;
	vertical-align: middle;
	text-decoration: none;
}
div.sideLinks H1.Row.current A
{
	background-image: url(../images/arrowsGray.gif);
}
div.sideLinks H1.Row A:hover
{
	color: #707070;	
	text-decoration: underline;
	background-image: url(../images/arrowsGray.gif);
}
div.sideLinks H1.Row.current A
{
	color: #707070;	
	text-decoration: none;
}
/* END sideLinks */

div.moduletitle, span.moduletitle, tr.moduletitle, h1.moduletitle, h1.moduletitle span
{
	color: #2e78bd;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

/* FilterDivContainer */
	DIV.FilterDivContainer
	{
		width: 880px;
	}
	DIV.FilterDiv
	{
		border: 1px #808080 solid; 
		width: 880px;
		background: url(../images/filterDivBg.jpg) repeat-x top;
	}
/* END FilterDivContainer */


DIV.blueBox
{
	background: url(../images/tabBgBlue.gif) repeat-x left top;
	border: 1px solid #3d79b7;
	padding: 5px 20px 20px 20px;
	margin-top: 10px;
}
DIV.greenBox
{
	background: url(../images/tabBgGreen.gif) repeat-x left top;
	border: 1px solid #009900;
	padding: 5px 20px 20px 20px;
	margin-top: 10px;
}
DIV.greenBox H2,
DIV.blueBox H2
{
	color: #009900;
	font-size: 14pt; 
	font-weight: normal;
	padding-bottom: 15px;
}

DIV.AuthorPortal DIV.ReviewSpaceBox
{
	width: 840px;
	background: url(../images/blueBoxBg.jpg) repeat-x left top;
	border: 1px solid #3d79b7;
	padding: 5px 20px 20px 20px;
	margin-top: 10px;
}

.ReviewSpaceUpdateStatus
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffff99;
	width: 250px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	display: none;
	border-right: slateblue 2px solid;
	border-top: slateblue 2px solid;
	border-left: slateblue 2px solid;
	border-bottom: slateblue 2px solid;
}

.greenBold
{
	color: #3e910b;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

.reviewSpaceName,
A.reviewSpaceName
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #095c83;
}

.NewCommentCount
{
	font-size: 12px;
	font-weight: bold;
	color: #095c83;
}
.ReviewSpaceDates, 
.ReviewSpaceDates SPAN
{
	color: #808588;
	font-size: 11px;
}

TABLE.reviewSpaceInfo TD,
TABLE.reviewSpaceInfo TD SPAN
{
	font-size: 12px;
}

SPAN.documentName
{
	font-size: 10pt;
	font-weight: bold;
}
.beingConverted
{
	font-size: 8pt;
	color: Gray;
}


/* ReviewEnvironmentSettings */
	DIV.ReviewEnvironmentSettings .GroupDescription
	{
		display: block;
		width: 90%;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px dotted black;
	}
	DIV.ReviewEnvironmentSettings DIV.template
	{
		padding: 10px;
	}

	DIV.ReviewEnvironmentSettings INPUT.textbox,
	DIV.ReviewEnvironmentSettings TEXTAREA.textbox
	{
		display: block;
		margin-left: 30px;
	}
/* END ReviewEnvironmentSettings */

/* WIZARD INSTRUCTIONS */
	.wizardInstructions
	{
		display: block;
		border: 1px dashed gray;
		width: 80%;
		padding: 10px 10px 10px 50px;
		margin-bottom: 10px;
		background: url(../images/iconInfo.gif) no-repeat 5px 5px;
	} 
	.wizardSuccess
	{
		border: 1px dashed gray;
		width: 80%;
		padding: 10px 10px 10px 50px;
		margin-bottom: 10px;
		background: url(../images/iconSmile.gif) no-repeat 5px 5px;
	} 
/* end of WIZARD INSTRUCTIONS */

DIV.quote
{
	display: none;
}
.modalBackground 
{
	FILTER: alpha(opacity=70);
	background-color: Gray;
	opacity: 0.7;
}