/* CSS Document */
body{
background-color:#220b1f;
background-image:url(images/bag.jpg); background-repeat:repeat-x;
margin-top:20px;
}
.body_table{
width:950px;
margin:0px auto;
}

.top_navigation{
padding-top:50px;
height:30px;
}
.navigation_image{
margin-right:10px;
border:0px;
cursor:pointer;
}

h1{
font-family: Arial, Verdana, Myriad Pro;
font-size:16px;
font-weight:bold;
color:#5E244A;
text-transform:uppercase;
text-shadow:#FFFFFF 0px 2px 2px;
}

h2{
font-family : Arial, Verdana, Myriad Pro;
font-size:14px;
font-weight:bold;
color:#5E244A;
text-transform:uppercase;
}

.footer {
font-family:Arial, Verdana, Myriad Pro;
font-weight:normal;
color:#a1acb3;
font-size:12px;
padding-top:10px;
padding-left:4px;
}

.footer a:link{
text-decoration:underline;
color:#4d203d;
}

.footer a:visited{
text-decoration:underline;
color:#4d203d;
}
.footer a:hover{
text-decoration:none;
color:#a1acb3;
}


.text_bag{
background-color:#D3CED2;
font-family:Arial, Verdana, Myriad Pro;
color:#5E244A;
padding-left:20px;
/* border:4px solid #4C192C; border-top:none; */
}
.aboutText_div{
font-family:Arial, Verdana, Myriad Pro;
font-size:12px;
text-align:justify;
line-height:20px;
}
.text_div{
font-family:Arial, Verdana, Myriad Pro;
font-size:12px;
text-align:justify;
line-height:16px;
width:900px;

}
.menu_title{
background-image:url(images/title_bag.jpg);
background-repeat:no-repeat;
padding-left:10px;
}

.heading {
background-image:url(images/heading.jpg);
background-repeat:no-repeat;
font-family: Arial, Verdana, Myriad Pro;
font-size:20px;
color:#5E244A;
font-weight:bold;
height:30px;
margin-bottom:0px; text-align:center;
}



/* Menu Bar */

.menu_div{
background-image:url(images/bag_menu.png);
background-repeat:no-repeat;
padding-bottom:2px;
width:163px;
position:absolute;
margin:20px 0px 0px 730px;
}

.left_menu{
font-family:Arial, Verdana, Myriad Pro;
font-size:12px;
color:#5E244A;
background-color:#C0A0BA;
border:1px solid #695A66;
height:22px;
border-bottom:2px solid #CDCBCD;
line-height:22px;
font-weight:normal;
margin-right:2px;
}
.left_menu a:link{
text-decoration:none;
color:#5E244A;
}
.left_menu a:visited{
text-decoration:none;
color:#5E244A;
}
.left_menu a:hover{
text-decoration:none;
color:#FFFFFF;
}

li{
padding:0px;
list-style:disc;
}
ul{
margin:0px;
padding:15px;
}

.textfiled{
background-color:#BCACB7;
color:#5E244A;
border:1px solid #60374D;
}

/* dropdown  Old


.dropdown {
background-image:url(images/dropdown_bg.png);
width:130px;
height:55px;
display:none;
font-family:Tahoma, sans-serif, Arial;
font-size:11px;
color:black;
text-align:left;
position:absolute;
padding:5px 0px 0px 10px;
line-height:16px;
border-bottom:4px solid #660000;
border-left:1px solid #A37F6A;
border-right:1px solid #A37F6A;
}
.dropdown a:link{
text-decoration:none;
color:black;
}
.dropdown a:visited{
text-decoration:none;
color:black;
}
.dropdown a:hover{
text-decoration:underline;
color:#663333;

}

*/


a:link{
text-decoration:underline;
color:#5E244A;
}
a:visited{
text-decoration:underline;
color:#5E244A;
}
a:hover{
text-decoration:underline;
color:#FFFFFF;
}



/**
 * Style sheet for CalendarPickerControl
 * System-colors theme
 */

div.calendarbutton{
	position: absolute;
	width: 15px;
	height: 16px;
	background: transparent url("../images/calendar_icon.png") no-repeat center;
}

#CalendarPickerControl{
	background-color: transparent;
	width: 250px;
	height: 200px;
}

#CalendarPickerControl table.calframe{
	width: 100%;
	border: 1px solid black;
	background-color: buttonface;
	text-align: center;
}

#CalendarPickerControl td.monthname{
	width: 100%;
	font: normal 13px Verdana;
	color: captiontext;
	font-weight: bold;
	background-color: activecaption;
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font: normal 13px Verdana;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl table.navigation{
	width: 100%;
	text-align: center;
}

#CalendarPickerControl td.navbutton{
	font: normal 11px Verdana;
	color: buttontext;
	font-weight: bold;
	background-color: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover{
	text-decoration: underline;
	border-color: threeddarkshadow buttonhighlight buttonhighlight  threeddarkshadow;
	background-color: buttonshadow;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.dayname{
	font: normal 11px Verdana;
	color: captiontext;
	font-weight: bold;
	background-color: activecaption;
}

#CalendarPickerControl td.daynameLNX{
	font: normal 11px Verdana;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl td.today{
	font: normal 11px Verdana;
	background-color: buttonface;
	color: red;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.current{
	font: normal 11px Verdana;
	font-weight: bold;
	background-color: highlight;
	color: highlighttext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.current:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.day{
	font: normal 11px Verdana;
	background-color: buttonface;
	color: buttontext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

#CalendarPickerControl td.day:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.weekend{
	font: normal 11px Verdana;
	color: buttontext;
	text-decoration: none;
	background-color: threedshadow;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight;
}

#CalendarPickerControl td.weekend:hover{
	background-color: buttonshadow;
	text-decoration: underline;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.dayothermonth{
	font:normal 11px Verdana;
	background-color: buttonhighlight;
	color: inactivecaptiontext;
	border: 1px solid buttonhighlight;
}

#CalendarPickerControl td.weeknumber{
	font:normal 9px Verdana;
	background-color: buttonface;
	color: inactivecaptiontext;
	border-width: 0px;
}

#lblDate{
font-weight:bold;
text-transform:uppercase;
}