﻿/* clearance.aspx */
#login_top h2 { color:#333; }
#left_main {width:auto;}

#left_main h1 {
background:none repeat scroll 0 0 #33AADD;
color:#FFF;
font-size:24px;
margin-top:10px;
padding:1px 6px;
text-align:center;
border:6px solid #FFA;
}

#left_main h2 {
background:none repeat scroll 0 0 #33AADD;
color:#FFA;
font-size:18px;
margin-top:10px;
padding:1px 6px;
text-align:center;
border:2px solid #FFA;
}

.mid-validator , .lname-validator
{
    position:relative;
    float:left;
}


#ctl00_MainContentArea_Login1_divLogin, #WebUserLogin { width:240px;position:relative;float:left;
    background-color:White;padding:1px 4px;height:auto;margin-top:2px;border:1px solid #36a;
}
#clearance-subcats { margin-top:20px;text-align:center; }
#clearance-subcats li { list-style-type:none;margin:10px;padding:6px 0; font-weight:bold;float:left;width:200px;height:30px; }
#clearance-subcats li a { background:#33AADD;
color:#FFF;
font-size:16px;
margin-top:20px;
padding:10px 16px;
text-align:center;
border:1px solid #FFF; }

#clearance-subcats li a:hover  { background:#FFF;color:Blue;border:1px solid #33AADD;text-decoration:none; }

/* Charts Sale page */
#astro-banner { padding:10px 0 0; }
p#astro-text { color:#2E6E9E;background:white;margin-top:10px;    
                font-family:'Molengo',arial,serif;font-size:15px;
                line-height:1.4em; margin-top:10px; padding:9px 12px; border:1px dotted #ea3; }
.astro-chart { float:left;width:204px;background:white;border:1px solid #2E6E9E;padding:10px 8px;margin:10px 2px; }
.astro-chart p { color:#2E6E9E;padding:2px 8px;font-family: 'Molengo', arial, serif; }
.centeredImage { margin-left:auto; margin-right:auto;display:block; }
#astro-viewall p { text-align:center;font-size:14px;font-weight:bold; }
#astro-viewall p a, a.astro-link { background:white;color:#2E6E9E;padding:4px 8px; }
a.astro-link    { background:#ffc; }
#astro-viewall p a { padding:6px 12px; font-size: 20px; text-shadow: 2px 2px 2px #DDDDFF;
                font-family: 'Molengo', arial, serif;border:1px dotted #eee; }
#astro-viewall p a:hover, a.astro-link:hover { background:#2E6E9E;color:White; border:1px solid white;}

/* rounded */

#clearance-subcats li a, #left_main h1, #left_main h2, p#astro-text, .astro-chart, a.astro-link, #astro-viewall p a
{
    -webkit-border-top-left-radius: .5em;
	-moz-border-radius-topleft: .5em;
	border-top-left-radius: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomleft: .5em;
	border-bottom-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	border-bottom-right-radius: .5em;
}
