/* CSS Document */
/* RESET ------------------------------------------------------------------*/
html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,   
input, textarea {   
    margin: 0;   
    padding: 0;   
    font-size: 100%;   
}   
ul {list-style: none;}   
img, fieldset {border: 0;}   
h1, h2, h3 {font-weight: normal;}   
em {font-style: italic;}   
strong {font-weight: bold;}  

/* MAIN -------------------------------------------------------------------*/
body
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
img{
	border: none;
}
#pageWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 955px;
}
#bodyWrapper
{
	position: absolute;
	top: 235px;
}
#contentWrapper3Col
{
	position: absolute;
	top: 1px;
	left: 210px;
	width: 475px;
	font-size:12px;
}
#contentWrapper2Col
{
	position: absolute;
	left: 210px;
	width: 750px;
	font-size:12px;
}
hr
{
	height: 1px;
	width: 100%;
}
/* Older CSS starts here */
td
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A
{
    FONT-WEIGHT: normal;
    COLOR: #990033;
    FONT-FAMILY: Arial, sans;
    TEXT-DECORATION: none;
}
A:link
{
    TEXT-DECORATION: none;
}
A:visited
{
    TEXT-DECORATION: none;
}
A:active
{
    TEXT-DECORATION: underline;
}
A:hover
{
    TEXT-DECORATION: underline;
}
H1
{
    font-family: Arial, Helvetica, sans-serif;
	
    font-size: 18px;	
    font-weight: bold;	
    color: #990033;	
    font-style: normal;	
    line-height: 120%;	
    font-variant: normal;	
    text-transform: none;	
    background-position: left;	
    letter-spacing: 0px;	
    text-align: left;	
    word-spacing: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}
H2
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 13px;	
    font-weight: normal;	
    color: #000000;	
    font-style: normal;	
    font-variant: normal;	
    text-transform: none;	
    background-position: left;	
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}
H3
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;	
    font-weight: bold;	
    color: #374490;	
    color: #990033;
    font-style: normal;	
    font-variant: normal;	
    text-transform: none;	
    background-position: left;	
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}
H4
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;	
    color: #000000;	
    font-style: normal;	
    line-height: 150%;	
    font-weight: normal;	
    font-variant: normal;	
    text-decoration: none;	
    text-align: left;	
    vertical-align: 0%;	
    word-spacing: 0pt;	
    white-space: normal;	
    background-position: 0px;	
    display: inline;
}
H5
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 14px;	
    font-weight: bold;	
    color: #333333;	
    font-style: normal;	
    font-variant: normal;	
    text-transform: none;	
    background-position: left;	
    letter-spacing: 0px;	
    text-align: left;	
    word-spacing: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}
H6
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 16px;	
    font-weight: bold;	
    color: #374490;	
    font-style: normal;	
    font-variant: normal;	
    text-transform: none;	
    background-position: left;	
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}
.error
{
    FONT-SIZE: 11px;
    COLOR: #ff0033
}
a.button
{
    background-color:#063;
    color:White;
    border:solid 1px #024913;
    padding:3 5 3 5;
    font-weight:bold;
    font-size:12px;
}
a.button:active
{
    background-color:#333333;
    color:White;
    border:solid 1px #024913;
    padding:4 5 2 5;
    font-weight:bold;
    font-size:12px;
}
.shadow
{
    -moz-box-shadow: 3px 3px 4px #666666;     
    -webkit-box-shadow: 3px 3px 4px #666666;   
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')"; 
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');       
    box-shadow: 3px 3px 4px #666666; 
}
.shadowLight
{
   -moz-box-shadow: 3px 3px 4px #AAAAAA;     
    -webkit-box-shadow: 3px 3px 4px #AAAAAA;   
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA')"; 
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA');       
    box-shadow: 3px 3px 4px #AAAAAA;  
}
.specialOffers
{
    color:#CC0000;
}
.primaryColorFront
{
    color:#990033;
}
.primaryColorBack
{
    background-color:#990033;
}
.highlight
{
    font-weight:bold;
    color:#990033 !important;
    font-size:12px;
}
.buttonRedWhite
{
    cursor:pointer;
    padding: 5 7 5 7;
    color: #FFFFFF !important;
    border: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.85);
    background-color:#990033; /* for IE */
    background-image: -webkit-gradient(linear, 0% 0%,0% 100%, from(#E3004C), to(#990033));
    background-image: -moz-linear-gradient(0% 100%90deg, #990033, #E3004C);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 0 5;
}
.buttonRedWhite:active  {color:White; text-decoration:none;}
.buttonRedWhite:hover  {color:White; text-decoration:none;}
input[type=text]
{
    border: 1px; 
    border-style: solid; 
    font-size: 11px; 
    color: #777777;
    width:150px;
    height:20px;
    line-height:18px;
}
input.shortLength
{
    width:50px;
}
input.mediumLength
{
    width:150px;
}
@font-face { font-family: Delicious; src: url('Delicious-Roman.otf'); } 
@font-face { font-family: Delicious; font-weight: bold; src: url('Delicious-Bold.otf'); }
hr{border:none; border-top:1px #CCCCCC solid;height: 1px;}

/* HEADER ------------------------------------------------------------------------------*/

#Header 
{
	font-size: 12px;
}

.HeaderLink
{
    color:000000;
    
}

.HeaderLink:visited
{
    color:000000;
    
}

.HeaderLinkBold
{
    color:000000;
    font-weight:bold;
   
}

.HeaderLinkBold:visited
{
    color:000000;
    font-weight:bold;
}

#logo
{
	position: absolute;
	left: 5px;
	top: 34px;
}
#col2
{
	position: absolute;
	left: 480px;
	top: 60px;
	vertical-align: middle;
}
#col3
{
	position: absolute;
	left: 435px;
	top: 50px;
}
#col4
{
	position: absolute;
	left: 700px;
	top: 50px;
}
.searchBox{
	margin-top: 3px;
	padding-top: 3px;
	padding-left: 2px;
	width: 200px;
} 




#phone{
	
	font-size:18px;
	color: #990033;
	margin:5 0 5 0;
}



/* TOP of top navigation */
#topMenuTop
{
	position: absolute;
	width: 960px;
	height: 20px;
	
	margin: 0;	
	color: #FFFFFF; 
	background-color: #374490;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#topMenuTop a {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold; 
	vertical-align: bottom;
}

/*
#topMenuTop a:hover, a:active {
	color: #D0D0D0;

}
*/

/* BOTTOM of top navigation */
#topMenuBottom a {
	color: #333333; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: bold; 
	vertical-align: bottom;
	padding:0 7 0 7;
}
#topMenuBottom
{ 
	position: absolute;
	top: 207px;
	width: 960px;
	height: 21px;
	margin: 0;
	color: #333333; 
	background-color: #cccccc;
}
#topMenuBottom a:hover, a:active {
	color: #990033;

}
#topMenuBottom div
{
	display: inline;
	float: left;
	height: 100%;
	line-height: 18px;
	padding: 0 9 0 9px;
}
.divider
{
	display: inline;
	float: left;
	height: 100%;
	line-height: 18px;
}
.topBar
{
    width:100%;
    background-color:#CCCCCC;
}

/* DDSMOOTHMENU*/
.ddsmoothmenu{
position: absolute;
	width: 965px;
	height: 20px;
	top: 180px;
	margin: 0;	
	color: #FFFFFF; 
	background-color: #ffffff;
	z-index:100;
	line-height:19px;
    border-bottom: 2px solid #ffffff;
}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;

}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:#990033; /*background of menu items (default state)*/
color: white;
padding:3 19 3 19;
/*border-right: 1px solid #778;*/
color: #2d2b2b;
text-decoration: none;
font-size: 13px; 
font-weight: bold; 
vertical-align: bottom;
margin-right:2px;
}
.ddsmoothmenu ul li a:hover{
	text-decoration:none;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
.ddsmoothmenu ul li a:hover{
background: #333333; /*background of menu items during onmouseover (hover state)*/
color: white;
}	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Verdana;
width: 160px; /*width of sub menus*/
padding: 2 5 2 5;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* LEFT NAV------------------------------------------------------------------------------*/
#leftNav
{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 200px;
}
.sideNav
{ 
	position: relative;
	left: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}
.sideNav a {
	color: #333333; 
	font-size: 12px;
	text-decoration: none;  
}
.sideNav a:hover, a:active {
	color: #990033;
	text-decoration: underline;	
}
#photoContest
{
	position: relative;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 180px;
}
#photoContest a
{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none; 
}
#photoContest a:hover
{
	text-decoration: underline;
}
.premiumMsg
{
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color: #990000;
	position:relative;
	top:123px;
}
.leftNavBlock 
{
    border-bottom:solid 1px #cccccc;
    padding:0 0 10 0;
    margin:10 0 0 0;
}
.leftNavBlock h1
{
    font-size:18px;
    font-weight:normal;
    display:block;
}
.leftNavBlock h2
{
   font-size:14px;
   display:block;
}
.leftNavBlock h3
{
   font-size:12px;
   display:block;
}
.leftNavBlock ul 
{
    margin-left:7px;
}
.leftNavBlock ul#Locations
{
	display:none;
	margin-left:25px;
}
.leftNavBlock ul#Category
{
	margin-left:25px;
}
.insiderBox
{
	position: relative;
	top: 0px;
	left: 17px;
	height:90;
	width:170;
	padding: 33 15 15 10;
	margin-bottom: 5px;
	background: url(/i2.0/Insider_Box.gif) top left;
	background-repeat: no-repeat;
	
}
.insiderBox input
{
    border: 1px; 
    border-style: solid; 
    font-size: 11px; 
    color: #777777;
    width:150px;
    margin:0 0 7 0;
}

/* RIGHT NAV ------------------------------------------------------------------*/
.rightNav
{
	position: absolute;
	top: 1px;
	left: 700px;
	width: 260px;
	font-size: 12px;
	background-color:#cccccc;
	padding: 5px;
}

.rightNav#pdRightNav
{
    background-color:#FFFFFF;
	padding:0px;
}
html>body #rightNav
{
	width: 250px;	
}
.rightNav a
{
    color:#333333;
}
.rightnavsearch
{
background-color: #EEEEEE;
padding: 5px; 
font-size:13px;
width:95%;
}
.rightnavsearch span
{
color: #990000;
}
.plug   {padding:0 0 10 10; border-bottom:solid 1px #999999; margin:0 0 10 0;}
.plug h2   {color:#333333; font-weight:bold; font-size:15px; display:block; }
.plug h3  {font-style:italic; color:#333333; font-weight:normal;}  
.plug input  {font-size: 11px; vertical-align: bottom;}
.layoutOne  {height:135px;}
.layoutOne img {float:left; margin-right:10px;}
.layoutOne div {padding:10 0 0 0;}
.layoutTwo  {height:75px;}
.layoutTwo img {float:left; margin-right:5px;}
.layoutTwo div {padding:10 0 0 0;}
.layoutThree div {position:relative; left:-5px;}
.layoutFour  {height:125px;}
.layoutFour img {float:left; margin-right:5px;}
.layoutFour div {float:right; width:89%;}
.zipCode a {font-size:11px;}
.layoutCatalogs  {height:135px;}
.layoutCatalogs img {float:left; margin-right:5px;}
.layoutCatalogs div {padding:5 0 0 0;}
.layoutCatalogs h2  {font-size:12px;}
.layoutCatalogs a   {font-size:10px;}
.pdRightPlug {margin-bottom:10px; }
.pdRightPlug h5 {background-color:#CCCCCC; font-size:14px; font-weight:bold; display:block; padding:5 5 10 5;}
.pdRightPlug h2 {font-size:13px; font-weight:bold; display:block;}
.pdRightPlug div {padding:5px;}
.pdRightPlug#WI ul {margin:10 10 10 15; list-style-type:disc;} 
.pdRightPlug#WI li {margin:0 0 5 0;}
.pdRightPlug#datesPlug {margin-bottom:25px; }
.pdRightPlugGray{background-color:#CCCCCC;}
.pdRightPlugWhite{background-color:#FFFFFF; border:solid 1px #CCCCCC; }
.pdRightPlugStandard {border-bottom:solid 1px #999999; padding:10px; color:#000000; font-size:12px; font-weight:normal;}
.pdRightPlugStandard h6 {display:block;}

/* FOOOTER -------------------------------------------------------*/
#footer
{
	position: absolute;
	/* 'top' is actually set dynamically on the page with JS, but also set to a large number here for anyone with JS disabled */
	top: 1300px;
	width: 960px;
	text-align: center;
	font-size: 12px;
	font-variant: small-caps;
	color: #666666;
}
#footer a
{
	color: #666666;
	text-decoration: none;  
}
#footer a:hover, a:active {
	color: #990000;
	text-decoration: underline;	
}

/* SOCIAL ---------------------------------------------------------*/
.FeedRemoveLink
{
    display: none;
    font-size:10px; 
    float:right;
}
.StatusItem
{
    /*opacity:1.0;*/
    font-size:12px;
    border-bottom:solid 1px #cccccc;
    padding:10px;
}
.StatusItemComment
{
    font-size:10px; 
    border-bottom:solid 1px #ffffff;
    padding:2;
    margin:10 0 0 10;
    background-color:#f8f8f8;
}
.GreyText
{
    color:#aaaaaa;
}

/* EFFECTS ---------------------------------------------------------*/
.bloopAnimation
{
    -webkit-animation: fade-in 0.2s ease-in-out;
    animation: fade-in 0.2s ease-in-out;
}
@-webkit-keyframes fade-in
{
	0%{opacity:0.0;-webkit-transform: scale(0.95);}
	80%{opacity:1.0;-webkit-transform: scale(1.05);}
	100%{-webkit-transform: scale(1.0);}
}
.pulseAnimationText
{
    -webkit-animation: pulse 2s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation: pulse 2s ease-in-out;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulse
{
	0% {text-shadow: 0 0 1px rgba(204,0,0,.2);}
    50% {text-shadow: 0 0 1px rgba(204,0,0,.9);}
    100% {text-shadow: 0 0 1px rgba(204,0,0,.2);}
}

/* POPUPS ------------------------------------------------------------*/
.ShoppingCart
{
    width:400px;
}
@font-face
{
    font-family: "Clarendon";
    src: url("http://siebel7.roadscholar.org/includes/fonts/Clarendon_BT.eot");
    src: local("Clarendon"), url("http://siebel7.roadscholar.org/includes/fonts/Clarendon_BT.ttf") format("truetype");
}
.ShoppingCart h1
{
    width:400px;
    text-align:center;
    padding:10px;
    color:#000000;
    background-color:#CCCCCC;
    font-family:Clarendon;
    display:block;
}
.ShoppingCart img.logo
{
    margin: 10 0 10 50;
}
.logoTest
{
    margin: 10 0 10 50;
    font-family:Clarendon;
    font-size:3.2em;
    color:#990033;
    font-weight:bold;
    letter-spacing:-0.025em;
    width:400px;
    border:solid 1px #990000;

}
.logoTest h6
{
    font-size:1.2em;
    font-family:Clarendon;
    color:#990033;
}
.logoTest h5
{
    font-size:0.4em;
    font-family:Cardif;
    color:#000000;
    font-style:italic;
    font-weight:normal;
}

/* photocontestMenu -------------------------------------------------------------*/
.photocontestMenu
{
    background-color:#CCCCCC;
    width:210px;
    float:right;
    padding:10px;
    margin: 8 0 8 0;
    border:solid 1px #999999;
}

/* MISC ------------------------------------------------------------------------*/
/*lps/staffpics.asp*/
.staffpicsimg{float:left; margin:0 10 50 0; height:180px;}
.imgcontainer{margin: 0 0 15 0; height:220px;}
/*end lps/staffpics.asp*/
/*lps/35th.asp*/
.leftdiv{width:68%; float:left;}
.rightdiv{width:29%; float:right; background-color: #CCCCCC; padding: 10px; border: solid 1px #999999}
/*end lps/35th.asp*/
/*smallgroups.asp*/
.smallgroupslevelsul li
{
padding-top: 5px;
}

/* GB_STYLES ----------------------------------------------------------------------*/
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}
#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
    font-family: Arial, Verdana, sans-serif;
}
#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}
.GB_Gallery {
    margin: 0 22px 0 22px;
}
.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}
.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}
.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}
.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}
.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
    font-family: Arial, Verdana, sans-serif;
}
.GB_header .close {
    text-align: right;
}
.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}
.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}
#GB_middle {
    color: #eee;
}
#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}
#GB_middle .disabled {
    cursor: default;
}
#GB_middle .left {
    padding-right: 10px;
}
#GB_middle .right {
    padding-left: 10px;
}
.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}
.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
    font-family: Arial, Verdana, sans-serif;
}
.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
    font-family: Arial, Verdana, sans-serif;
}
.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
    font-family: Arial, Verdana, sans-serif;
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* CALENDAR STYLES ----------------------------------------------------------------------*/
/*SilverLight skin. default*/
.dhtmlxcalendar{
	background: url(imgs/__dhxCal_skin_SimpleGrey/cal_bg_single_stas.png) no-repeat;
	
	border: 0px solid green;
	font-family: Arial;
	z-index:99;
	height:130px;
	padding:14px;
	width:144px;	
}
.dhtmlxcalendar_minimized{
	background: url(imgs/cal_bg_single_mini.png) no-repeat;
	height:25px;
	padding:0;
	width:178px;
}
.dhtmlxcalendar_ifr {
	height:172px;
	width:172px;
}
.dhtmlxcalendar_minimized .dhtmlxcalendarHeader{
  	margin-left:16px;
  	padding-top:4px;
}
.dhtmlxcalendar .dhtmlxcalendarHeader {
	text-align:right;
	width:144;
}
.dhtmlxcalendar .winTitle {
	color:black;
	font-size:11px;
	float:left;
	cursor: move;	
}
.dhtmlxcalendar .btn, .btn_mini, .btn_close, .btn_today, .btn_clr {
	float:right;
	height:12px;
	width:13px;	
}
.dhtmlxcalendar .btn_mini {
  	background: url(imgs/btn_mini.gif) no-repeat;
}
.dhtmlxcalendar_minimized .btn_mini {
  	background: url(imgs/btn_maxi.gif) no-repeat;
}
.dhtmlxcalendar .btn_close {
  	background: url(imgs/btn_close.gif) no-repeat;
}
.dhtmlxcalendar .btn_today {
  	background: url(imgs/btn_today.gif) no-repeat;

}
.dhtmlxcalendar .btn_clr {
  	background: url(imgs/btn_clr.gif) no-repeat;
}
.dhtmlxcalendar .entbox{
	width:145px;
	clear:both;
}
.dhtmlxcalendar td {
	font-size: 10px;
	font-family: Tahoma;
	text-align:center;
}
.dhtmlxcalendar .dxcalmonth {

}
.dhtmlxcalendar .dxcalmonth td.month_btn_left,
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_bwd.gif) center center no-repeat;
	background-repeat: no-repeat;
	width: 9px;
}
.dhtmlxcalendar .dxcalmonth td.month_btn_right {
	background: transparent url(imgs/cal_arrow_fwd.gif) center center no-repeat;
}
.dhtmlxcalendar .dxcalmonth td.month_btn_left span,
.dhtmlxcalendar .dxcalmonth td.month_btn_right span{
	visibility: hidden;
}
.dhtmlxcalendar .dxcaldlabel {
	border-bottom: 1px solid #7e7e7e;
	color:#7e7e7e;
	border-top: 0px;
	padding-left:2px;
}
.dhtmlxcalendar .dxcaldlabel td,
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	color: #7e7e7e;
}
.dhtmlxcalendar .dxcaldays td,
.dhtmlxcalendar .dxcaldays_ie td{
	border: 0px;
	cursor: pointer;
}
.dhtmlxcalendar .dxcaldays_ie td{
	height:16px;
}
.dhtmlxcalendar td.comma{
	visibility:visible;
}
.dhtmlxcalendar div.planeMonth,
.dhtmlxcalendar div.planeYear {
	height: auto;
	overflow: auto;
}
div.dhtmlxcalendar div.planeYear{
	display:inline;
	width:28px;
}
/* begin: days colors */
.dhtmlxcalendar td.thismonth{
	color:black;
	padding:1px;
}
.dhtmlxcalendar td.othermonth{
	visibility:hidden;
	
}
.dhtmlxcalendar td.weekend{
	color:#a70000;
	padding:1px;
}
.dhtmlxcalendar td.insensitive{
	color:#b5b5b5;
	cursor: default;
	padding:1px;
}
.dhtmlxcalendar td.selected{
	background-color: #36b1df;
	color:white !important;
}
.dhtmlxcalendar td.current{
	font-weight:bold  !important;
	color:black;
}
.dhtmlxcalendar td.hover{
	border:1px solid #b5b5b5;
	color: #ffffff;
	padding:0px;
}
.dhtmlxcalendar td.holiday{ 
	font-weight:bold;
	color:#a70000;
}
/* end: silverlight */
/* begin: dhtmlxDblCalendarObject */
.dhtmlxdblcalendar {
	background: url(imgs/cal_bg_double.png) no-repeat;
	padding: 0px;
}
.dhtmlxdblcalendar .dhtmlxcalendar {
	background-image: url(imgs/blank.gif);
}
/* end: dhtmlxDblCalendarObject */
/* begin: dhtmlxRichSelector */
.dhtmlxcalendar div.dhtmlxRichSelector {
	position: absolute;
	background-color:#ffffff;
	display: block;
}
.dhtmlxcalendar textarea.dhtmlxRichSelector,
.dhtmlxcalendar select.dhtmlxRichSelector {
	font-family: verdana;
	position: absolute;
	font-size: 9px;
	overflow: hidden;
	border-width: 0px;
	z-index:100;
}
.dhtmlxcalendar select.dhtmlxRichSelector {
	border: 1px solid #555555;
}
/* end: dhtmlxRichSelector */
/*======================================================================================*/