*
{
padding:0;
margin:0;
}

body 
{
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size: .7em;
background-color: #fff;
}

a:link { 
	color: blue;
	}
a:visited { 
	color: blue;
	}
a:hover { 
	color: red;
	text-decoration: none;
	}
a:active { 
	color: red;
	}

.description
{
	font-style:italic;
	margin:6px;
	padding:6px;
	text-align:justify;text-justify:newspaper; /* IE only */
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	background-color:#E0E0E0;
}

.PageTitle
{
	text-decoration:none;
	background-color:#ACC689; 
	text-align:center;
	font-size:2.1em;
	color:white;
	background-image:url(../images/3dtop.gif);background-repeat:repeat-x;
}

.FieldHeading
{
	font-size:1.2em;
	padding:2px;
	color:#222222;
	background-color:#f90;
}

.SearchButton
{
	background-image:url(../images/btnSearch.gif);
	background-color:Transparent;
	border-style:none;
}

.Results
{
	font-size: 1em;
	color: #333333;
	margin: 20px;
}

.Show
{
	font-size: 1em;
	color: #333333;
	margin: 20px;
	padding: 6px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	background-color:#E0E0E0;
}

.ShowInfo
{
	margin: 0px 30px 30px 20px;
	float: left;
	width: 240px;
	height: 200px;
	color: #333333;
}

.ArchiveInfo
{
	margin: 0px 0px 30px 30px;
	width: auto;
	height: 200px;
	color: #333333;
}

.ddl
{
	font-size: .9em;
}

.buttons
{
	font-size: 1.2em;
	vertical-align:middle;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 100%;
    border-style:dotted;
    border-color:Silver;
    border-width:1px;
	margin:6px;
}

.OrangeHeaderStyle
{
    /*background-color: #5D7B9D;*/
    background-color:#FFC266;
    color:#444444;
	border-style:dotted;
	border-color:Silver;
	border-width:1px;
	cursor:default;
}

.BlueHeaderStyle
{
    /*background-color: #5D7B9D;*/
    background-color:#6161f6;
    color:white;
	border-style:dotted;
	border-color:Silver;
	border-width:1px;
	cursor:default;
}

.AlternatingRowStyle
{
	height: 2em;
    background-color:White;
    color: #222222;
    border-style:dotted;
    border-color:Silver;
    border-width:1px;
}

.RowStyle
{
	height: 2em;
	background-color: #F7F6F3;
	color: #222222;
	border-style:dotted;
	border-color:Silver;
	border-width:1px;
}

.SelectedRowStyle
{
	height: 2em;
	background-color: Green;
	color: White;
	border-style:dotted;
	border-color:Silver;
	border-width:1px;
}

.ItemStyle
{
	padding:3px;
	border-style:dotted;
	border-width:1px;
}

.HiddenItemStyle
{
	color:#fff;
	font-size:0px;
	border:0px;
	background-color:Transparent;
}

.RowStyleStatusIsModule
{
	background-color: #DDDDDD;
	color: #000000;
	font-weight:bold;
	height: 2em;
	text-align:center;
}

.RowStyleStatusIsLivePerformance
{
	background-color: #FAFADD;
	color: #000000;
	border-style:none;
	font-weight:bold;
	height: 2em;
	text-align:center;

}

.RowStyleHasComment
{
	background-color: #FAFADD;
	color: #000000;
	border-style:none;
	height: 2em;
}


.RowStyleIsSelector
{
	background-color: #FAFADD;
	color: #000000;
	border-style:none;
}

/*
                    <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                    <EditRowStyle BackColor="#999999" />
                    <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
                    <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
*/
