/* DateSelector starts*/

/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	background-color: #9f9fff
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	/*border-color: #a0a0a0;
	background-color: #cee3ef;*/
	background-color: #0066cc;
	border-color: #cccccc;
	color: White;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
	cursor: hand;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	/*background-color: #cee3ef;*/
	background-color: #9f9fff;
	color:Black;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	/*color: red;*/
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #0066cc;
	font-weight: bold;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	/*background-color: #cee3ef;*/
	background-color: #9f9fff;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}


/* DateSelector ends*/



/* CSS Document */
body {
background-color:#fff;

margin-top : 0px; 
margin-left: 0px;
text-align:center;

/*

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;*/
color: #000;

}
/* JJ added starts */
Table, TD, Select, Input, Span, P, Textarea
{
	font-family:Verdana;
    font-size:11px;
     font-weight:bold;
}

.ArticleTitle 
{
	font-size: 16px; 
	font-family: Verdana, Helvetica, sans-serif; 
	/*
	font-weight:bold; 
	*/
	color:#33A02C;
}

.ArticleDate
{
	font-size: 11px; font-family: Verdana, Helvetica, sans-serif; font-style:italic;
}

.EventTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
/**/
.ftGallery
{
  color: #33A02C;
}

.BorderAll 
{
	border: 1px SOLID #33A02C;
}

.StatusBar
{
	font-size: 11px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
}

.SubHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#temp
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#tblSubHeader 
{
	width:750px;
}
#tblSubHeaderPropaganda {
	width:750px;
}

#ContentInfo {
background-color: #c08e0c;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
padding-top: 3px;
/* */
padding-bottom: 3px;
padding-left:5px;

}
#Contentfooter {
background-color: #c08e0c;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
padding: 5px;
}
a.contentMenu {
color: #ffffff;
}

a.contentMenu:link {
color: #ffffff;
}

a.contentMenu:active {
color: #ffffff;
}

a.contentMenu:hover {
color: #f2c102;
text-decoration: underline;
}

#contentA {
background-image:url(images/bgContent_1.jpg);
padding-right: 5px;
padding-top: 5px;
}

#contentRightA {
background-image:url(images/bgContent_1.jpg);
}


/* JJ added ends */



/*
style1{
color: #ffffff;

}
*/

A:link {
	COLOR: #fff; TEXT-DECORATION: none
}

A:active {
	COLOR: #33A02C; TEXT-DECORATION: none
}

A:visited {
	COLOR: #fff; TEXT-DECORATION: none
}

A:hover {
	COLOR:#33A02C;TEXT-DECORATION: none;
}


a.menu {
color: #CC9900;
}

a.menu:link {
color: #33A02C;
}

a.menu:active {
color: #CC9900;
}

a.menu:hover {
color: #33A02C;
text-decoration: none;
}

#main {
position:absolute;
top: 1px;
left: 1px;
}

#header {
}

#Info {
background-color: #c08e0c;
}

#content {
background-image:url(images/bgLeft_1.jpg);
background-repeat:no-repeat;
padding-right: 5px;
padding-top: 5px;
}

#Schedule {
font-family: Verdana, Arial, Helvetica, San-Serif;
font-color: #ffffff;
font-size: 10px;
background-color: #c08e0c;
}

#contentRight {
background-image:url(images/bgLeft_1B.jpg);
}

#footer {
background-image:url(images/footerBG.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
/*
color: #F2C102;
*/
color: #CC9900;
padding-top: 10px;
}