/**
 * @copyright - 2008, AccessU2Solutions, Inc. All Rights Reserved
 */

/*
 * =-- Controllers the Layout of the Site
 */

/*
 * - Global Styles -
 */
/* Overall Base and Body Styling */
html {
    background: #fff;
}

body {
    min-width: 750px;
}

/*
 * - Global Page Structure and Layout -
 */
/* Master Container */
#wrap {
    text-align: left;
    max-width: 1200px;
    min-width: 600px;
    margin: auto;
    width: 90%;
    border: 1px solid #000;
    background: #fff;
    margin-top: 15px;
}

/* Main Content Container */
#yui-main {
    padding: 3px;
}

/*
 * [ -------------------------------------
 *   The Header Block with the Logo and the Links for Login at the Top
 */
#hd {
    border-bottom: 1px solid #000;
}

    #hd h1 {
        padding: 0.75em;
        margin: 0;
    }

#userinfo {
    display: inline;
    padding: 0.75em;
    margin: 4em 0 0 0;
    float: right;
    vertical-align: bottom;
}
/* --------------------------------------- ] */

/*
 * [ -------------------------------------
 *   The Main Left Side Menu
 */
#menu {
    float: left;
    clear: left;
    padding: 0.5em;
    margin-right: 0.5em;
    width: 150px;
    border-right: 1px solid #ccc;
}

    #menu ul {
        list-style: none;
        border-top: #C0C9C9 dashed 1px;
    }

        #menu ul li {
            border-bottom: #C0C9C9 dashed 1px;
        }

        #menu ul li a {
            padding: 8px 5px 9px 5px;
            display: block;
            height: 1%;
            font-weight: bold;
            color: #000;
        }

        #menu ul li a:hover {
            color: #FFF;
            text-decoration: none;
        }

        #menu ul.sec_menu li a {
                color: #000;
                text-decoration:none;
                padding-left:25px;
        }

    #menu hr {
        border: none 0;
        border-top: 1px dotted #ccc;
        width: 90%;
        height: 1px;
    }

    #menu #seal, #menu #certified_by, #menu #cell {
        padding: 2px;
        text-align: center;
    }

    #menu #seal {
        width: 90px;
        margin:auto auto;
    }

    #menu #certified_by {
        height:75px;
    }

    #menu p {
        font-weight: bold;
    }

    /* Supports a New Icons */
    .new_item {
        background: url(/images/new_icon.gif) no-repeat scroll center left
    }

        .new_item a {
            margin-left: 35px;
        }

/* --------------------------------------- ] */

/*
 * [ -------------------------------------
 *   The Primary Site Footer
 */
#ft {
    margin: 0.75em;
    padding: 0.75em;
    border-top: 1px solid #000;
    clear: both;
    text-align: center;
}
    #ft h5 {
        font-size: 116%;
        font-weight: bold;
        padding: 0.5em;
    }
/* --------------------------------------- ] */

/*
 * [ -------------------------------------
 *   The Signup Steps
 */
#account_create_steps { }

    #account_create_steps h2, #account_create_steps h3 {
        font-weight: bold;
        text-align: center;
        margin: 0.5em 0 0.5em 0;
    }

    #account_create_steps h2 {
        font-size: 123.1%;
    }

    #account_create_steps h3 {
        font-size: 108%;
        color: #333;
    }

    #account_create_steps ol {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        margin: 0;
        padding: 1em 1em 1em 1em;
        text-align: center;
        background: #eee;
    }

        #account_create_steps ol li {
            display: inline;
            border-right: 1px dotted #333;
            padding: 1em 1em 1em 1em;
        }

        #account_create_steps ol li.first {
            border-left: 1px dotted #333;
        }

        #account_create_steps ol li.active {
            font-weight: bold;
            background: #FFF;
        }
/* --------------------------------------- ] */

/*
 * Setups the Form on the Sign up Page
 */
#signup {
	padding: 0;
	margin; 0;
	/*border: 1px dashed #000;*/
}

#signup h4, #signup em {
    font-weight: bold;
    font-style: normal;
}

#signup em {
    color: #990000;
}


#signup fieldset {
	margin: 0 0 0.75em 0;
	padding: 0;
	width: 100%;
    border-top: 1px solid #DDDDDD;
}

#signup legend {
	color: #333;
	font-weight: bold;
    font-size: 108%;
    padding: 0 2px;
    margin: 0.5em -7px; /* IE Win */
}

#signup label {
	text-align: right;
	float: left;
	width: 16em;
	margin-right: 1em;
    display: inline-block;
    line-height: 1.8;
    vertical-align:top;
}

#signup ol {
	padding: 0.5em 1em 0 1em;
	/*border: 1px dashed #FF0000;*/
}

#signup li {
	padding-bottom: 1em;
}

#signup fieldset fieldset {
    margin: 3px 0 0;
	width: 70%;
    border: 0 none #fff;
}   

#signup fieldset fieldset label {
    width: auto;
    display: block;
}

#signup fieldset fieldset ol {
    margin: 0;
    padding: 0;
}

#signup p.submit, #signup p {
    padding: 0;
	width: auto;
    text-align: left;
}

#signup p, #signup fieldset h3 {
    margin: 0 0 0 16em;
    color: #333;
}

#signup p.submit {
	/*border: 0 none #FFF;*/
    margin: 0 0 0 16em;
}

#signup fieldset h3 {
    font-weight: bold;
    font-size: 113%;
}

#signup strong, #userinfo strong {
    font-weight: bold;
}

#signup fieldset.submit {
	/*border: 0 none #FFF;*/
    margin: 0 0 0 16em;
}

#signup strong, #userinfo strong {
    font-weight: bold;
}

/*Signup review information*/
#review {
    padding: 0;
    margin; 0;
    width: 48%;
    float: left;
    margin-left: 20px;
    border: solid 1px #ddd;
}

p.finish-warning {
	background-color: #FFFF99;
	border: 1px solid #FF8533;
	padding: 10px;
	font-size: 1.10em;
	text-align: center;
	margin-bottom: 10px;
}

#review h3 {
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
	background-color: #ededed;
	border-bottom: 1px solid #999;
	padding: 4px;
	margin-bottom: 10px;
}

#review h4, #review em {
    font-weight: bold;
    font-style: normal;
}

#review em {
    color: #990000;
}


#review fieldset {
    margin: 0 0 0.75em 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #DDDDDD;
}

#review legend {
    color: #333;
    font-weight: bold;
    font-size: 108%;
    padding: 0 2px;
    margin: 0.5em -7px; /* IE Win */
}

#review label {
    text-align: right;
    font-style: italic;
    width: 140px;
    margin-right: 10px;
    display: inline-block;
    line-height: 1.8;
    vertical-align:top;
}

#review span.signs {
	text-align: center;
	font-weight: bold;
	border: solid 1px #bbb;
	width: 465px;
	line-height: 1.5;
	display: block;
	background-color: #eee;
	margin-top: 4px;
}

#review div.sign-list {
	height: 104px;
	overflow-y: scroll;
	border: solid 1px #ddd;
}

#review ol {
    padding: 0.5em 1em 0 1em;
    /*border: 1px dashed #FF0000;*/
}

#review li {
    /*padding-bottom: 1em;*/
}

#review li span {
	line-height: 1.8;
    vertical-align:top;
}

#review li.edit {
	text-align: right;
}

#signup fieldset fieldset {
    margin: 3px 0 0;
    width: 70%;
    border: 0 none #fff;
}   

#signup fieldset fieldset label {
    width: auto;
    display: block;
}

#signup fieldset fieldset ol {
    margin: 0;
    padding: 0;
}

#signup p.submit, #signup p {
    padding: 0;
    width: auto;
    text-align: left;
}

#signup p, #signup fieldset h3 {
    margin: 0 0 0 16em;
    color: #333;
}

#signup p.submit {
    /*border: 0 none #FFF;*/
    margin: 0 0 0 16em;
}

#signup fieldset h3 {
    font-weight: bold;
    font-size: 113%;
}

#signup strong, #userinfo strong {
    font-weight: bold;
}

#signup fieldset.submit {
    /*border: 0 none #FFF;*/
    margin: 0 0 0 16em;
}

#signup strong, #userinfo strong {
    font-weight: bold;
}

/* LISTS */
.list{
    width: 100%;
    text-align: center;
}

.list tr td, .list tr th {
    padding: 0.3em;
    text-align: left;
}


.list tr th{
    color: #FFF;
    border-bottom: 1px solid #000;
    font-size:108%;
    font-weight:bold;
}

.list tr th width_8 {
    width: 8%;
}

.list tr th width_10 {
    width: 10%;
}

.list tr th width_15 {
    width: 15%;
}

.list tr th width_20 {
    width: 20%;
}

.list tr th width_30 {
    width: 30%;
}

.list tr th width_60 {
    width: 60%;
}

.list tr td {
    border-bottom: 1px solid #eee;
}

.list tr td.bold {
    font-weight: bold;
}

.list tr td.center, .list tr th.center {
    text-align: center;
}

.list tr.alternate {
    background: #eee;
}

.list tr.alternate_1 {
    background: #fff;
}

/*
.list tr:hover {
    background-color:#ccc;
}
*/

.list tr td.right, .list tr td.right_bold {
    text-align: right;
}

.list tr td.right_bold {
    font-weight: bold;
}

/* Header Block */
#page_header {
    padding: 3px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    height: 32px;
}

#page_header a {
    display: inline;
    float: right;
    color: #000;
    padding: 5px;
    margin: 0;
    border: 1px solid #ccc;
    background: #eee;
    font-weight: bold;
}

#page_header h1 {
    color: #000;
    font-size: 153.9%;
    padding: 0;
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.large_20, div.large_20 {
    font-size: 153.9%;
    font-weight: bold;
}

a.border_background, div.border_background {
    border: 1px solid #4C4646;
    background: #eee;
    padding: 0.25em;
    margin: 1em;
    display: block;
}

p.bold {
    font-weight: bold;
}

ul.photo_thumbnails li ul {    
    text-align: center;
    width: 100%;
}

ul.photo_thumbnails img {
    border: 1px solid #000;
}

/*
 * [ -------------------------------------
 *   Setups the Simple Page Layout, ie Page Without a lot of content
 */
#simple_page {
    margin-left: 2em;
    margin-right: 2em;
}

    #simple_page h2 {
        font-size: 123.1%;
        font-weight: bold; 
    }

    #simple_page ul {
        margin-left: 4em;
    }

        #simple_page ul li {
            line-height: 2em;
            list-style: disc outside;
        }
/* --------------------------------------- ] */


.li_error {
    padding: 0.75em 0 0.75em 0;
    margin: 0.75em 0 0.75em 0;
    background:#FADDDD;
}

.li_error, #error, #error_no_bullets {
    border-top: 1px dashed #990000;
    border-bottom: 1px dashed #990000
}

#error, #error_no_bullets {
    margin: 2em;
    padding: 1em;
}

#error ul, #error_no_bullets ul {
    margin-left: 7em;
    vertical-align: middle;
}

#error ul li {
    list-style: disc outside;
}

.error_large ul li {
    font-size: 24px;
    font-weight: bold;
}

#error_no_bullets ul li {
    list-style: none;
}


/*
 * [ -------------------------------------
 *   Setups the Content on the Home Page
 */
.homecontent { }

    .homecontent h1 {
        font-weight:bold;
        color: #326696;
        font-size: 16px;
        text-align: center;
        padding-bottom: 5px;
    }

    .homecontent h2 {
        margin: 6px 0 12px 0; 
        font-size: 14px; 
        line-height: 18px; 
        font-weight: bold; 
        font-variant: normal;
    }

    .homecontent h3 {
        margin: 6px 0 6px 0; 
        font-size: 13px; 
        line-height: 18px; 
        font-weight: bold; 
        font-variant: normal;
    }

    .homecontent ul {
        padding: 0 0 1.5em 0;
        margin: 0 0 0 1em;
    }

    .homecontent li {
        list-style: disc outside;
    }
/* --------------------------------------- ] */

.text_page {}

    .text_page h2 {
        padding-top: 0.5em;
        font-weight: bold;
        font-size: 100%;
    }

    .text_page p {
        padding-bottom: 0.5em;
    }

/*
 * [ -------------------------------------
 *   The Promo Box That Is Controlled By the Database - 
 *   Will Be Displayed on Every Page
 */
.promo {
    margin: 0 1em 1.5em 1em;
}

    .promo .outside {
        border: 0.05em solid #333;
        border-right: none;
        border-left: none;
    }

    .promo .inside {
        border: 3px solid #fff;
        background: #326696;
        color: #fff;
        font-size: 182%;
        padding: 0.25em;
        text-align: center;
        font-weight: bold;
    }

    .promo .inside a {
        color: #fff;
    }
/* --------------------------------------- ] */


/*
 * =-- The Main Sprite Setup
 */
.warning_large, .warning_medium, .warning_small,
.checkmark_large, .checkmark_medium, .checkmark_small,
.back_active, .back_disabled, .forward_active, .forward_disabled {
	background: url(../images/sprite.png) no-repeat;
    margin: 0;
    padding: 0;
}

.warning_large {
	background-position: -8px -2px;
	width: 60px;
	height: 60px;
}

.warning_medium {
	background-position: -67px -4px;
	width: 35px;
	height: 35px;
}

.warning_small {
	background-position: -76px -43px;
	width: 20px;
	height: 20px;
}

.checkmark_large {
	background-position: -11px -67px;
	width: 60px;
	height: 60px;
}

.checkmark_medium {
	background-position: -67px -64px;
	height: 35px;
	width: 35px;
}

.checkmark_small {
	background-position: -76px -106px;
	width: 20px;
	height: 20px;
}

.back_active {
	background-position: -106px -16px;
	width: 15px;
	height: 15px;
}

.back_disabled {
	background-position: -106px -39px;
	width: 15px;
	height: 15px;
}

.forward_active {
	background-position: -122px -16px;
	width: 15px;
	height: 15px;
}

.forward_disabled {
	background-position: -122px -39px;
	width: 15px;
	height: 15px;
}

.warning_large em, .warning_medium em, .warning_small em,
.checkmark_large em, .checkmark_medium em, .checkmark_small em,
.back_active strong, .back_disabled strong, 
.forward_active strong, .forward_disabled strong {
	margin-left: -1000px;	
}

.back_active, .back_disabled, .forward_active, .forward_disabled {
	font-weight: bold;
}

.back_disabled, .forward_disabled {
	color: #B7B7B7;
}
/*
 * End - The Main Sprite Setup --=
 */

/*
 * [ -------------------------------------
 *   The Admin Overwrite Bar
 */
#admin_override {
    background-color:#333; 
    border-bottom:#000 solid 2px;
    padding:0.5em 1em 0.5em 1em;
    z-index:2;
}

    #admin_override a, #admin_override h1 {
        text-align:left; 
        font-weight:bold;
        color:#EEE;
    }

    #admin_override a {
        float:right;
        text-decoration:underline;
    }

    #admin_override h1 {
        font-size:115%;
    }
/*
 * --------------------------------------- ]
 */

/*
 * =-- Tabs For Search Options
 */
#quick_links {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0.25em 0 0.25em 0;
    margin: 1em 0 1em 0;
}

#quick_links ul {
    margin: 1em 0 1em 0;
    border-bottom: 1px solid #6c6;
    list-style-type: none;
    padding: 3px 10px 3px 10px;
    text-align: left;
}

#quick_links ul li {
    display: inline;
}

#quick_links ul li.active a {
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
    font-weight: bold;
}

#quick_links ul li a {
    padding: 3px 4px;
    border: 1px solid #6c6;
    background-color: #CFC;
    color: #666;
    margin-right: 0;
    text-decoration: none;
    border-bottom: none;
}
/*
 * End - Tabs For Search Options --=
 */

/*
 * [ -------------------------------------
 *   Pager - ie - Prev 1 2 3 4 ... Next -
 */
#pager {
    clear: both;
    height: 3em;
}

    #pager a, #pager em, #pager strong, {
        float: left;
        display: block;
        padding: 0.5em;
        margin: 0.25em 0.25em 0.25em 0;
    }

    #pager a, #pager em {
        border: 1px solid #ccc;
    }

    #pager strong {
        font-weight: bold;
    }

    #pager em {
        color: #ccc;
    }
/* --------------------------------------- ] */

/*
 * [ -------------------------------------
 *   Custom Tag Definitions
 */
    /*
     * ( HR - <hr /> - Definitions
     */
    hr.line {
        height: 1px;
        color: #ccc;
        background-color: #ccc;
        border: 0;
        width: 100%;
    }

    hr.clear {
        color: #fff;
        background: #fff;
        border: 0px none #fff;
        width: 100%;
        height: 1px;
    }
    /* ) */

    .yui-b h2 {
        font-size: 123.1%;
        color: #333;
        margin-top: 0.5em;
        font-weight: bold;
    }
/* --------------------------------------- ] */

.buttons {    
    margin:15px;    
    text-align:center;    
    width:100%;
}

.buttons input {    
    font-size: 118%;
}

.largeTextBlue 
{
	font-weight:bold;
    color: #326696;
    font-size: 24px;
}

/*
 * FORM Styles by class definition not id
 */

.stnd {
    padding: 0;
    margin; 0;
    /*border: 1px dashed #000;*/
}

.stnd h4, .stnd em {
    font-weight: bold;
    font-style: normal;
}

.stnd em {
    color: #990000;
}


.stnd fieldset {
    margin: 0 0 0.75em 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #DDDDDD;
}

.stnd legend {
    color: #333;
    font-weight: bold;
    font-size: 108%;
    padding: 0 2px;
    margin: 0.5em -7px; /* IE Win */
}

.stnd label {
    text-align: right;
    float: left;
    width: 16em;
    margin-right: 1em;
    display: inline-block;
    line-height: 1.8;
    vertical-align:top;
}

.stnd ol {
    padding: 0.5em 1em 0 1em;
    /*border: 1px dashed #FF0000;*/
}

.stnd li {
    padding-bottom: 1em;
}

.stnd fieldset fieldset {
    margin: 3px 0 0;
    width: 70%;
    border: 0 none #fff;
}   

.stnd fieldset fieldset label {
    width: auto;
    display: block;
}

.stnd fieldset fieldset ol {
    margin: 0;
    padding: 0;
}

.stnd p.submit, .stnd p {
    padding: 0;
    width: auto;
    text-align: left;
}

.stnd p, .stnd fieldset h3 {
    margin: 0 0 0 16em;
    color: #333;
}

.stnd p.submit {
    /*border: 0 none #FFF;*/
    margin: 0 0 0 16em;
}

.stnd fieldset h3 {
    font-weight: bold;
    font-size: 113%;
}

.stnd strong, #userinfo strong {
    font-weight: bold;
}

.stnd fieldset.submit {
    /*border: 0 none #FFF;*/
    margin: 0 0 0 16em;
}

.stnd strong, #userinfo strong {
    font-weight: bold;
}

/*
 * Account information display
 */
/*Signup review information*/
#acct-info {
    padding: 0;
    margin; 0;
    width: 32%;
    float: left;
    margin-left: 20px;
    border: solid 1px #ddd;
}

#acct-info h3 {
    font-weight: bold;
    font-size: 1.10em;
    text-align: center;
    background-color: #ededed;
    border-bottom: 1px solid #999;
    padding: 4px;
    margin-bottom: 10px;
}

h2.updated {
	text-align: center;
	font-size: 1em;
	background-color: #C1E896;
	padding: 4px;
}

#acct-info h4, #acct-info em {
    font-weight: bold;
    font-style: normal;
}

#acct-info em {
    color: #990000;
}


#acct-info fieldset {
    margin: 0 0 0.75em 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #DDDDDD;
}

#acct-info legend {
    color: #333;
    font-weight: bold;
    font-size: 100%;
    padding: 0 2px;
    margin: 0.5em -7px; /* IE Win */
}

#acct-info label {
    text-align: right;
    font-style: italic;
    width: 110px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1.8;
    vertical-align:top;
}

#acct-info ol {
    padding: 0.5em 1em 0 1em;
    /*border: 1px dashed #FF0000;*/
}

#acct-info li {
    /*padding-bottom: 1em;*/
}

#acct-info li span {
    line-height: 1.8;
    vertical-align:top;
}
