/* this particular version layout will not work in IE/Win Strict Mode 
   it can be made to work in IE strict with the use of CSS expressions
	 to calculate the required height of the 2 absolute positioned divs
*/
/********** main css ***********/
@import url("/css/events_styles.css");
@import url("/css/blogs_styles.css");
@import url("/css/media_styles.css");
html
{
    min-width:660px;
    width:100%;
}
body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    /*background-image: url(/images/bg_main.jpg);
    background-repeat:no-repeat;*/
    background-color: #b0996f;
    background-position: top;
    text-align: left; /* IE quirky center */
    color: #000000;
    
}
#mainbody_bg
{
    background-image: url(/images/bg_main.jpg);
    min-width:1280px;
    width:100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
}
.mainbody_bg
{
    background-image: url(/images/bg_main.jpg);
    min-width:1280px;
    width:100%;
    background-repeat: no-repeat;
    background-position: top;
    min-height:800px;
    height: 100%;
}
.submainbody_bg
{
    margin: 0px 0px 0px 0px;
    background-image: url(/images/bg_main2.jpg);
    background-repeat:repeat-y;
    background-position: top;
    min-height:666px;
    height: 100%;
}
.subpage_wrapper
{
    background-image: url(/images/bg_main_subpage.jpg);
    min-width:1280px;
    width:100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
}
a
{
    color: #0000FF;
    text-decoration: underline;
}
a:hover
{
    color: #0000FF;
    text-decoration: underline;
}
a:visited
{
    color: #800080;
    text-decoration: underline;
}
a.footerlinks
{
    color: #868a3e;
    text-decoration: none;
}
a.footerlinks:hover
{
    color: #868a3e;
    text-decoration: underline;
}
a.forgotlogin
{
    color: #000000;
    text-decoration: none;
}
a.forgotlogin:hover
{
    color: #000000;
    text-decoration: underline;
}
a.episode_close
{
    color: #000000;
    text-decoration: none;
}
a.links
{
    color: #ffffff;
    text-decoration: none;
}
a.links:hover
{
    color: #ffffff;
    text-decoration: underline;
}
img
{
    border: 0px;
}
img.middle
{
    vertical-align: middle;
}
/* heading tags */

h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h2
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h3
{
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    line-height: 16px;
    color: #666;
    margin: 0;
    border-bottom: solid 1px #666;
}
h4
{
    font-size: 11px;
}
/** site structure **/

#main_wrapper
{
    position: relative;
    width:990px;
    text-align:left;
    left:0px;
    margin: 0px 0px 0px 0px;
}
#indexcallout_weeklyservices
{
    position:absolute;
    left:690px;
    top:140px;
    color:White;
    text-align:left;
    font-family:Calibri, Arial;
    font-size:13px;
    width:370px;
}
#indexcallout_weeklyservices_content
{
    position:absolute;
    left:20px;
    top:30px;
    color:White;
    text-align:left;
    font-family:Calibri, Arial;
    font-size:13px;
    width:370px;
}
#nav_wrapper
{
    position: relative;
    width: 660px;
    height: 114px; 
    background-repeat: no-repeat;
    background-position: top;
    z-index: 31;
    left:0px;
    top:0px;
}
#nav
{
    position: relative;
    width: 660px;
    height: 55px;
    left: 0px;
    top: 0px;
    z-index: 91;
}
#nav_text
{
    position:absolute;
    left:0px;
    top:0px;
    width:600px;
}  
/*HEADER CSS */
#logo_wrapper
{
    position:absolute;
    top:0px;
    left:0px;
}
#header_twitter
{
    position:absolute;
    top:10px;
    left:743px;
}
#header_fb
{
    position:absolute;
    top:10px;
    left:861px;
}
#search_wrapper
{
    position: relative;
    width: 991px;
    left: 0px;
    height: 25px;
    vertical-align: middle;
}
#search
{
    position: absolute;
    left: 760px;
    top: 100px;
}
.text_wrapper
{
    letter-spacing: 1px;
    padding-top: 1px;
    padding-left: 5px;
}
#nav_top
{
    position: absolute;
    left: 132px;
}

/*Sub Page CSS*/
#subpage_top_seperator
{
    position:relative;
    width:994px;
    top:0px;
    left:0px;
    background-image:url(/images/nav_bottom.jpg);
    background-repeat:no-repeat;
    height:8px;
}
#center_wrapper
{
    position: relative;
    width: 660px;
    padding-top: 0px;
    left: 0px;
    min-height: 550px;
    height: 100%;
    height: auto !important;
    z-index: 1;
    background-color:#ffffff;
    background-image:url(/images/bg_center.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
#sub_content_top
{
    position: relative;
    background-repeat: no-repeat;
    width: 970px;
    height: 20px;
    left: 0px;
    display:none;
}

#sub_content_middle
{
    position: relative;
    min-height: 550px;
    height: 100%;
    left: 0px;
    width: 660px;
    z-index: 20;
}
#sub_content_bottom
{
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 970px;
    height: 30px;
    left: 0px;
    display:none;
}
.content_middle_wrapper
{
    position: relative;
    background-image: url(/images/sub_content_middle.jpg);
    background-repeat: repeat-y;
    background-position: bottom;
    width: 630px;
    min-height: 560px;
    height: auto !important;
    height: 100%;
    text-align: left;
}
.content_middle_wrapper_full
{
    position: relative;
    background-image: url(/images/sub_content_middle_full.jpg);
    background-repeat: repeat-y;
    background-position: bottom;
    width: 630px;
    min-height: 560px;
    height: auto !important;
    height: 100%;
    text-align: left;
}
.content_middle
{
    position: relative;
    background-position: top;
    left: 30px;
    width: 610px;
    padding: 20px 0px 0px 0px;
    min-height:348px;
    height:100%;
    top:0px;
}
.content_middle_full
{
    position: relative;
    background-position: top;
    left: 30px;
    width: 610px;
    padding: 20px 0px 0px 0px;
    min-height:348px;
    height:100%;
    top:0px;
}

#subNav
{
    position: absolute;
    width: 144px;
    float: left;
    z-index: 90;
    top:0px;
    left:-145px;
}
#subNav_admin
{
    position: absolute;
    width: 144px;
    float: left;
    z-index: 90;
    top:0px;
    left:0px;
}
#subnav_top
{
    position:relative;
    
}
#subNavHeaderText
{
    position: relative;
    width: 150px;
    left:0px;
    text-align:left;
    color: #a81c54;
    font-size: 20px;
    top:0px;
    min-height:35px;
}
#subNavBody
{
    position:relative;
    width:178px;
    min-height:221px;
    left:0px;
    top:0px;
    text-align:left;
    background-image:url(/images/subnav_top.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
.subNavText
{
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:link
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:active
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:visited
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:hover
{
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

#subMainContentArea_wrapper
{
    position: relative;
    text-align: left;
}

#subPageWrapper
{
    position: relative;
}

.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
}

/*Sub Content Area End*/

#footer_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 660px; /*background-color:green;*/
    top: 0px;
    height:55px;
}
#footer
{
    position: relative; /* to enable further positioned divs inside content area */
    z-index: 0; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 660px;
    height: 55px;
    left: 0px;
    top: 20px;
    text-align: left; /*background-color:Green; word-wrap:break-word;*/
}
#subfooter
{
    position: relative; /* to enable further positioned divs inside content area */
    z-index: 0; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 660px;
    height: 55px;
    left: 0px;
    margin-top: 0px;
    text-align: left; /*background-color:Green; word-wrap:break-word;*/
}
#fnLogo
{
    position:absolute;
    left:600px;
    top:3px;
}
/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    height: 100%;
    top: 0px;
}

/*CALLOUTS*/
#callout_wrapper
{
    position: relative;
    width:660px;
    min-height:222px;
    height: auto !important;
    height: 222px;
    left: 0px;
    top: 0px;
    text-align:left;
}
#sociallinks_wrapper
{
    position:absolute;
    left:660px;
    top:335px;
    background-image:url(/images/twitter_bg.jpg);
    background-position:top;
    background-repeat:no-repeat;
    width:262px;
    height:269px;
}
#subsociallinks_wrapper
{
    position:absolute;
    left:660px;
    top:0px;
    margin-top:-230px;
    background-image:url(/images/twitter_bg.jpg);
    background-position:top;
    background-repeat:no-repeat;
    width:262px;
    height:269px;
}
#twitter
{
    position:absolute;
    top:7px;
    left:40px;
}
#facebook
{
    position:absolute;
    top:75px;
    left:40px;
}
#evite
{
    position:absolute;
    top:139px;
    left:60px;
}
#connectspace
{
    position:absolute;
    top:210px;
    left:20px;
}
#subcallout_wrapper
{
}

#callout1
{
    position: absolute;
    left: 10px;
    top: 0px;
}
#callout2
{
    position: absolute;
    left: 226px;
    top: 0px;
}
#callout3
{
    position: absolute;
    left: 442px;
    top: 0px;
}
#subcallout1
{
    position:absolute;
    top:0px;
    left:0px;
}
#subcallout2
{
    position:absolute;
    top:0px;
    left:325px;
}
#subcallout3
{
    position:absolute;
    top:0px;
    left:650px;
}
#customCallout_wrapper
{
    position:relative;
    width:660px;
}
#customCallout
{
    position: relative;
    left: 0px;
}
#indexcallout_events
{
    position: absolute;
    top: 5px;
    left: 0px;
    background-image:url(/images/callout_upcomingevents.jpg);
    background-repeat:no-repeat;
    width:208px;
    height:283px;
}

#indexCallout_top
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 666px;
}

#indexCallout_top_content
{
    position: relative;
    width: 666px;
    left: 0px;
    top: 0px;
    min-height: 315px; /*border:solid 2px #cc0000;*/
}
#home_large_rotator_bg
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/images/rotator_bg.png);
    background-repeat: no-repeat;
    width: 624px;
    height: 380px;
}
#home_large_rotator
{
    position: absolute;
    left: 10px;
    top: 8px;
    width: 458px;
    height: 282px;
}
#indexCallout_top_content_right
{
    position: absolute;
    width: 208px;
    left: 468px;
    min-height: 283px;
    top:0px;
}

#indexcallout_ann_top
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-image:url(/images/bg_announcements.jpg);
    background-repeat:no-repeat;
    width:320px;
    height:240px;
}
#indexcallout_ann
{
    position:absolute;
    top:0px;
    left:0px;
}
#indexcallout_message_top
{
    position: absolute;
    left: 0px;
    top: 250px;
    background-image:url(/images/bg_message.jpg);
    background-repeat:no-repeat;
    width:320px;
    height:240px;
}
#indexcallout_message
{
    position:absolute;
    top:0px;
    left:0px;
}
#indexcallout_servicia_top
{
    position: absolute;
    left: 0px;
    top: 500px;
    background-image:url(/images/bg_servicia.jpg);
    background-repeat:no-repeat;
    width:357px;
    height:282px;
}
#indexcallout_servicia
{
    position:absolute;
    top:0px;
    left:0px;
    width:357px;
    height:282px;
}
#indexcallout_servicia_content
{
    position:absolute;
    top:50px;
    left:30px;
    font-family:Century Gothic, Arial;
    text-align:left;
    font-size:13px;
    font-weight:bold;
}
#subcallout_servicia_content
{
    position:absolute;
    top:45px;
    left:0px;
    width:290px;
    height:40px;
    font-family:Century Gothic, Arial;
    text-align:left;
    font-size:13px;
    color:White;
    padding-left:30px;
    padding-top:4px;
    background-color:#ab1c57;
}
/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    min-height: 276px;
    width: 100%;
}

#subpageHeader_wrapper
{
    position: relative;
    width: 580px;
    left: 0px;
    height: 30px;
}
#subPageHeaders_image
{
    position: absolute;
    background-repeat: no-repeat;
    width: 785px;
    height: 47px;
    left: 0px;
    z-index: 30;
    display:none;
}

#subPageHeaders
{
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0px 3px 0px;
    text-align: left;
    left: 0px;
    z-index: 31;
    font-family:Courier New, arial;
}

#customSubPageHeader
{
    position: relative;
    margin-top: 0px;
    width: 630px;
    min-height: 23px;
    left:0px;
    top:0px;
}
#customSubPageHeader_img
{
    margin-top:0px;
}
/*Rounded Corners CSS */
.b1, .b2, .b3, .b4
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1
{
    height: 1px;
    background: #9B4864;
    margin: 0 5px;
}
.b2
{
    height: 1px;
    background: #9B4864;
    border-right: 2px solid #9B4864;
    border-left: 2px solid #9B4864;
    margin: 0 3px;
}
.b3
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 2px;
}
.b4
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 1px;
}
/* LEFT NAV ROUNDED BORDER */
.b5, .b6, .b7, .b8
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b5
{
    height: 1px;
    background: #333333;
    margin: 0 5px;
}
.b6
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
    margin: 0 3px;
}
.b7
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 2px;
}
.b8
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 1px;
}

.content_wrapper div
{
    margin-left: 0px;
    margin-top: 0px;
}
#content_text
{
    padding: 0px 20px 10px 0px;
    text-align: left;
}


/*login*/
#login_wrapper
{
    position: relative;
    height: 450px;
    text-align: left;
    margin-top: 0px;
    left: 0px;
    padding: 20px 20px 20px 50px;
    width: 900px;
}


/*Location CSS*/
#location_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#loc_title
{
}
#loc_Address
{
}
/******** admin **********/
#admin_wrapper
{
   position: relative;
    width: 992px;
    top: 0px;
    left: 0px;
    min-height: 550px;
    height: 100%;
    height: auto !important;
    z-index: 1;
}
#admin_SubNav
{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 140px;
    height: 100%;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 0px 0px 0px 0px;
    left: 95px;
    width: 510px;
    text-align: left;
    height: 100%;
}
.admin_header_title
{
    display: block;
}
.admin_header_dropdown
{
    display: block;
}
.admin_subheader_title
{
    display: block;
}
.admin_subheader_dropdown
{
    display: block;
}
.admin_callout_title
{
    display: block;
}
.admin_callout_dropdown
{
    display: block;
}
/*This hides the groups box*/
#admin_groups_dropdown
{
    display: none;
}
#Td1
{
    width: 700px;
    padding-left: 10px;
}
.index_moreinfoLink, a.index_moreinfoLink, a.index_moreinfoLink:link, a.index_moreinfoLink:visited
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

a.index_moreinfoLink:hover
{
    text-decoration: underline;
}


/*******  form elements ***********/

input[type=text], input[type=password]
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}


select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}


/*******  form Pages ***********/

#form_wrapper
{
    position: relative;
    width: 548;
}
#form_content
{
    position: relative;
    width: 548px;
}
#form_input_wrapper
{
    position: relative;
    background-color: #d4f7ff;
    width: 510px;
    padding: 20px 20px 20px 20px;
}
#siteMap_wrapper
{
    position: relative;
    color: White;
}
.siteMap
{
    color: White;
}
#searchResultsWrapper
{
    padding-top: 10px;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 0px 20px 20px 10px;
}
#searchResultsContent_wrapper
{
    padding-bottom:7px;
}


/************Online Donations***************/
#onlineDonationWrapper
{
    
}
#odWelcome
{
    position: absolute;
    padding-bottom: 10px;
    width: 250px;
}

#odMyAccountBoxWrapper
{
    position: relative;
    height: 184px;
    width: 280px;
    background-image: url( '/images/odMyAccount_bg.png' );
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}

#odMyAccountWrapper
{
    position: absolute;
    left: 300px;
}

#odMyAccountWrapper_AccountCreated
{
    position: relative;
}

#odMyAccountHeading
{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}

.odMyAccountText
{
    font-size: 11px;
    color: #ffffff;
}

#odMyAccountFormWrapper
{
    padding-top: 10px;
}

.odMyAccountFormText
{
    font-size: 12px;
    color: #000000;
}


#odSignInButton
{
    padding-top: 5px;
    text-align: right;
}

#odCreateAccountBtn
{
    position: relative;
    z-index: 3000;
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}

#odGiveNow
{
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}

#odFloatingDivSignUp
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url( '/images/odSignUp_bg.png' );
    z-index: 3001;
}
.odFloatingDivSignUp
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url( '/images/odSignUp_bg.png' );
    z-index: 3001;
}

#odFloatingDivSignUp_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
}

#odCreateAccountFormHeader
{
    font-size: 16px;
    color: #000000;
    padding-bottom: 20px;
}

.odDonateNow_FormElementTitleCell
{
    width: 150px;
    font-size: 12px;
    color: #000000;
    text-align: right;
}
.odCreateAccount_FormElementTitleCell
{
    width: 150px;
    font-size: 12px;
    color: #000000;
    text-align: right;
}

.odCreateAccount_FormElementCell
{
    width: 150px;
    text-align: left;
}


.odCreateAccount_FormElementCellRight
{
    width: 250px;
    text-align: right;
}

.odCreateAccount_FormElement
{
    height: 20px;
    border: 1px solid #eeeeee;
    font-size: 12px;
}

#odCloseWindow
{
    position: absolute;
    left: 360px;
}

.odCreateAccountError
{
    color: Red;
    font-size: 10px;
}

#odForgotPasswordLink
{
    position: absolute;
    top: 180px;
    left: 10px;
}
.odForgotPasswordLink
{
    font-size: 10px;
    color: #ffffff;
}


.odForgotPasswordLink:link
{
    font-size: 10px;
    color: #ffffff;
}

.odForgotPasswordLink:active
{
    font-size: 10px;
    color: #ffffff;
}

.odForgotPasswordLink:hover
{
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}


.odDonateSubTitle
{
    font-size: 16px;
    color: #000000;
    width: 500px;
    border-bottom: solid 1px #dddddd;
    padding-top: 10px;
}

#odDonateNowForm
{
    width: 360px;
    padding: 0px 10px 0px 0px;
    text-align: left;
    width: 500px;
}

.odDonateFormSection
{
    padding-top: 10px;
}


.odDonateNow_FormElementTitleCell_AmountTotal
{
    width: 150px;
    font-size: 12px;
    color: #000000;
    text-align: right;
    border-top: solid 1px #dddddd;
}

.odDonateNow_FormElementCell_AmountTotal
{
    width: 150px;
    text-align: left;
    border-top: solid 1px #dddddd;
}

.odCardImage
{
    padding: 0px 0px 0px 0px;
    height: 34px;
    vertical-align: middle;
}
#odGiveNextSteps
{
    width: 500px;
    text-align: right;
    padding-top: 10px;
}

#odSummaryPersonalInfo
{
    position: relative;
    width: 350px;
}

.ocSummaryHeader
{
    font-size: 14px;
    color: #ffffff;
}

.ocSummarySubHeader
{
    font-weight: bold;
    color: #000000;
}

#odSummaryDonationInfo
{
    position: absolute;
    left: 420px;
    clear: both;
}

#odSummaryCardInfo
{
    padding-top: 10px;
    width: 350px;
}

.odSummaryTotalAmount
{
    font-size: 14px;
    color: #ffffff;
}

.odProgressTemplate
{
    position: absolute;
    top: -300px;
    height: 500px;
    width: 600px;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.odTransGrid
{
    border: solid 1px #ffffff;
}

.odTransItem
{
    font-size: 10px;
    background-color: #FFFFFF;
    color: #000000;
}

.odTransItemAlt
{
    font-size: 10px;
    background-color: #ffffff;
    color: #000000;
}

.odTransHeader
{
    background-color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    color: Black;
}

#odPrivactyLinks
{
    color: #cccccc;
}

.odPrivacyLink
{
    font-size: 10px;
    color: #333;
}


.odPrivacyLink:link
{
    font-size: 10px;
    color: #333;
}

.odPrivacyLink:active
{
    font-size: 10px;
    color: #333;
}

.odPrivacyLink:hover
{
    font-size: 10px;
    color: #333;
    text-decoration: underline;
}




#odFloatingDivPrivacy
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url( '/images/odSignUp_bg.png' );
    z-index: 3001;
}
.odFloatingDivPrivacy
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url( '/images/odSignUp_bg.png' );
    z-index: 3001;
}

#odFloatingDivPrivacy_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
}

#odCreateAccountFormHeaderPrivacy
{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}

#odCloseWindowPrivacy
{
    position: absolute;
    left: 360px;
}



#odFloatingDivRefund
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url( '/images/odSignUp_bg.png' );
    z-index: 3001;
}
.odFloatingDivRefund
{
    position: absolute;
    left: 225px;
    top: -40px;
    width: 400px;
    height: 500px;
    background-image: url( '/images/odSignUp_bg.png' );
    z-index: 3001;
}

#odFloatingDivRefund_Content
{
    width: 360px;
    height: 460px;
    padding: 10px 10px 10px 10px;
}

#odCreateAccountFormHeaderRefund
{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}

#odCloseWindowRefund
{
    position: absolute;
    left: 360px;
}

.odPolicy
{
    width: 375px;
    height: 440px;
    overflow: auto;
}


