/* CSS Document */

body {
	background-image:url(images/bkground.jpg);
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper {
	background-color:#2a2a29;
	margin:0 auto;
	text-align:center;
/*	width: 774px;
*/	margin-bottom: 10px;
}

#container {
	margin:0px 12px;
	background-color:#FFFFFF;
	text-align:center;
/*	width: 774px;
*/}

#mainbody {
	margin:8px;
}

#content 
{
    padding: 10px 0px 0px 0px;
}

.clearall { 
	clear:    both;
	height:   1px;
	overflow: hidden; 
	/* IE ignores overflow:hidden */
	font-size: 1px;
	line-height: 1px;
}

/*-------------------------header-------------------------------*/
#header_middle {
	background-image:url(images/header_middle.jpg);
	background-repeat:repeat-x;
	width:100%;
}

#header_right {
	width:300px;
	text-align:right;
}

#header_left {
	width:317px;
	text-align:left;
}

#header {
	width:100%;
}

/*-------------------------navigation----------------------------*/
/*
#navigation {
	background-image:url(images/nav_bkground.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:28px;
	margin:8px 0px;
	padding-top:1px;
	font-size:13px;
}
*/
#navigation-outer {
	background-image:url(images/nav_bkground.jpg);
	background-repeat:repeat-x;
/*    width: 716px;	
    width: 100%;
*/	height:28px;
	margin:8px 0px 0px 0px;
	font-size:13px;
}

#navigation-inner 
{
    padding: 7px 0px 0px 0px;
}

#navigation-outer a {
	text-decoration:none;
	color:#646363;
	font-size:12px;
}

#navigation-outer a:hover {
	color:#000000;
	text-decoration:none;
}
/*
#navigation-outer .rootmenuitemselectedcssclass {
	color:#000000;
	text-decoration:none;
}
*/

#navigation-outer ul {
	margin:6px 6px 6px 30px;
	list-style:none;
}

#navigation-outer li {
	display:inline;
	padding:0px 28px;
	background-image:url(images/nav_bullet.jpg);
	background-repeat:no-repeat;
	background-position:4px 0px;
}

/*-----MENU-----*/


/*  This table contains the entire menu  */
.MainMenu_MenuContainer 
{
    padding-left: 20px; 
    width: 100%; 
    background:transparent; 
}
.MainMenu_MenuBar 
{
    text-transform: capitalize;
}
.MainMenu_MenuIcon{ display: none; }
.MainMenu_RootMenuArrow{ display: none; }
.MainMenu_MenuItem {
    border: 0;
    color: #646363;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;      
 }



table.MainMenu_MenuContainer table 
{
    border: 0;
    padding: 0;
    margin: 0;
    
    }
    td.MainMenu_MenuBreak {/*  This cell contains the image that is shown prior to each menu item  */
        background-color: Transparent;
        border: 0;
        width: 23px;
        text-align: left;
    }
        tr.MainMenu_MenuItem td 
        {
            padding: 1px 0px 0px 20px;
        }
    tr.MainMenu_MenuItemSel /*  Menu Item CSS Class for mouse-over */
    {
        border: 0;
	    color: #646363;
	    font-size: 13px;
    	font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;      
    }
        tr.MainMenu_MenuItemSel td 
        {
            padding: 1px 0px 0px 20px;
            background-color: Transparent;
            border: 0;
            color: #000000
        }




/*-----user login-----*/

#user-login
{
    text-align: right;
    margin: 10px 0px 0px 0px;
}


/*-------------------------content-----------------------------*/


.userprofile td { padding: 2px 0px 1px 0px; }
.asterisk { color: #b46d8c; }

#content {
	text-align:left;
	width:100%;
	margin:0px auto;
	background-color:#e2e2e2;
	color:#7e7d7d;
	font-size:13px;
	margin-top: 10px;
}

/* Seems like nothing in the template holds the page to a fixed width. Which is good for
   wide forms, but we don't need ordinary text blocks breaking things. */
.fixed-width {
    width: 625px;
}

.pagetitle {
	font-size:18px;
	padding:10px 0px 2px 0px;
    margin:0px 20px 0px 20px;
    color:#2a2a29;
    border-bottom:1px solid #7e7d7d;
    height: 18px;
}

.pageTitle-caption
{
    line-height: 18px;
    float: left;
	text-transform:uppercase;
}

.pageTitle-userName 
{
	color:#cc0000;
	font-weight: bold;
	line-height: 18px;
	font-size:13px;
    text-align: right;
}


.ID {
	text-align:right;
	padding-bottom:5px;
	font-size:13px;
	color:#7e7d7d;
	margin:0px 20px;
}

.important-text {
    color: #cc0000 !important;
}

.warning-box {
    border: 2px solid #cc0000;
    margin: 10px;
    padding: 6px;
    color: Black;
}

.checkbox-list label {
    padding-right: 8px;
}

/* Show linebreaks in email preview text */
#dnn_ctr661_BulkEmail_lblPreviewBody {
    white-space: pre;
}

/* Statistics table on admin dashboard */
ul.statistics li.statistic {
    clear: right;
}

ul.program-list {
    float: right;
    width: 400px;
    margin: 0 !important;
    padding: 0 !important;
}

ul.program-list li.program {
    display: inline;
    float: left;
    width: 74px;
    background: none;
    padding-left: 0;
    padding-right: 6px;
}

.form-group-box {
    margin-top: 1em;
    margin-bottom: 1em;
}
  
.form-wrapper, .form-wrapper-inactive {
    border: 1px solid #e2e2e2;
    padding: 3px;
    background-color: #f6f6f6;
}  

/*
.form-group-box {
    border: 1px solid #e2e2e2;
}

.form-group-controls {
    margin-left: 4em;
}
*/

.button-bar {
    margin: 1em 0;
}

/*------------------------- module -----------------------------*/

.moduletitle {
	font-size:13px;
	color:#b46d8c;
}

.space-above {
    margin-top: 1em !important;
}

.small-margins {
    margin-top: 2px;
    margin-bottom: 2px;
}

.module {

}

.module-content {}

.module-content table {
	margin:0px 0px 0px 0px;
	color:#646463;
	font-size: 13px ;
}

.module-content p {
	text-align:left;
	margin:4px 0px;
}

.module-content ul {
	margin:5px 2px 5px 0px;
	list-style:none;
	padding-left: 0;
}

.module-content li 
{
    list-style: none;
	padding:0px 18px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

.module-content a, a:link, a:visited {
	color:#7e7d7d;
	text-decoration:underline;
}


.module-content a:hover {
	color:#b46d8c;
	text-decoration:underline;
}

/* Not that we really use this much... */
.feedback-messages {
/*    display: block;
    font-weight: bold;
    border: 1px solid black;*/
}

/* "Renew Now" links enclosed in ASP panels */
.renew-link {
    display: inline;
    padding-left: 5px;
}

/* Mask Mode status box (user mask module) */
.mask-notice {
    border: 2px solid black;
    padding: 10px;
    background-color: Yellow;
    margin: 10px 0;
    color: #424242;
}

/* Special notes for certain pages while operating in "mask mode" */
.mask-special-instructions {
  margin-top: 1em;
  margin-bottom: 1em;
}

.mask-special-instructions h3 {
    display: inline;
    font-weight: bold;
    color: #cc0000;
    background-color: Yellow;
    margin-right: 6px;
}

/*--------------ValidationSummary Server controls-------------*/

.ValidationSummary 
{
    border: 1px solid #CC0000;
    padding: 10px 10px 10px 10px;
}
.ValidationSummary ul {}
.ValidationSummary li 
{
	background-image:url(images/red_arrow.gif);
	background-position:0px 3px;
}

/*--------------------- GridView tables -----------------------*/

table.gridview-frontend,
table.gridview-admin {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
}

table.gridview-frontend tr.row-header,
table.gridview-admin tr.row-header {
    background-color: #e2e2e2;
}

table.gridview-frontend tr.row-even,
table.gridview-admin tr.row-even {
    background-color: #ffffff;
}

table.gridview-frontend tr.row-odd,
table.gridview-admin tr.row-odd {
    background-color: #f7f6f3;
}

table.gridview-frontend tr.row-highlight,
table.gridview-admin tr.row-highlight {
    background-color: #e2ded6;
}

table.gridview-frontend tr.row-highlight td,
table.gridview-admin tr.row-highlight td {
    font-weight: bold;
}

table.gridview-frontend tr.row-edit,
table.gridview-admin tr.row-edit {
    background-color: #999999;
}

table.gridview-frontend tr.pager,
table.gridview-admin tr.pager {
    background-color: #e2e2e2;
}

table.gridview-frontend tr.pager td,
table.gridview-admin tr.pager td {
    text-align: center;
}

table.gridview-frontend tr.pager table,
table.gridview-admin tr.pager table {
    margin-left: auto;
    margin-right: auto;
}

table.gridview-frontend tr.row-footer,
table.gridview-admin tr.row-footer {
    background-color: #5d7b9d;
}

table.gridview-frontend tr.row-footer td,
table.gridview-admin tr.row-footer td {
    color: #ffffff;
    font-weight: bold;
}

table.gridview-frontend th,
table.gridview-frontend td,
table.gridview-admin th,
table.gridview-admin td {
    border-width: 1px;
    border-style: solid;
    border-color: black;

    padding: 4px;
    color: #333333;
}

table.gridview-frontend th,
table.gridview-admin th {
    font-weight: bold;
    text-align: left;
}

/* ugh */
table.gridview-frontend tr.pager table td,
table.gridview-admin tr.pager table td {
    border: none;
    padding: 1px;
    color: #646463;
}

table.gridview-frontend tr.pager table td a,
table.gridview-admin tr.pager table td a {
    color: #333333;
}


/*-------------------------footer-----------------------------*/
#footer {
	background-image:url(images/AATO-template_07.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:30px;
	margin-top:8px;
	color:#7e7d7d;
	font-size:13px;
	text-align: center;
}

#footer p {
	padding:7px 0px 0px 0px;
}

#footer a {
	text-decoration:none;
	color:#7e7d7d;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}


