@charset "utf-8";
/* CSS Document */

.td1
{
	text-align:left;
	padding-left:10px;
	font-size:50pt;
}

a{text-decoration:none; color:#0062b5;}
a:hover{text-decoration:underline; color:#0062b5;}
.pageheading{font-family:Arial, Helvetica, sans-serif;font-size:18px;font-weight:bold;color:#034379;}
.pagesubheading{font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:bold;color:#0076a3;}
.subheading{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#034379; padding-left:5px;}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable{
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 700px;
	height:98px;
	margin-left:10px;
}
.scrollable1 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 400px;
	height:115px;
}
.scrollable1 .items1 {
	/* this cannot be too large */
	width:800em;
	position:absolute;
}
.items1 div {
	float:left;
	vertical-align:top;
}
.scrollable1 {
	float:left;	
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:1000em;
	position:absolute;
	top: 0px;
	left: -1px;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	vertical-align:top;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:20px;
	height:30px;
	float:left;
	margin:35px 10px 10px 0px;
	cursor:pointer;
	font-size:1px;
}
a.browse1 {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:20px;
	height:30px;
	float:left;
	margin:35px 15px 10px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: -50px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left			{ margin-left: 20px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down	{ 
	background:url(images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  	{ background-position:-30px 0; }
a.up:active  	{ background-position:-60px 0; }

/* down */
a.down 			{ background-position: 0 -30px; }
a.down:hover  	{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
.footer
{
	
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
}
.aggarsain
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#034379;
}

/* CSS Document */
.Group {
	display: block;
	height: 28px;
	width: 150px;
	background-image: url(images/Button_Group.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 28px;
	width: 150px;
	background-image: url(images/Button_Option.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: /*#dfdfdf*/#333333;
	text-decoration: none;
}
.Option:hover {
	color: #333333;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
.tdcontent
{
	padding:5px 15px 5px 15px;
}
td .months
{
	color:#034379;
	font-weight:bolder;
	text-transform:uppercase
}
td .dates
{
	color:#034379;
}
