﻿body
{
    background-image: url('../Images/bg.png');
    background-repeat: repeat-y;
    background-position: center;
    background-color: #000000;
    margin: 0;
    padding: 0;
} 

.legendtext
{
    font-family: verdana,Arial;
    font-size: 13px;
    color: #4185E6;
    text-decoration: none;
    font-weight: bold;
}

.boxhead
 {
	background-image: url('Images/blue_submenu.png');
    background-repeat:no-repeat;   
    font-size: 15px;
	font-weight: bold;
	color: #E7F9FA;
	font-family: Verdana, Arial, Helvetica, sans-serif;    
	vertical-align:middle;
	height:45px;
	width:206px;
}

.Menuborder
{
    border-style:solid;
    border-color:#4D90EB;
    border-width:1.5px;  
}
.normal_text
{
    color : #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;    
}

.head
{
    background-color: #FEF8DD;
    font-size: 13px;
    color: #ff6600;
    font-family: @Verdana Unicode MS;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    azimuth: center;
    width: 130px;
    border: 1px solid #FDE8A8;
}
/*ERROR*/
.error,.red_link
{
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
   font-size:11px;
}
.headerlogo
{
    background-image: url('../images/logo.gif');
     width:101px;
     height:100px;
     background-repeat:no-repeat ;
     background-position:center ;  
}
.headername {
	font-size: 18px;
	font-weight: bold;
	color: #005898;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.button
{
    height: 20px;
    color: #000000;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    background: url('Images/blue_bg.gif') repeat-x; /* #FEFAE7;*/
    border: 1px solid #00CCFF;
    padding-bottom: 3px;
    vertical-align: middle;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.textbox
{
    width: 180px;
    border: 1px solid #8d8d8d;
    margin: 2px 0px 2px 0px;
    height: 15px;
    font-size: 11px;
    padding-top: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 2px;
}
input.textbox:focus
{
    background: #FEFAE7;
    border: 1px solid #ffdb72;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.textbox:hover
{
    background: #def7fe;
    border: 1px solid #4ab7fe;
    color: #2c84da;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.textboxAdmin
{
    width: 167px;
    border: solid 1px #000000;
    margin: 2px 0px 2px 0px;
}
.text
{
    font-family: verdana,Arial;
    font-size: 12px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
}
.Usertext
{
    font-family: verdana,Arial;
    font-size: 11px;
    color: #005898;
    text-decoration: none;
    font-weight: bold;
}
.text1
{
    font-family: verdana,Arial;
    font-size: 11px;
    color: black;
    text-decoration: none;
    font-weight: normal;
}
Span,Label
{
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    
}

.labelNews
{
    color: #00599D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
}
.grid
{
    text-decoration: none;
}
textarea
{
    border: 1px solid #8d8d8d;
    color: #363636;
    font: 11px Verdana,Arial;
    text-align: left;
    top: 0px;
    width: 180px;
    height: 50px;
}
textarea:hover
{
    background: #def7fe;
    border: 1px solid #4ab7fe;
    color: #2c84da;
}
textarea:focus
{
    background: #FEFAE7;
    border: 1px solid #ffdb72;
    color: #000;
}
/* ListBox */
.listbox
{
    border: 1px solid #8d8d8d;
    color: #363636;
    font: 12px Arial,Verdana;
    text-align: left;
    top: 0px;
    width: 180px;
    height: 50px;
}
.listbox:hover
{
    background: #def7fe;
    border: 1px solid #4ab7fe;
    color: #2c84da;
}
.listbox:focus
{
    background: #FEFAE7;
    border: 1px solid #ffdb72;
    color: #000;
}

/*dropdown css*/
select
{
    border: 1px solid #8d8d8d; /*color:#363636; */
    font: 12px Verdana,Arial; /*padding:0px 1px 0px 2px; */
    position: relative;
    text-align: left;
    top: 0px;
    height: 20px;
    width: 180px;
}
.curved_blueborder
{
    background-image: url('images/blue_bg.gif');
    border-width: 1px;
 
    border-color: #00CCFF;
    height: 20px;
    font-weight: bold;
}


select:hover
{
    background: #def7fe;
    border: 1px solid #4ab7fe;
    color: #2c84da;
}
select:focus
{
    background: #FEFAE7;
    border: 1px solid #ffdb72;
    color: #000;
}
.error
{
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_link
{
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.red_text
{
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.head
{
    background-color: #FEF8DD;
    font-size: 13px;
    color: #ff6600;
    font-family: @Verdana Unicode MS;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    azimuth: center;
    width: 130px;
    border: 1px solid #FDE8A8;
}
.head1
{
    font-size: 12px;
    color: #000000;
    font-family: @Verdana Unicode MS;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    azimuth: center;
}

.gray_border
{
    border: solid 1px #D4D4D4;
}

.box_border
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #00CCFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #00CCFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #00CCFF;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #00CCFF;
}


.box_border_topbot
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D4D4D4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D4D4D4;
    border-left-width: 0px;
    border-left-style: none;
    border-right-width: 0px;
    border-right-style: none;
}

.font
{
    /*width:500px;*/
    color: #0044a6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.gridfullborder
{
    border: 1px solid #D4D4D4;
}


.RdList
{
    font-family: Verdana,Arial ,Helvetica,Sans-Serif;
    font-size: 11px;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}


.yellowhead
{
    width: auto; /*height: auto;*/
    border-top: 1px solid #FDE8A8;
    border-bottom: 1px solid #FDE8A8;
    border-right: 1px solid #FDE8A8;
    border-left: 1px solid #FDE8A8;
    background-color: #FEF8DD;
    height: 35px;
    font-size: 13px;
    color: #ff6600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    azimuth: center;
    padding-left: 1px;
    padding-right: 1px;
}

.curved_blueborder
{
    background-image: url('Images/blue_bg.gif');
    border-width: 1px;
    border-style: outset;
    border-color: #00CCFF;
}
.gray_border
{
    border: solid 1px #D4D4D4;
}

.blue_text
{
    font-family: verdana;
    font-size: 11px;
    color: #0044a6;
    text-decoration: none;
}




 .fontradiolst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
/*footer*/

.CheckBoxListcss
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    vertical-align:top;
    text-indent:5px; 
    color: #0044a6;  
}
/* end formelements */
/* grid*/

 .Grid_background_blue
        {
            border-top-width: 1px;
            border-top-style: solid;
            border-top-color: #00CCFF;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #00CCFF;
            background-image: url('_images/bg_grid.JPG');
            background-repeat: repeat-x;
            color: Black;
        }


/* buttons */
a.btnRight 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_next.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(_images/icon_back.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_up.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(_images/icon_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnEdit
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/edit_btn.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDelete
{
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(_images/delete_btn.gif);
    background-position: center;
    background-repeat: no-repeat;
}

/* end buttons*/

/*Prashant Adddes css */
.brodtext{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00599D;
	text-decoration: none;
}
.brodtext:hover{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FF6600;
	text-decoration: none;
}		

.brodtextsimple{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.post-date {
	width: 43px;
	height: 49px;
	float:left;
	background-image: url('../../App_Themes/_images/date-bg.gif');
	background-repeat: no-repeat;
}
.post-month 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #F06C21;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.brodCtext{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

.Contenttext{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.brod_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00599D;
	
	}
	
.brod_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00599D;
	text-decoration: none;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Green;
	text-decoration:none;
	font-weight:bold;
	
}

.news:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Orange;
	text-decoration:underline;
	font-weight:bold;
	
}
.newsSubcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight:normal; 
	
	
}

.newsCategorySubcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	azimuth:center;
	font-weight:normal; 
	 

}

.newsSubcontent:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-decoration:none;
	
}
.footerL {
	
	
	background-image: url('../../App_Themes/EnrichTheme/Images/blue_block_left.gif');
	background-repeat: no-repeat;
	width: 11px;
	height: 62px;
}
.footerR {
	background-image: url('../../App_Themes/EnrichTheme/Images/footer_blue_right.gif');
	background-repeat: no-repeat;
	width: 7px;
	height: 62px;
}

.footerLoGo {
	
	/*vertical-align:middle;*/
	background-image: url('../../App_Themes/EnrichTheme/Images/s_logo.gif');
	background-repeat: no-repeat;
	background-position:left center ; 
	width: 85px;
	height: 25px;
	
}

.HeadYellow
{
  width: auto;
   /*height: auto;*/
   border-top: 2px solid Orange;
   border-bottom: 2px solid Orange;
   border-right: 2px solid Orange;
   border-left: 2px solid Orange;
   background-color:#FEF8DD;
  
  
   font-size:13px;
   color: #ff6600;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   vertical-align:middle;
   text-align:center;
   azimuth:center;
   padding-left: 1px;
   padding-right: 1px;  
}


.sidebar
{
    /*vertical-align:middle;*/
    background-image: url(_images/sidebar-bg.gif);
    background-repeat: repeat;
    background-position: left;
    width: 3px;
    height: auto;
}

.custom-calendar .ajax__calendar_container
{
 background-color:#ffc; /* pale yellow */
 border:solid 1px #666;
}
.custom-calendar .ajax__calendar_title
{
 background-color:#cf9; /* pale green */
 height:20px;
 color:#333;
}
.custom-calendar .ajax__calendar_prev,
.custom-calendar .ajax__calendar_next
{
 background-color:#aaa; /* darker gray */
 height:20px;
 width:20px;
}
.custom-calendar .ajax__calendar_today
{
 background-color:#cff;  /* pale blue */
 height:20px;
}
.custom-calendar .ajax__calendar_days table thead tr td
{
 background-color:#ff9; /* dark yellow */
 color:#333;
}
.custom-calendar .ajax__calendar_day
{
 color:#333; /* normal day - darker gray color */
}
.custom-calendar .ajax__calendar_other .ajax__calendar_day
{
 color:#666; /* day not actually in this month - lighter gray color */
}

