@charset "UTF-8";
/* CSS Document */

body {
	background: #ebebeb;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
}

h1 {
	font-size: 24px;
}

th {
	color: #069;
}

p {
	margin-right: 20px;
}

.highlighted {
	background-color: #ff0;
}

#steps {
	width: 833px;
	height: 33px;
	padding: 0px 0px;
}

#header {
	height: 50px;
	color: #069;
	width: 850px;
	margin-left: 100px;
	padding: 0px 15px;
}

#contentTop {
	width: 853px;
	height: 27px;
	background: url('/admin/images/contentTop-bg.jpg') no-repeat;
	margin-left: 100px;
	padding: 0px 15px;
}

#contentMid {
	width: 853px;
	background: url('/admin/images/contentMid-bg.jpg') repeat-y;
	margin-left: 100px;
	padding: 0px 15px;
	min-height: 500px;
}

#contentBot {
	width: 853px;
	height: 27px;
	background: url('/admin/images/contentBot-bg.jpg') no-repeat;
	margin-left: 100px;
	padding: 0px 15px;
}

#helpArea {
	width: 800px;
	padding: 5px;
	margin-top:10px;
	border: #d8d8d8 thin solid;
	background-color: #f6f6f6;
}

a.button {
	background: url('/admin/images/button-bg.jpg') no-repeat;
	padding: 8px 37px 7px 25px;
	text-decoration: none;
	color: #069;
	font-weight: bold;
}

a:hover.button {
	background: url('/admin/images/button-bg.jpg') no-repeat;
	padding: 8px 37px 7px 25px;
	text-decoration: none;
	color: #069;
	font-weight: bold;
}

a.prevbutton {
	background: url('/admin/images/prevbutton-bg.jpg') no-repeat;
	padding: 8px 25px 7px 37px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a:hover.prevbutton {
	background: url('/admin/images/prevbutton-bg.jpg') no-repeat;
	padding: 8px 25px 7px 37px;
	text-decoration: none;
	color: #069;
	font-weight: bold;
}

.themeName {
    color: #666;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    }
    
.themeNameSelected {
    color: #069;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    }

.bigBlue {
    color: #069;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    }
    
blockquote {
    background-image: url('/admin/images/tack.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    width: 250px;
    padding: 10px 5px 10px 60px;
    border: 2px dotted #d8d8d8;
}

blockquote.fullWidth {
    background-image: url('/admin/images/tack.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    width: 650px;
    padding: 15px 5px 20px 60px;
    border: 2px dotted #d8d8d8;
}


blockquote.complete {
    background-image: url('/admin/images/completedScreen.jpg');
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center;
    width: 412px;
    height: 200px;
    padding: 225px 15px 15px 15px;
    
}

blockquote.errorCDPE {
    background-image: url('/admin/images/cdpe-icon.png');
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: top center;
    width: 452px;
    height: 300px;
    padding: 105px 15px 15px 15px;
    text-align: left;
    
}

/* -- GridView CSS -- */
.GridViewStyle    
{
	font-family: Arial, Sans-Serif;    
	font-size:small;    
	table-layout: auto;    
	border-collapse: collapse;
/*	border: #1d1d1d 5px solid; */
}

/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td
/*Common Styles*/
{    
	padding: 5px;    
	border-right: solid 1px Grey;
}

.RowStyle td
{    
	background-color: White;
}

.AltRowStyle td
{    
	background-color: #f0f0f0;
}

.SelectedRowStyle td
{    
	background-color: #ffff66;
}

.EmptyRowStyle td
{
	background-color: #f0f0f0;
}

