body {
    font-family:Verdana, Arial, Tahoma, Sans-Serif, sans;
    font-size:12px;
    color:#666;
    margin:0px;
    margin-top:10px;
    text-align:center;
    background-image: url(/img/Image/layout_elements/bkg-new.jpg);
    background-repeat: repeat-x;
    background-color:#FFF; 
}
h1, h2, h3, h4 {
    color:#1F6BFF;
}
h1 {
    font-size:18px;
    margin:10px 10px 5px 10px;
    padding:0px;
    font-weight:bold;
    text-align:left;
    font-style:italic;
}
h2 {
    font-size:15px;
    margin:5px 10px 5px 10px;
    padding:0px;
    /*font-weight:normal;*/
}
h3 {
    font-size:13px;
    margin:10px 0px 0px 0px;
    padding:0px;
    font-weight:bold;
}

h4 {
    font-size:12px;
    margin:2px 0px 0px 0px;
    padding:0px;
    font-weight:bold;
}

header_hints {
    width: 770px;
    margin: 0px auto;   
}
#header_hints h1 {
    font-size: 12px;
    text-align: center;
    margin: 0px auto;   
    padding-bottom: 3px;
}

p {
    margin:10px 20px 5px 20px;
}
p.content {
    font-size:12px;
}

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

a {
    text-decoration:underline;
    color:#1F6BFF;
}
a:hover {
    color:#000;
}
a.sortheader {
    text-decoration:none;
}

img {
    border: 0px;
}

li {
    margin-bottom: 6px;
    margin-right:20px;
    margin-top:10px;
}



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


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

form {
    width: 500px;
    text-align:left;
    margin-bottom:5px;
}

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

legend {
    color: #1F6BFF;
    padding:5px;
    font-weight:bold;
}

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

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

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

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

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

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

input, textarea {
	padding:2px;
	border-width:1px;
	/*background: url(/img/bkg_input.jpg);
	background-repeat:no-repeat;
	background-position: top left;*/
	background: url(/img/bkg_input5.gif);
	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_input5.gif);
	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;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
    margin: 5px 1px;
}

/*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;*/
    border: none;
    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 */

div.testimonial {
    margin-bottom:30px;
    font-style:italic;
}
div.bg1 {
    background-color:#EAEAEA;
}
div.bg2 {
    background-color:#000;
}

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



.tbl_results {
    border: 1px solid #CCC;
    padding:0px;
    margin:0px 10px;
    width:100%;
}
h1.tbl_results_subhead {
    margin:0px;
    padding:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
.tbl_row_results_subhead {
    background-color:#0152E9;
}

blockquote {
    border-left: 2px solid #CCC;
    padding-left:10px;
}

div.div_img_with_caption {
    border: 1px solid #CCC;
    padding:0px;
    margin:5px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}
div.div_img_with_caption p {
    margin:0px;
    padding:3px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}
.caption {
    margin:0px;
    padding:3px;
    font-size:11px;
    text-align:center;
    font-style: italic;
    color:#666;
}


#column_left_nav {
    color: #666;
    font-weight:bold;
    position:relative;
    z-index:110;
    top:-40px;
}
#column_left_nav a{
    color: #666;
    text-decoration:none;
}
#column_left_nav a:hover{
    color: #1F6BFF;
}
.column_left_nav_item, .column_left_nav_subitem {
    margin:15px 0px 2px 5px;
}

#column_left_nav_small {
    font-size:10px;
}
#column_left_nav_small .column_left_nav_subitem{
    margin-top:2px;
}


#header_bottom_nav {
    position:relative;
    z-index:100;
    top:-20px;
    width:770px;
    height:16px;
    text-align:right;
    margin-bottom:-16px;
}   
.header_bottom_nav_item {
    display:inline;
    margin:0px 15px;
    color:#666;
    font-weight:bold;
}
.header_bottom_nav_item a{
    color:#666;
    text-decoration:none;
}
.header_bottom_nav_item a:hover{
    color:#78b4fa;
    text-decoration:underline;
}

#header_left_nav {
    position:relative;
    z-index:101;
    top:-210px;
    left:0px;
    width:760px;
    height:165px;
    margin-bottom:-165px;
    margin-left:10px;
    text-align:left;
    font-size: 11px;
    line-height: 9px;
    font-weight: bold;
}
.header_left_nav_item {
    display:inline;
    color:#666;
    font-weight:bold;
}
.header_left_nav_subitem {
    margin-top:5px;
    padding-left: 15px;
}
.header_left_nav_item a, .header_left_nav_subitem a {
    color:#454545;
    text-decoration:none;
}
.header_left_nav_item a:hover, .header_left_nav_subitem a:hover {
    color:#FFF;
    text-decoration:underline;
}


#footer {
    width:770px;
    height:57px;
    background-image:url(/img/Image/layout_elements/footer.jpg);
    background-repeat:no-repeat;
}
#footer p {
    margin:0px;
    padding:0px;
    padding-top:40px;
    font-size:9px;
    color:#FFF;
}
#footer a {
    color:#FFF;
}

#footer_copy {
    width:770px;
    background-image: none;
    margin: 5px auto;
}
#footer_copy p {
    font-size: 9px;   
    margin: 0px;
    padding: 0px;
}


#header_core_nav {
    position:relative;
    z-index:100;
    top:-75px;
    width:770px;
    height:16px;
    text-align:left;
    margin-bottom:-16px;
}   
.header_core_nav_item {
    display:inline;
    margin:0px 15px;
    color:#666;
    font-weight:bold;
}
.header_core_nav_item a{
    color:#666;
    text-decoration:none;
}
.header_core_nav_item a:hover{
    color:#FFF;
    text-decoration:underline;
}



#box_faqs {
    margin:40px 5px 0px 10px;
    font-weight:normal;
    font-size:10px;
}

#box_faqs a:hover {
    text-decoration:underline;
}
#box_faqs h2 {
    font-size:11px;
    margin:10px 0px;
}
#box_faqs h3 {
    font-size:10px;
    margin:0px;
}
#box_faqs h3 a, #box_faqs h2 a {
    color:#1F6BFF;
}
#box_faqs p {
    margin:10px 0px;
    text-align:justify;
}


#capello {
    width: 450px;
    text-align: center;
    padding: 10px;
    border: 1px solid #c1b2f5;
    margin: 10px auto;
    clear: both;
    background-color: #e5dffb;
}

#homepage_specials_box {
    float: right;
    width: 210px;
    margin: 10px;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #c1b2f5;
    background-color: #e5dffb;
}
#homepage_specials_box h1 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #1f6bff;
    text-align: center;
}
#homepage_specials_box p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}