/* CCSTheme v 3.x */
/*Reset*/
* { margin:0; padding:0; }
/*End Reset*/
/* General */

/* Colors */
.PageBgColor {
	background-color: #ffffff;
	}

.FormTitleBgColor {
	background-color: #a5050c;
	}

.FormTitleFontColor {
	color: #ffffff;
	}

.CaptionBgColor {
	background-color: #dfdfdf;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #f7f7f7;
	}

.AltDataBgColor {
	background-color: #ebf2f8;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #444444;
	}

.VisitedLinkColor {
	color: #830083;
	}

.HoverLinkColor {
	color: #ff0000;
	}

.ColorBgButton {
	background-color: #a5050c;
}

.ColorFontButton {
	color: #ffffff;
}

.ColorBgButtonPassive {
	background-color: #93c9ff;
}

.ColorFontButtonPassive {
	color: #ffffff;
}

/* BEGIN Common */
body { 
	color: #444444;
	font-family: Verdana,Geneva,Sans;  font-size: 70%;
	}


html>body {
		font-family: Verdana,Geneva,Sans; font-size: 70%;
}

html>body td, html>body th, html>body table {
	font-size: 100%;
}


/*ie6*/
* html body {
		font-family: Verdana,Geneva,Sans; font-size: 70%;
}

* html body td, * html body th, * html body table {
	font-size: 100%;
}
/*end*/

.text { 
	color: #000000
	}

a.menulink:link, a.menulink:visited { 
	color: #444444;
	}

a.menulink:hover, a.menulink:active { 
	color: #ff0000;
	}


a:link { 
	color: #444444;
	text-decoration: none;
	}

a:visited { 
	color: #444444;
	text-decoration: none;
	}

a:hover,a:active { 
	color: #ff0000;
	text-decoration: none;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	color: #a5050c;
	font-size: 150%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	color: #a5050c;
	font-size: 130%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	color: #a5050c;
	font-size: 110%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	color: #a5050c;
	font-size: 100%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	color: #a5050c;
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	color: #a5050c;
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
		font-family: Verdana,Geneva,Sans; font-size: 80%;
	text-align: left;
	}

td { 
		font-family: Verdana,Geneva,Sans; font-size: 80%;
	/*text-align: left;*/
	}

/*input, textarea, select {
		font-family: Verdana,Geneva,Sans; font-size: 80%;
	font-size: 100%;
}

html>body input, html>body select, html>body textarea {
		font-family: Verdana,Geneva,Sans; font-size: 80%;
	font-size: inherit;
}*/

/* END Common */
/* -- 4. SLIDER -- */
.slider_wrap { position:relative; overflow:hidden; margin:0px; padding:0px; width:440px; height:230px; background:#fbfdff; border:1px solid #e0e4ea; padding:7px; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px }
#slider { position:relative; overflow:hidden; margin:0px; padding:0px; list-style:none }
#slider li { float:left; width:440px; height:230px; overflow:hidden }
#pager { position:relative; overflow:hidden; text-align:center; margin:0px; padding:12px 0px 0px; list-style:none; z-index:999; line-height:0px; background:url(Images/slider_shadow.png) 50% 0px no-repeat }
#pager li { display:inline-block; width:10px; margin:0px 2px }
#pager li a { display:block; width:10px; height:11px; background:url(Images/pager.png) -14px 0px no-repeat }
#pager li.activeSlide a { background-position:0px 0px }
/* ----------------- */

/* Personalizaciones */
#encab_menu{
	width: 940px;
	height: 135px;
	background: #FFFFFF;
	color: #444444;
	border: 1px solid #EEEEEE;
}
#encab-cuerpo{
/* width: 90%;*/
 width: 100%;
 height: 135px;
 margin: 0 auto;
/* position: relative;*/
}
#encab-barra-busca{
/* width: 100%;*/
 font-size: 80%;
 min-width: 920px;
 height: 20px;
 background: #EEEEEE;
 padding: 2px 0 2px 20px;
}
#encab-login{
	width: 350px;
	height: 65px;
	position: relative;
/*	text-align: right;	*/
	font-size: 80%;
	padding-left: 20px;
/*	border: 1px dotted #FF0000;*/
}
#encab-logo-cuadro{
	width:380px;
	height: 70px;
	overflow: hidden;
}
#encab-abrir-tienda{
/*	border: 1px dotted #666666;*/
	height: 100px;
	width: 400px;
	float: right;
}
#encab-idioma{
	width: 200px;
	height: 110px;
	overflow: hidden;
	text-align: left;
	font-size: 80%;
	float: right;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
/*	border: 1px dotted #C0C0C0;*/
}
#encab-logo{
	width: 250px;
	height: 50px;
	background: url(Images/encab_logo.png) no-repeat;
	/*position: relative;*/
	float: left;
}
#usuario_logueado{
/*	float: right;*/
	width: 90px;
	height: 40px;
/*	text-align: right;*/
}
#acceder_cuenta{
/*	float: left;*/
	width: 90px;
	height: 40px;
}
.menu_portal_derecha{
	list-style-image: url(Images/flechita.png);
	line-height: 15px;
}
#container{
/*	width: 100%;*/
	margin: 0 auto;
	width: 940px;
/*	min-height: 505px;*/
	text-align: left;
}
#encab_tienda_cuerpo{
	width: 900px;
	height: 140px;
/*	border: 1px dotted #666666;*/
	background: url(Images/bg-9x130.jpg) no-repeat 0 0;
	padding: 5px 5px 5px 5px;
}
#encab_tienda_logo{
	float: left;
/*	margin: 5px 5px;*/
	overflow: hidden;
	width: 200px;
	height: 140px;
}
#encab_tienda_nombre{
/*	margin: 5px 0 0 10px;*/
	position: relative;
	overflow: hidden;
	float: left;
	height: 80px;
	border-bottom: dotted 1px #666666;
	font-size: 200%;
	width: 490px;
}
#encab_tienda_slogan{
/*	margin: 5px 0 0 10px;*/
	position: relative;
	float: left;
	height: 40px;
	width: 490px;
}
#home {
	left: 25px;
	width:350px;
}
#carrito {
  width:200px;
}
#tu_cuenta {
  width:200px;
}
#encabezado ul li a {
  display:block;
  width:100%;
  height:100%;
}
#home a:hover {
  background:url(Images/encabezado.png) no-repeat 0 -53px;
  padding: 0 0 0 0;
}
#carrito a:hover {
  background:url(Images/encabezado.png) no-repeat -350px -53px;
    padding: 0 0 0 0;
}
#tu_cuenta a:hover {
  background:url(Images/encabezado.png) no-repeat -550px -53px;
    padding: 0 0 0 0;
}

#cuerpo{
	margin: 2px 0 10px 0px;
	width: 940px; 
	border: 1px solid #EEEEEE;
/*	min-height: 500px;
	margin: 0 auto;*/
/*	position: relative;*/
}
#cuerpo_tienda{
	width: 900px;
	height: 800px;
	margin: 0 auto;
}
#centro{
	width: 460px;
	min-height: 600px;
	margin-left: 210px;
	padding: 4px;
	margin-right: 255px;
/*	border: 1px dotted #0000FF;*/
/*	height:300px;*/
/*	position: inherit;
	float: left;*/
/*	left: 6px;*/
}
#izquierda{
	width: 205px;
	float: left;
}
#derecha{
	width: 250px;
	float: right;
}
#login{
	width: 300px;
	height: 200px;
	float: left;
}
#crear_cuenta{
	width:300px;
	height: 200px;
}
#texto_modulo{
	font-size: 110%;
	font-weight: bold;
	height: 28px;
	width: 95%;
	top: 7px;
	left: 10px;
	position: relative;
	/*border: 1px dashed #666666;*/
	color:#a5050c;
	/*margin-left: 5px;*/
}
#producto_modulo{
	padding: 25px 10px 0px 10px;
	color:#444444;
	font-size: 80%;
	font-weight: bold;
/*	border: 1px dotted #999999;*/
	width: 460px;
	height: 440px;
	overflow: hidden;
}
#contenido_modulo{
	padding: 15px 10px 0px 10px;
	color:#444444;
	font-size: 80%;
	font-weight: bold;
}
#menu_grupo{
	float: left;
	width: 230px;
/*	height: 450px;*/
	/*background: url(Images/bg-2x45.jpg) 0 0 no-repeat;*/
}
#lo_nuevo{
/*	float: left;*/
	height: 270px;
	/*margin-top: 3px;sacar cuando se arregle el slide show*/
	position: relative;
	/*background: url(Images/lonuevo_bg.jpg) center;
	border: 1px solid #eeeeee;*/
	overflow: hidden;
}
#recomendado, #oferta{
	float: left;
	width: 486px;
	height: 260px;
	margin-bottom: 10px;
	position: relative;
	background: url(Images/bg-486x260.jpg);
	overflow: hidden;
}
#producto_subcat{
	float: left;
	width: 486px;
	height: 700px;
	margin-bottom: 10px;
	position: relative;
	background: url(Images/bg-486x700.jpg) no-repeat;
	overflow: hidden;
}
#producto{
	float: left;
	width: 486px;
	height: 500px;
	margin-bottom: 10px;
	position: relative;
	background: url(Images/bg-486x500.jpg) no-repeat;
	overflow: hidden;
}
#carrito-resumen{
	width: 486px;
	height: 500px;
	margin: 0 auto;
	background: url(Images/bg-486x500.jpg) no-repeat;
	overflow: hidden;
}
#pedido-resumen{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 80%;
}
#busca{
	float: right;
	width: 200px;
	height: 100px;
	background: url(Images/bg-2x1.jpg) top no-repeat;
	margin-bottom: 10px;
}
#item_destacado{
	float: right;
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
	background: url(Images/bg-2x2.jpg) top no-repeat;
}
#crear_tienda{
	float: right;
	width: 200px;
	height: 200px;
	/*background: url(Images/bg-abra_tienda-es.jpg) top no-repeat;*/
}
#activar_cuenta{
	width: 500px;
	height: 200px;
	margin: 10px auto 0 auto;
	background-color: #6ABCFF;
	font-size: 180%;
	padding: 10px 10px;
	color: #FFFFFF;
}
#pie{
	width: 100%;
	height: 200px;
	background: url(Images/b-bottom.gif) 0 0 repeat-x;

}
#pie-contenido{
	padding-top: 20px;
	width: 700px;
	margin: 10px auto 0 auto;
}
.prod_precio{
	font-size: 200%;
	background-color: #EBEBEB;
	text-align: right;
}
.BottomMio td { 
	font-size: 80%;
	padding: 5px;
	/*border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;*/
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
}
.grande{
	font-size: 160%;
}
/* END Personalizaciones */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 100%; text-align: left;
	padding: 5px;
	background-image: url('Images/HeaderBg.gif');  color: #ffffff;
	width: 100%;
	white-space: nowrap;
	padding-left: 8px;
	}


html>body .Header th {
	font-size: 140%; font-weight: bold; text-align: left;
}


/*ie6*/
* html body .Header th {
	font-size: 140%; font-weight: bold; text-align: left;
}
/*end*/

.Header a:link { 
	color: #ffffff;
	}

.Header a:visited { 
	color: #ffffff;
	}

.Header a:hover, .Caption a:active { 
	color: #ffffff; text-decoration: none;
	}

.HeaderLeft { 
	background-image: url('Images/HeaderLeft.gif');
	}
.HeaderLeftLogo { 
	background-image: url('Images/favicon20x20.png');
	background-position: center;
	background-repeat: no-repeat;
	}


.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	background-position: right top;
	}

.HeaderLeft img{
	width: 1px;
	}
.HeaderLeftLogo img{
	width: 20px;
	}
.HeaderRight img{
	width: 1px;
	}


/* Grid Options */
.Grid { 
	border-left: 1px solid #a5050c; border-bottom: 1px solid #a5050c;
	width: 100%;
	}

.Caption th { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #dfdfdf; color: #000000;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #dfdfdf; color: #000000;
	white-space: nowrap;
	}


html>body .Caption th, html>body .Caption td {
	font-size: 100%; 	text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption th, * html body .Caption td {
	font-size: 100%; 	text-align: left; vertical-align: top;
}
/*end*/

.Caption a:link { 
	color: #000000;
	}

.Caption a:visited { 
	color: #000000;
	}

.Caption a:hover, .Caption a:active { 
	color: #ff0000;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}
	

html>body .Row th, html>body .Row td {
	font-size: 100%;
}


/*ie6*/
* html body .Row th, * html body .Row td {
	font-size: 100%;
}
/*end*/

caption.Row { 
	font-size: 80%;
	padding: 5px;
	border: 1px solid #a5050c; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}


html>body caption.Row {
	font-size: 100%;
}


/*ie6*/
* html body caption.Row {
	font-size: 100%;
}
/*end*/

.Row a:link { 
	color: #444444;
	}

.Row a:visited { 
	color: #830083;
	}

.Row a:hover, .Row a:active { 
	color: #ff0000;
	}

.Separator{
	color: #a5050c;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	vertical-align: top;
	background-color: #ebf2f8; 
	color: #000000;
	}


html>body .AltRow th, html>body .AltRow td {
	font-size: 100%;
}


/*ie6*/
* html body .AltRow th, * html body .AltRow td {
	font-size: 100%;
}
/*end*/

.AltRow a:link { 
	color: #444444;
	}

.AltRow a:visited { 
	color: #830083;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #ff0000;
	}

.NoRecords td { 
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	background-color: #f7f7f7; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .NoRecords td, html>body .Footer td {
	font-size: 100%;
}


/*ie6*/
* html body .NoRecords td, * html body .Footer td {
	font-size: 100%;
}
/*end*/

.Footer a:link { 
	color: #444444;
	}

.Footer a:visited { 
	color: #830083;
	}

.Footer a:hover, .Footer a:active { 
	color: #ff0000;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	border-left: 1px solid #a5050c; border-bottom: 1px solid #a5050c;
	width: 100%;
	}

.Record100 { 
	border-left: 1px solid #a5050c; border-bottom: 1px solid #a5050c;
	width: 100%;
	height: 100%;
	}	

.Error td { 
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
	}


* html>body .Error td {
	font-size: 100%;
}


/*ie6*/
* html body .Error td {
	font-size: 100%;
}
/*end*/

.Controls th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}
	
.Bottom td { 
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .Controls th, html>body .Controls td, html>body .Bottom td {
	font-size: 100%;
}


/*ie6*/
* html body .Controls th, * html body .Controls td, * html body .Bottom td {
	font-size: 100%;
}
/*end*/

.Bottom a:link { 
	color: #444444;
	}

.Bottom a:visited { 
	color: #830083;
	}

.Bottom a:hover, .Caption a:active { 
	color: #ff0000;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #ebf2f8; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #f7f7f7; 
	color: #000000;
	}


html>body .GroupCaption th, html>body .GroupCaption td {
	font-size: 100%;
}


/*ie6*/
* html body .GroupCaption th, * html body .GroupCaption td {
	font-size: 100%;
}
/*end*/

.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #ff0000;
	}

.GroupFooter td{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #dfdfdf; 
	color: #000000;
	}


html>body .GroupFooter td {
	font-size: 100%;
}


/*ie6*/
* html body .GroupFooter td {
	font-size: 100%;
}
/*end*/

.GroupFooter a:link {
	color: #444444;
	}

.GroupFooter a:visited{
	color: #830083;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #ff0000;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotal td{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #ebf2f8; 
	color: #000000;
	border-bottom: 2px solid #a5050c;
	}


html>body .SubTotal td {
	font-size: 100%;
}


/*ie6*/
* html body .SubTotal td {
	font-size: 100%;
}
/*end*/

.SubTotal a:link {
	color: #444444;
	}

.SubTotal a:visited{
	color: #830083;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #ff0000;
	}

.Total td{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #ebf2f8; 
	color: #000000;
	}


html>body .Total td {
	font-size: 100%;
}


/*ie6*/
* html body .Total td {
	font-size: 100%;
}
/*end*/

.Total a:link {
	color: #444444;
	}

.Total a:visited{
	color: #830083;
	}

.Total a:hover, .Total a:active{
	color: #ff0000;
	}

/* Form Options */
.Button { 
	background-color: #a5050c; color: #ffffff; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 2px; font-weight: bold; font-size: 85%; font-family: Tahoma;
	}

/* Calendar */

.Calendar { 
	border: 1px solid #a5050c;
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #ebf2f8; 
	color: #000000;
	font-weight: normal;
	}


html>body .CalendarWeekdayName {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekdayName {
	font-size: 100%;
}
/*end*/

.CalendarWeekdayName a:link {
	color: #444444;
	}

.CalendarWeekdayName a:visited{
	color: #830083;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #ff0000;
	}

.CalendarWeekendName{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #ebf2f8;	
	color: #000000;
	font-weight: normal;
	}


html>body .CalendarWeekendName {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekendName {
	font-size: 100%;
}
/*end*/

.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #ff0000;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}


html>body .CalendarDay {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarDay {
	font-size: 100%;
}
/*end*/

.CalendarDay a:link {
	color: #444444;
	}

.CalendarDay a:visited{
	color: #830083;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff0000;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: center;
	background-color: #ebf2f8;	
	color: #000000;
	}


html>body .CalendarWeekend {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekend {
	font-size: 100%;
}
/*end*/

.CalendarWeekend a:link {
	color: #444444;
	}

.CalendarWeekend a:visited{
	color: #830083;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff0000;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 80%;
	padding: 3px;
	border-top: 3px solid #a5050c; border-right: 3px solid #a5050c; border-left: 2px solid #a5050c; border-bottom: 2px solid #a5050c;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}


html>body .CalendarToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarToday {
	font-size: 100%;
}
/*end*/

.CalendarToday a:link {
	color: #444444;
	}

.CalendarToday a:visited{
	color: #830083;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #ff0000;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 80%;
	padding: 3px;
	border-top: 3px solid #a5050c; border-right: 3px solid #a5050c; border-left: 2px solid #a5050c; border-bottom: 2px solid #a5050c;
	text-align: center;
	background-color: #ebf2f8;	
	color: #000000;
	}


html>body .CalendarWeekendToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarWeekendToday a:link {
	color: #444444;
	}

.CalendarWeekendToday a:visited{
	color: #830083;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: center;
	background-color: #f7f7f7;	
	color: #a5050c;
	}


html>body .CalendarOtherMonthDay {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthDay {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthDay a:link {
	color: #a5050c;
	}

.CalendarOtherMonthDay a:visited{
	color: #a5050c;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 80%;
	padding: 3px;
	border-top: 3px solid #a5050c; border-right: 3px solid #a5050c; border-left: 2px solid #a5050c; border-bottom: 2px solid #a5050c;
	text-align: center;
	background-color: #f7f7f7;	
	color: #a5050c;
	}


html>body .CalendarOtherMonthToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthToday a:link {
	color: #a5050c;
	}

.CalendarOtherMonthToday a:visited{
	color: #a5050c;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: center;
	background-color: #ebf2f8;	
	color: #a5050c;
	}


html>body .CalendarOtherMonthWeekend {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthWeekend {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekend a:link {
	color: #a5050c;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #a5050c;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 80%;
	padding: 3px;
	border-top: 3px solid #a5050c; border-right: 3px solid #a5050c; border-left: 2px solid #a5050c; border-bottom: 2px solid #a5050c;
	text-align: center;
	color: #a5050c;
	background-color: #ebf2f8;	
	}
	

html>body .CalendarOtherMonthWeekendToday {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekendToday a:link {
	color: #a5050c;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #a5050c;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #dfdfdf;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	

html>body .CalendarSelectedDay {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarSelectedDay {
	font-size: 100%;
}
/*end*/

.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #ff0000;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 80%;
	padding: 5px;
	background-color: #f7f7f7; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .CalendarNavigator {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarNavigator {
	font-size: 100%;
}
/*end*/

.CalendarNavigator a:link {
	color: #444444;
	}

.CalendarNavigator a:visited{
	color: #830083;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #ff0000;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigator td {
	font-size: 80%;
	}

.CalendarNavigator th {
	font-size: 80%;
	}


html>body .CalendarNavigator th, html>body .CalendarNavigator td {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarNavigator th, * html body .CalendarNavigator td {
	font-size: 100%;
}
/*end*/

/* Calendar Extra */
.CalendarEvent{
	font-size: 80%;
	text-align: left;
	}


html>body .CalendarEvent {
	font-size: 100%;
}


/*ie6*/
* html body .CalendarEvent {
	font-size: 100%;
}
/*end*/

.CalendarEvent a:link {
	color: #444444;
	}

.CalendarEvent a:visited{
	color: #830083;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff0000;
	}

/* Changes for Section508 */
table tr td strong {
	padding: 0px;
	margin: 0px;
}

.th { 
		font-family: Verdana,Geneva,Sans; font-size: 80%;
	font-weight: bold;
}


html>body .th {
	font-size: 100%;
}


/*ie6*/
* html body .th {
	font-size: 100%;
}
/*end*/

.Header .th {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-image: url('Images/HeaderBg.gif');
	color: #FFFFFF;
	width: 100%;
	white-space: nowrap;
}

.Header .thP { 
	font-size: 140%; text-align: left;
	padding: 5px;
	background: url('Images/block-top2.gif') no-repeat 0 0;
	background-position: bottom;
	color: #c60000;
	width: 100%;
	white-space: nowrap;
}

.Header .thM { 
	font-size: 140%; font-weight: bold; text-align: left;
	padding: 5px;
/*	background-image: url('Images/HeaderBgP.gif');
	background-position: bottom;*/
	color: #c60000;
	width: 100%;
	white-space: nowrap;
}

html>body .Header .th {
	font-size: 140%; text-align: left;
}


/*ie6*/
* html body .Header .th {
	font-size: 140%; text-align: left;
}
/*end*/

.Caption .th { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #dfdfdf; color: #000000;
	white-space: nowrap;
}


html>body .Caption .th {
	font-size: 100%; 	text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption .th {
	font-size: 100%; 	text-align: left; vertical-align: top;
}
/*end*/

.Row .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.AltRow .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.Controls .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.GroupCaption .th {
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #a5050c; border-right: 1px solid #a5050c;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: #ebf2f8; 
	color: #000000;
}


html>body .GroupCaption .th {
	font-size: 100%;
}

html>body .Row .th, html>body .AltRow .th, html>body .Controls .th {
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}


/*ie6*/
* html body .GroupCaption .th {
	font-size: 100%;
}

* html body .Row .th, * html body .AltRow .th, * html body .Controls .th {
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}
/*end*/

/* Class for Application Builder Menu */
.simpleMenu td {
	font-size: 80%;
}


html>body .simpleMenu td {
	font-size: 100%;
} 


/*ie6*/
* html body .simpleMenu td {
	font-size: 100%;
} 
/*end*/

