/*
  Fonts: 
    Memphis    

*/

@font-face {
    font-family: 'Memphis';
	src: url('fonts/memphis_medium-webfont.eot?') format('eot'), 
	     url('fonts/memphis_medium-webfont.woff') format('woff'), 
	     url('fonts/memphis_medium-webfont.ttf')  format('truetype'),
	     url('fonts/memphis_medium-webfont.svg#svgFontName') format('svg');
}

html, body { height: 100%; }

body {	    
    font: normal 14px Verdana, sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
    text-align: center; /* For IE */
}
body.red { background: #D11140; }
body.purple { background: #621F5F; }
body.green { background: #C1D72D; }
body.blue { background: #0F9CD7; }
body.aqua { background: #008c99; }
body.orange { background: #F8981D; }

h1, h2, h3 { 
    font: normal 26px Memphis, book antiqua, arial, sans-serif;     
    margin: 0;
    padding: 0 0 10px 0;             
    text-transform: uppercase;
    line-height: 1.2;           
}      

h1.subheading { font: bold 18px Verdana, sans-serif; padding: 15px 0 0 0; line-height: 1em; }

body.red h1 { color: #89171B; }
body.purple h1 { color: #46256A; }
body.green h1 { color: #77A140; }
body.blue h1 { color: #0173AD; }
body.aqua h1 { color: #008c99; }
body.orange h1 { color: #F8981D; }

#outercontainer {      
    position: relative;      
	width: 990px;	
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: center; /* For IE, see above */		
}

#container {
	position: relative;
	width: 950px;
	margin: 0 auto 0 auto;	
	padding: 20px 20px 10px 20px;
	text-align: left; /* For IE, see above */
    background: #fff;
    overflow: hidden;	
}	

#content {                              
    float:left;           
    margin: 0px 0px 0px 20px;
    padding: 0px;      
    width: 575px;      
}    
    
    #content.fullwidth { width: 750px; }
	
    #content li { list-style-type: disc; color: #22568a; }
    
    #content p { margin: 1em 0 1em 0; }

#content_left {
    float: left;           
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;      
    width: 160px;       
}

#content_right {
    float: right;           
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;      
    width: 160px;             
}

ul#left_nav {
    margin: 0px 0px 20px 0px;
    padding: 10px 0 0 0;      
    width: 160px; 
    height: 220px;
    background: #ccc;
    list-style-type: none;
    text-align: left;
}
ul#left_nav li { margin: 0px 0px 10px 10px; }

ul#left_nav a {
    display: block;
    width: 140px;     
    padding: 2px 5px;     
    color: #000;
    text-decoration: none;
}
ul#left_nav a.selected { background: #fff; }
ul#left_nav a:hover { background: #ddd; }

body.red ul#left_nav a { color: #89171B; }
body.purple ul#left_nav a { color: #46256A; }
body.green ul#left_nav a { color: #000; }
body.blue ul#left_nav a { color: #0173AD; }
body.aqua ul#left_nav a { color: #017e8a; }
body.orange ul#left_nav a { color: #A15F09; }

body.red ul#left_nav a.selected { color: #D21F44; }
body.purple ul#left_nav a.selected { color: #621F5F; }
body.green ul#left_nav a.selected { color: #77A140; }
body.blue ul#left_nav a.selected { color: #0F9CD7; }
body.aqua ul#left_nav a.selected { color: #017e8a; }
body.orange ul#left_nav a.selected { color: #F8981D; }

body.red #content .smallright { color: #d21f44; }
body.purple #content .smallright { color: #621F5F; }
body.green #content .smallright { color: #77A140; }
body.blue #content .smallright { color: #0F9CD7; }
body.aqua #content .smallright { color: #017e8a; }
body.orange #content .smallright { color: #F8981D; }

#content .smallright {
    font-size: 12px;
    line-height: 1.5em;
}

.sidebox {     
    background: #ccc;    
    width: 140px; 
    padding: 10px;
}

    body.red .sidebox, body.red .sidebox a.social { color: #D11140; }
    body.red .sidebox h3 { border-bottom: 1px dashed #D11140; }    
    body.red .sidebox a.round { background-color: #D11140; }
    body.red .sidebox a.round:hover { background-color: #D9525A; }
    
    body.purple .sidebox, body.purple .sidebox a.social { color: #621F5F; }
    body.purple .sidebox h3 { border-bottom: 1px dashed #621F5F; }    
    body.purple .sidebox a.round { background-color: #621F5F; }
    body.purple .sidebox a.round:hover { background-color: #793977; }
    
    body.green .sidebox, body.green .sidebox a.social { color: #000; }
    body.green .sidebox h3 { border-bottom: 1px dashed #000; }    
    body.green .sidebox a.round { background-color: #77A140; }
    body.green .sidebox a.round:hover { background-color: #83b146; }
    
    body.blue .sidebox, body.blue .sidebox a.social { color: #0073AD; }
    body.blue .sidebox h3 { border-bottom: 1px dashed #0073AD; }    
    body.blue .sidebox a.round { background-color: #0073AD; }
    body.blue .sidebox a.round:hover { background-color: #0081c0; }
    
    body.aqua .sidebox, body.aqua .sidebox a.social { color: #008c99; }
    body.aqua .sidebox h3 { border-bottom: 1px dashed #008c99; }    
    body.aqua .sidebox a.round { background-color: #008c99; }
    body.aqua .sidebox a.round:hover { background-color: #269DA8; }

    body.orange .sidebox, body.orange .sidebox a.social { color: #A15F09; }
    body.orange .sidebox h3 { border-bottom: 1px dashed #A15F09; }    
    body.orange .sidebox a.round { background-color: #F8801D; }
    body.orange .sidebox a.round:hover { background-color: #F8981D; }
        
    
    .sidebox h3 { font-size: 18px; }

    .sidebox a.social { 
        font-size: 11px; 
        display: block;             
        height: 32px; 
        line-height: 28px;
        padding-left: 40px;
        margin-top: 10px; 
        background: transparent;
        background-image: url(../images/sprite.png); 
        background-repeat: no-repeat;
        text-decoration: none; 
    }
    .sidebox a.social.facebook { background-position: 0 0; }
    .sidebox a.social.twitter { background-position: 0 -32px; }
    
    .sidebox a.social { opacity:1;filter:alpha(opacity=100); }
    .sidebox a.social:hover { opacity:0.7;filter:alpha(opacity=70); background-color: transparent; }

.vscroller { margin-top: 10px; font-size: 10px; }
.vscroller li { cursor: pointer; }
.vscroller .title { font-size: 12px; line-height: 12px; margin: 0; padding: 0px 0 5px 0; }


.newsletter { 
    margin-top: 20px;
    background: #D11140;
    color: #fff;
    width: 140px; 
    padding: 10px;
    font-size: 10px;    
}
    body.red .newsletter { background: #D11140; }
    body.red .newsletter a.roundbutton { background: #89171B; }  
    body.red .newsletter a.roundbutton:hover { background: #a6182b; } /* 60% transparency */
    body.red .newsletter input { color: #D11140; }
     
    body.purple .newsletter { background: #621F5F; }
    body.green .newsletter { background: #C1D72F; }
    body.green .newsletter a.roundbutton { background: #77A140; }  
    body.green .newsletter a.roundbutton:hover { background: #94b638; } /* 60% transparency */
    body.green .newsletter input { color: #77A140; }
    
    body.blue .newsletter { background: #0F9CD7; }
    body.blue .newsletter a.roundbutton { background: #0173AD; }  
    body.blue .newsletter a.roundbutton:hover { background: #0683be; } /* 60% transparency */
    body.blue .newsletter input { color: #0073AD; }

    body.aqua .newsletter { background: #008c99; }
    body.aqua .newsletter a.roundbutton { background: #017e8a; }  
    body.aqua .newsletter a.roundbutton:hover { background: #269DA8; } /* 60% transparency */
    body.aqua .newsletter input { color: #008c99; }
   
    body.orange .newsletter { background: #F8981D; }
    body.orange .newsletter a.roundbutton { background: #E17F00; }  
    body.orange .newsletter a.roundbutton:hover { background: #F8801D; } /* 60% transparency */
    body.orange .newsletter input { color: #F8981D; }
             
    .newsletter h3 { font-size: 18px; border-bottom: 1px dashed #FFF; }
    
    .newsletter input { width: 90px; font-size: 12px; }
    
    .newsletter table { 
        border-spacing: 0px;
        border-collapse: collapse;
    }
    .newsletter table td { padding: 5px 0; }        
    
    
.virtualtourpreview { 
    display: block;
    margin-top: 20px;
    background: url(../images/virtual_tour_preview.jpg);
    color: #fff;
    width: 140px;
    height: 100px; 
    padding: 10px 0 10px 5px;
    font-size: 10px;
    border: 5px solid #ccc;    
}
.virtualtourpreview h3 { font-size: 18px; }
    
a.roundbutton { color: #fff; text-decoration: none; padding: 5px; }
a.roundbutton:hover { color: #fff; text-decoration: underline; }

a#bannerlogo { 
    display: block; 
    background: url(../images/sprite.png) no-repeat 0 -160px;         
    height: 38px; 
    width: 280px; 
    position: absolute;
    top: 30px;
    left: 0;
}

img#mylogo { position: absolute; top: 100px; right: -250px; }

#myevents_title, #myeatingplace_title, #myworkspace_title, #mystudio_title, #mysanctuary_title, #mycommunity_title, #mychurch_title, #myprayerroom_title, 
#myconferenceroom_title, #myplace_title, #myplacelounge_title { 
    display: block; 
    background: url(../images/sprite.png); 
    background-repeat: no-repeat; 
    height: 30px; 
    width: 450px; 
    margin-bottom: 20px;
}
#myevents_title  { background-position: 0 -64px; }
#myeatingplace_title { background-position: 0 -94px; }
#myworkspace_title { background-position: 0 -124px; }
#mystudio_title { background-position: 0 -356px; }
#mysanctuary_title { background-position: 0 -388px; }
#myprayerroom_title { background-position: 0 -451px; }
#myconferenceroom_title { background-position: 0 -484px; }
#myplace_title { background-position: 0 -549px; }
#myplacelounge_title { background-position: 0 -517px; }
#mycommunity_title { background-position: 0 -582px; }
    
#home_banner {
    display: block;
    width: 402px;
    height: 160px;
    background: url(../images/home_banner.png);
    margin: 0 auto 73px auto;
}

#footer {
    width: 950px;
    clear: both;
    padding: 10px 20px 40px 20px;
    text-align: left;
    color: #fff;
    font-size: 10px;
}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#inner_footer {
    width: 100%;    
    clear: both;
    padding-top: 15px;
    text-align: left;
    color: #000;
    font-size: 10px;
    line-height: 1.5em;    
}


a img { border: none; }

a.round { padding: 3px 5px; text-decoration: none; color: #fff; }
a.round.red { background: #8a181b; }    
a.round.red:hover { background: #d6292f; }

a.round.purple { background-color: #621F5F; }
a.round.purple:hover { background-color: #793977; }

a.round.twitter { background-color: #D21F44; font-size: 12px; margin-right: 20px; }
a.round.twitter:hover { background-color: #e4234d;}



/***************************** NAVIGATION *************************************/

#tabsNav {
    overflow:hidden; /* wrap floats */
    height:50px; /* trips haslayout, wrap floats IE */
    list-style:none;
    padding: 0; margin: 0;
    
    position: absolute;
    top: 65px;
    right: 0px;
    
    font: normal 12px/31px sans-serif;
}

    #tabsNav li {
        display:inline;
    }
    
    /* NORMAL TAB */
    #tabsNav a {
        float:left;
        position:relative;
        padding: 0 10px 0px 10px;
        margin-left: 6px; /* adjust space between tabs ... */ 
        margin-top: 0px;
        text-decoration:none;
        color: #fff;    
    }
    body.red #tabsNav a { background: #D9525A; color: #fff; }
    body.purple #tabsNav a { background: #793977; color: #fff; }
    body.green #tabsNav a { background: #D2E076; color: #000; }
    body.blue #tabsNav a { background: #34ABE0; color: #fff; }
    body.aqua #tabsNav a { background: #269DA8; color: #fff; }
    body.orange #tabsNav a { background: #FCB355; color: #fff; }
    
    /* HIGHLIGHT TAB */
    body.red #tabsNav a:active,    body.red #tabsNav a:focus,    body.red #tabsNav a:hover { color: #D21C45; background: #fff; }
    body.purple #tabsNav a:active, body.purple #tabsNav a:focus, body.purple #tabsNav a:hover { color: #621C5F; background: #fff; }
    body.green #tabsNav a:active,  body.green #tabsNav a:focus,  body.green #tabsNav a:hover { color: #77A140; background: #fff; }
    body.blue #tabsNav a:active,   body.blue #tabsNav a:focus,   body.blue #tabsNav a:hover { color: #269CD7; background: #fff; }
    body.aqua #tabsNav a:active,   body.aqua #tabsNav a:focus,   body.aqua #tabsNav a:hover { color: #008c99; background: #fff; }
    body.orange #tabsNav a:active,   body.orange #tabsNav a:focus,   body.orange #tabsNav a:hover { color: #F8981D; background: #fff; }
            
                    
    /* SELECTED TAB */
    #tabsNav .selected a, #tabsNav .selected a:active, #tabsNav .selected a:focus, #tabsNav .selected a:hover {    
        height: 38px;    
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 15px;    
    }
    
    body.red #tabsNav .selected a,    body.red #tabsNav .selected a:active,    body.red #tabsNav .selected a:focus,    body.red #tabsNav .selected a:hover { color: #D21C45; background: #fff; }
    body.purple #tabsNav .selected a, body.purple #tabsNav .selected a:active, body.purple #tabsNav .selected a:focus, body.purple #tabsNav .selected a:hover { color: #621C5F; background: #fff; }
    body.green #tabsNav .selected a,  body.green #tabsNav .selected a:active,  body.green #tabsNav .selected a:focus,  body.green #tabsNav .selected a:hover { color: #77A140; background: #fff; }
    body.blue #tabsNav .selected a,   body.blue #tabsNav .selected a:active,   body.blue #tabsNav .selected a:focus,   body.blue #tabsNav .selected a:hover { color: #269CD7; background: #fff; }
    body.aqua #tabsNav .selected a,   body.aqua #tabsNav .selected a:active,   body.aqua #tabsNav .selected a:focus,   body.blue #tabsNav .selected a:hover { color: #008c99; background: #fff; }
    body.orange #tabsNav .selected a,   body.orange #tabsNav .selected a:active,   body.orange #tabsNav .selected a:focus,   body.orange #tabsNav .selected a:hover { color: #F8981D; background: #fff; } 
    
/*************************** FORMS / INPUTS ***********************************/

input, select, textarea { 
    font: normal 12px sans-serif;
    color: #444; 
}

input[type="text"], input[type="password"], select, textarea {
    height: 15px;
    border: 1px solid #d2b5dd;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
select { height: 23px; }
textarea { height: auto; }

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover { background: #f7f1f9; }

input[type="checkbox"] { margin-top: 0px; vertical-align: middle; width: 20px !important; }
.checkbox { margin-top: 0px; vertical-align: middle; width: 20px !important; } /* IE 6 */

#form_medium, 
#form_small,
#form_very_small, 
#form_large {
    background: #E8E8E8;
    border: 1px solid #CCCCCC;
    color: #505050;    
    margin: 0;
    padding: 1px; /* display issue firefox */
    font-size: 12px;      
    position: relative;
}

#form_medium .loadingimage,
#form_small .loadingimage,
#form_very_small .loadingimage,
#form_large .loadingimage {
    position: absolute;      
    left: 10px;
    margin: 4px; 
    display: none;
}

#form_medium { width: 537px; }
#form_medium input, #form_medium textarea { width: 362px; }

#form_small { width: 450px }
#form_small input, #form_small textarea  { width: 252px; }

#form_very_small { }
#form_very_small input, #form_very_small textarea { width: 160px; }

#form_large { width: 700px; }
#form_large input, #form_large textarea { width: 500px; }


/******************************* TABLES ***************************************/

table.data {
    border-spacing: 0px;
    border-collapse: collapse;      
}
table.data th {
    text-align: center;    
    margin: 0;
    padding: 0 5px 15px 5px;
    font-size: 14px;   
    font-weight: bold;   
    color: #999;      
}
table.data td {
    margin: 0px;
    padding: 10px 5px;
    color: #555;
    border-top: 1px solid #ccc;
}
table.data td.shade {    
    margin: 0px;
    padding: 5px;  
    color: #555;            
    font-size: 14px;
    width: 150px;
}
table.data td.footer { text-align: center; padding: 15px 5px 0 5px; }

table.data td.shade a { color: #555 }
table.data p { padding-bottom: 0; margin-bottom: 0; }

/***************************** HOME PAGE **************************************/

#entryA, #entryB { 
    width: 300px; 
    float: left;     
    text-align: left;
    font-size: 16px;
    margin: 0 40px 40px 0;
    padding: 20px; 
    background: #e9ebeb;
}

#entryA h1 { color: #3a166d; border-bottom: 1px dashed #3a166d; }
#entryB h2 { color: #870b18; border-bottom: 1px dashed #870b18; }

#entryA a { color: #3a166d; text-decoration: none; }
#entryB a { color: #870b18; text-decoration: none; }

/**********1******************* FADE ROTATOR ***********************************/

div.faderotator {
	position:relative;
	height:275px;        	
}
div.faderotator ul { padding: 0; margin: 0; }
/* rotator css */
div.faderotator ul li {
	float:left;
	position:absolute;
	list-style: none !important;
	padding:0;
	margin: 0;
}
/* rotator image style */	
div.faderotator ul li img {        	        	
	background: #FFF;
}
div.faderotator ul li.show {
	z-index:500;        	
}


/**************************** TWITTER HOME ***********************************/

#twitter_holder {
    position: absolute;
    top: 332px;
    right: 0px;                        
}

#twitter_t {
    width: 281px;
    height: 40px;
    background: url(../images/sprite.png) 0 -200px no-repeat;
    padding:0;margin:0;
}

#twitter_m {
    width: 231px;
    padding:0;margin:0;
    margin-left: 50px;
    background: #8a181b;
    text-align: right;            
}

#twitter_container {
    min-height:130px;
    height:auto !important;
    height:125px;
    padding: 0px;                                                          
}

#twitter_update_list {
    width: 211px;      
    text-align: left;             
    margin: 0;  
    padding: 10px 0 0 20px;          
    overflow: hidden;                   
    font-size: 10px;                   
    color: #fff;
    line-height: 12px;
    font-weight:bold;                     
}

#twitter_update_list ul { padding: 0; margin: 0; } 
#twitter_update_list li {
    width: 191px;
    list-style: none;
    padding: 0; margin: 0;
    margin-bottom: 10px;
}

#twitter_update_list li span { display: block; padding-bottom: 5px; }
#twitter_update_list li a {                   
    color: #F5784D;
    text-transform:uppercase;            
    text-decoration: none;
}

#twitter_update_list li a:hover {
    color: #f4915d;                                                  
}
        
#twitter_b {
   width: 281px;
   height: 84px;           
   background: url(../images/sprite.png) 0 -242px no-repeat;
}   

/************************** ROUNDED CORNERS ***********************************/

.round { 
    /* for browsers that support it, for others we use js */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
} 

.roundleft {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.roundbig { 
    /* for browsers that support it, for others we use js */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

a.roundbutton { 
    /* for browsers that support it, for others we use js */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}                         /*
------------------------------
	Impromptu's
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #415ea0;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi{ background-color: #b0be96; }
.colsJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 400px;
	text-align: left;
}
div.colsJqi .colsJqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
	height: 160px;
}
div.colsJqi .colsJqimessage{
	background-color: #c0cEa6;
	padding: 10px;
	width: 280px;
	height: 140px;
	float: left;
}
div.colsJqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.colsJqi button{
	background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
	width: 75px;
}
div.colsJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
------------------------------
	brown theme
------------------------------
*/
.brownJqiwarning .brownJqi{ background-color: #cccccc; }
.brownJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.brownJqi{
	position: absolute;
	background-color: transparent;
	padding: 10px;
	width: 300px;
	text-align: left;
}
div.brownJqi .brownJqiclose{
    float: right;
    margin: -20px 0 0 0;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
}
div.brownJqi .brownJqicontainer{
	position: relative;
	background-color: transparent;
	border: solid 1px #5F5D5A;
	color: #ffffff;
	font-weight: bold;
}
div.brownJqi .brownJqimessage{
	position: relative;
	background-color: #F7F6F2;
	border-top: solid 1px #C6B8AE;
	border-bottom: solid 1px #C6B8AE;
}
div.brownJqi .brownJqimessage h3{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	margin: 0;
	padding: 7px 0 7px 15px;
	color: #4D4A47;
}
div.brownJqi .brownJqimessage p{
	padding: 10px;
	color: #777777;
}
div.brownJqi .brownJqimessage img.helpImg{
	position: absolute;
	bottom: -25px;
	left: 10px;
}
div.brownJqi .brownJqibuttons{
	text-align: right;
}
div.brownJqi button{
	background: url(../images/brown_theme_gradient.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
}
div.brownJqi button:hover{
	border: solid #aaaaaa 1px;
}

/*
*------------------------
*   clean blue ex
*------------------------
*/
.cleanbluewarning .cleanblue{ background-color: #acb4c4; }
.cleanbluefade{ position: absolute; background-color: #aaaaaa; }
div.cleanblue{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; width: 300px; font-size: 11px; text-align: left; border: solid 1px #213e80; }
div.cleanblue .cleanbluecontainer{ background-color: #ffffff; border-top: solid 14px #213e80; padding: 5px; font-weight: bold; }
div.cleanblue .cleanblueclose{ float: right; width: 18px; cursor: default; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.cleanblue .cleanbluemessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.cleanblue .cleanbluebuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.cleanblue button{ padding: 3px 10px; margin: 0 10px; background-color: #314e90; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.cleanblue button:hover{ border: solid 1px #d4d4d4; }

/*
*------------------------
*   Ext Blue Ex
*------------------------
*/
.extbluewarning .extblue{ border:1px red solid; }
.extbluefade{ position: absolute; background-color: #ffffff; }
div.extblue{ border:1px #6289B6 solid; position: absolute; background-color: #CAD8EA; padding: 0; width: 300px; text-align: left; }
div.extblue .extblueclose{ background-color: #CAD8EA; margin:2px -2px 0 0; cursor: pointer; color: red; text-align: right; }
div.extblue .extbluecontainer{ background-color: #CAD8EA; padding: 0 5px 5px 5px; color: #000000; font:normal 11px Verdana; }
div.extblue .extbluemessage{ background-color: #CAD8EA; padding: 0; margin:0 15px 15px 15px; }
div.extblue .extbluebuttons{ text-align: center; padding: 0px 0 0 0; }
div.extblue button{ padding: 1px 4px; margin: 0 10px; background-color:#cccccc; font-weight:normal; font-family:Verdana; font-size:10px; }

/*
*------------------------
*   smooth Ex
*------------------------
*/
.jqismoothfade{ position: absolute; background-color: #333333; }
div.jqismooth{ width: 350px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 3px #e2e8e6; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqismooth .jqismoothcontainer{ font-weight: bold; }
div.jqismooth .jqismoothclose{ position: absolute; top: 0; right: 0; width: 18px; cursor: default; text-align: center; padding: 2px 0 4px 0; color: #727876; font-weight: bold; background-color: #e2e8e6; -moz-border-radius-bottomLeft: 5px; -webkit-border-bottom-left-radius: 5px; border-left: solid 1px #e2e8e6; border-bottom: solid 1px #e2e8e6;  }
div.jqismooth .jqismoothmessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqismooth .jqismoothbuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #e2e8e6; background-color: #f2f8f6; }
div.jqismooth button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqismooth button:hover{ background-color: #728A8C; }
div.jqismooth button.jqismoothdefaultbutton{ background-color: #BF5E26; }
.jqismoothwarning .jqismooth .jqismoothbuttons{ background-color: #BF5E26; }
