body {
    font-family: Palatino Linotype, Times, Georgia, Tahoma, Serif;
    font-size: 14px;
    color:#000;
    text-align:center;
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6, p, div.faux_h1, div.faux_h2 {
    margin: 5px 0px;
    padding: 0px;   
}

h1, div.faux_h1, div.faux_h1_blue, div.faux_h1_extra_large {
    font-weight: bold;
    font-size: 21px;
    color: #7b0738;
}
div.faux_h1_blue {
    color: #1D349F;
    font-style: italic;   
}
div.faux_h1_extra_large {
    font-weight: bold;
    font-size: 28px;
}

h2, div.faux_h2 {
    font-weight: bold;
    font-size: 18px;
    color: #7b0738;
}
h2 {
    color: #1D349F;
}
h3 {
    margin-top: 0px;
    font-size: 14px;
    color:#7b0738;
}
h4 {
    font-size:13px;
}

blockquote {
    border-left: 3px solid #c6c5c3;
    padding-left: 15px;
    margin-left: 10px;
}

p {
    margin: 10px 0px 5px 0px;
}

a {
    text-decoration:underline;
    color: #3466cf;
}
a:hover {
    color: #7b0738;
}


img {
    border: 0px;
}

.blue_italics {
    color: #1D349F;
    font-style: italic;   
}

/* ************************** */
/* ------
- "Flash" divs (status messages) -
------ */
.flash_message_ok {
    border:2px solid #6d6;
    background-color:#CCFFCC;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}
.flash_message_error {
    border:2px solid #FF0000;
    background-color:#FCCECC;
    /*background-color:#fff;*/
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}


/* ************************** */
/* ------
- FORMS -
------ */

form {
    width: 600px;
    text-align:left;
    padding:0px;
    margin:0px;
}

fieldset { 
    border:1px solid #853511; 
    padding:5px;
    /*-moz-border-radius: 8px; border-radius: 8px;*/
    text-align:left;
}

legend {
    color: #666;
    padding:5px;
}

label {
    /*border: 1px, solid #000;*/
    display: block;
    /*float: left;*/
    width: 140px;
    padding:0px 10px 0px 0px;
	cursor:pointer;
	text-align: right;
}

.checkbox {
    float: left;
    display: block;
    margin: 0px 10px;
}

.checkbox_item {
    display: block;
    clear: both;
    margin: 0px 0px 0px 140px;
    /*border: 1px  solid #000;*/
}

.label_checkbox {
    display: block;
    float: right;
    padding:0px 10px 0px 0px;
    /*border:1px solid #000;*/
}

.radiobtn {
    float: left;
    display: block;
    margin: 0px 10px;
}

.radiobtn_item {
    display: block;
    clear: both;
    margin: 0px 0px 5px 0px;
    /*border: 1px  solid #000;*/
}
.input_radio {
    margin-left:120px;
    background-color:#FFF;
    background-image:none;
}


div.required label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 140px;
    padding:0px 10px 0px 0px;
}

div.optional label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 140px;
    padding:0px 10px 0px 0px;
}


div.error label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 140px;
    padding:0px 10px 0px 0px;
}

div.required .label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    /*border:1px solid #000;*/
}

div.optional .label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    /*border:1px solid #000;*/
}

div.required .label_checkbox {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    text-align: left;
    /*border:1px solid #000;*/
}

div.optional .label_checkbox {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    text-align: left;
    /*border:1px solid #000;*/
}

.label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    /*border:1px solid #000;*/
}

input, textarea {
	padding:2px;
	border-width:1px;
	background: url(/img/bkg_input.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}
 
select {

	background: url(/img/bkg_input.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#FFF;
}

label:hover {
	cursor:pointer;
	color:#999;
}

.required {
    color:#FF0000;
}

.err { 
    font-weight: bold;
    color:#000;
}

.optional {
    color:#000000;
}

/* ************************** */

div.error {
    padding: 5px;
    margin: 5px 0px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
}

/*p.err { 
    font-weight: bold;
}*/

p.error {
    font-weight: bold;
    color: #FF0000;
    margin:15px;
}

.error_message_group {
    padding: 5px;
    font-weight: normal;
}

.error_message {
    color:#000;
    padding:5px;
    margin:10px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
}

div.admin_module_alert {
    background-color:#FCCECC;
    border: 1px dashed #FF0000;
}


#paginator {
    border: 1px solid #CCC;
    margin: 10px 0px;
    padding:2px;
    font-size:11px;
}
#paginator select {
    font-size:11px;
}
.paginationnum {
    margin:3px;
}

.tbl_module tr:hover {
	background:#ffc;
}

.div_popup {
    display:block; 
    visibility:hidden; 
    position:absolute; 
    z-index:500; 
    width:250px; 
    height:150px;    
    left:60%;
    border: 1px solid #000;
    background-color: #FFF;
    padding:10px;
    margin:10px;
}

.status_pending {
    color: #ff0000;
}
.status_processing {
    color: #ff9900;
}
.status_complete {
    color: #339966;
}



/* ENDUSER SPECIFIC CSS START */



ul {
    margin-left: 25px;   
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
li {
    margin: 5px 0px 5px 10px;
}

.center {
    text-align:center;
}

.table_main {
    width: 940px;
    background-image: url(/img/Image/layout_elements/bkg.gif);
    background-repeat: repeat-y;
}

div#content {
    margin: 20px;
    min-height: 500px;
}

div#navigation {
    width: 180px;
    margin-left: 10px;   
    font-size: 13px;
    margin-top: 10px;
    padding-bottom: 30px;
}
#navigation ul {
    margin: 0px;
    padding: 0px; 
}
#navigation ul li {
    text-align: left;   
    padding: 0px 5px 5px 5px;
    margin: 4px 0px 0px 15px;
    font-size: 14px;
}
#navigation a {
    color: #000;
    font-weight: bold;   
    text-decoration: none;
}
#navigation a:hover {
    text-decoration: underline;
    color: #853511;
}


#navigation a.active {
    color: #BCD1C0;
    font-weight: bold;   
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}
#navigation a.active:hover {
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

#navigation a.active_subnav {
    color: #BCD1C0;
    font-weight: bold;   
}
#navigation a.active_subnav:hover {
    color: #BCD1C0;
    font-weight: bold;   
}

#nav_testimonial_subsections {
    padding-top: 45px;
}

div#footer_team_members a {
    display: block;
    width: 150px;
    height: 20px;
    margin-top: 0px;
    margin-left: 755px;
    color: #FFF;
    text-decoration: none;
}
div#footer_team_members a:hover {
    color: #843a15;
}

.show_on_load {
    display:none;
}


div.testimonial {
    margin-bottom:30px;
    text-align:left;
}
#testimonials_block p {
    font-size:10px;
    margin-top:5px;
    text-align:left;
}

.tbl_results {
    border: 1px solid #CCC;
    padding:0px;
    margin:0px 10px;
    width:100%;
}

.p_caption {
    margin-top:0px;
    margin-left:0px;
    font-size:9px;
}

.faq_questions p {
    margin-left: 50px;
}
.faq_questions h2 {
    margin-top:15px;
}

.faq_answers p {
    margin-left: 50px;
    font-weight:bold;
}
.faq_answers blockquote {
    margin-left: 50px;
    padding-left:20px;
}

.faq_answers a {
    font-weight:normal;
}



#loading {
    position:relative;
    z-index:40910;
    top:350px;
    left:0px;
    height:75px;
    width:300px;
    margin-bottom:-77px;
    border:1px solid #CCC;
    background-color:#FFF;
    vertical-align:middle;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



#homepage_block {
    width: 350px; 
    float: right; 
    margin-left: 20px; 
    margin-right: 0px;
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 0px 5px;
    border: 1px solid #853511;
}
#homepage_block_audio_controls {
    width: 340px; 
    float: right; 
    clear: right;
    margin-left: 10px;
}

hr {
    border: 1px solid #000;
    margin: 15px 0px;
}

#cakeSqlLog {
    color:#FFF;
}   

