/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.Logo
{
    background-image: url(images/HeadLogo.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 265px;
    height: 120px;
}
.TopbarR
{
    background-image: url(images/topbar_r.jpg);
    background-repeat: no-repeat;
    width: 74px;
    height: 120px;
}
.TopbarBg
{
    background-image: url(images/topbar_bg.jpg);
}
.LeftModBg
{
    background-image: url(images/LeftModBg.jpg);
    width: 200px;
    background-repeat: repeat-y;
}

.NavFooter
{
    background-image: url(images/nav_footer.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 56px;
}
.LeftBg
{
    background-image: url(images/left_bg.jpg);
    background-repeat: repeat-y;
    width: 50px;
} 
.RightBg
{
    background-image: url(images/right_bg.jpg);
    background-repeat: repeat-y;
    width: 50px;
}  
.FooterLeft
{
    background-image: url(images/Footer_L.jpg);
    width: 200px;
    height: 56px;
    background-repeat: no-repeat;
}	
.Footer
{
    background-image: url(images/Footer_Bg.jpg);
    background-repeat: repeat-x;
    height: 56px;
}
.FooterRight
{
    background-image: url(images/Footer_R.jpg);
    width: 170px;
    height: 56px;
    background-repeat: no-repeat;
}	
.Popup
{
	position:absolute;
	width: 150; 
	height: 150;
	left:400;
	top:170;
	visibility:visible;
	background-color:#B2B3EB;
	display:block;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	/*filter:alpha(Opacity=99 FinishOpacity=85 Style=1);*/
	font-family: Arial, Helvetica; 
	font-size: 10pt;
}
.DropDownText
{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Verdana;
    background-color: #ffffff;
    border-right: #014e82 1px solid;
    border-top: #014e82 1px solid;
    border-left: #014e82 1px solid;
    border-bottom: #014e82 1px solid;
}
/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.PageArea
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}
.HeaderArea
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    background: url(Images/header_bg.gif) repeat-x 50% top;
    padding-bottom: 4px;
    color: #000000;
    padding-top: 4px;
    font-family: Tahoma;
    letter-spacing: 1px;
    height: 31px;
    white-space: nowrap;
}
.HeaderBlueArea
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 2px;
    color: #ffffff;
    padding-top: 2px;
    font-family: Tahoma;
    letter-spacing: 1px;
    height: 28px;
    white-space: nowrap;
    background-color: #014e82;
}
.FooterArea
{
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    font-size: 8pt;
    background: url(Images/header_bg.gif) repeat-x 50% top;
    padding-bottom: 4px;
    color: #000000;
    padding-top: 4px;
    font-family: Tahoma;
    letter-spacing: 1px;
    height: 31px;
    white-space: nowrap;
}
a.VacancyTitle:link, a.VacancyTitle:visited, a.VacancyTitle:active
{
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    font-family: Tahoma;
    text-decoration: none;
}
a.VacancyTitle:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: #d3d3d3;
    font-family: Tahoma;
    text-decoration: none;
}
a.ReadMore:link, a.ReadMore:visited, a.ReadMore:active
{
    font-weight: bold;
    font-size: 8pt;
    color: #000000;
    font-family: Tahoma;
    text-decoration: none;
}
a.ReadMore:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: #0000FF;
    font-family: Tahoma;
    text-decoration: none;
}




/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}
.LeftPane  { 

}

.ContentPane
{
    width: auto;
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

A.SelectedTab:visited  {
    text-decoration:    underline;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

A.SelectedTab:active   {
    text-decoration:    underline;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

A.SelectedTab:hover    {
    text-decoration:    underline;
    font-size: 11px;
    color: red;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

/* text style for the selected tab */
.TitleTab {
    font-weight: normal;
    font-size: 11px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.TitleTab:link {
    text-decoration:    underline;
    font-size: 11px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

A.TitleTab:visited  {
    text-decoration:    underline;
    font-size: 11px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

A.TitleTab:active   {
    text-decoration:    underline;
    font-size: 11px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

A.TitleTab:hover    {
    text-decoration:    underline;
    font-size: 11px;
    color: red;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    font-size: 12px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;

}

A.OtherTabs:visited  {
    text-decoration:    underline;
    font-size: 10px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;}

A.OtherTabs:active   {
    text-decoration:    underline;
    font-size: 10px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    font-size: 10px;
    color: red;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    border-right: #014e82 1px solid;
    border-top: #014e82 1px solid;
    border-left: #014e82 1px solid;
    border-bottom: #014e82 1px solid;
    background-color: #ffffff;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-weight: bold;
    font-size: 11px;
    color: #014e82;
    font-family: Verdana, Arial;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-color: #ffffff;
    cursor: hand;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	font-weight: bold;
	font-size: 10px;
	color: #014e82;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

A.CommandButton:visited  {
	font-weight: bold;
	font-size: 10px;
	color: #014e82;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

A.CommandButton:active   {
	font-weight: bold;
	font-size: 10px;
	color: #014e82;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

A.CommandButton:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #ff0066;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #014E82 0px solid; 
	border-left: #014E82 0px solid; 
	border-top: #014E82 0px solid; 
	border-right: #014E82 0px solid;  
	background-color: #014E82;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #014E82 0px solid; 
	border-bottom: #014E82 1px solid; 
	border-top: #014E82 1px solid; 
	border-right: #014E82 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #014E82; 
	border-left: #014E82 1px solid; 
	border-bottom: #014E82 1px solid; 
	border-top: #014E82 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #014E82; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #014E82 0px solid; 
	border-left: #014E82 0px solid; 
	border-top: #014E82 0px solid; 
	border-right: #014E82 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #014E82 1px solid; 
	border-left: #014E82 0px solid; 
	border-top: #014E82 1px solid;  
	border-right: #014E82 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #014E82; 
	cursor: pointer; 
	cursor: hand; 
	color: #92BFDE; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #014E82 1px solid; 
	border-bottom: #014E82 1px solid; 
	border-top: #014E82 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* tabs */
.VacancyOnTab
{
    margin: 0px 0px 0px 1px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 8px;
    width: 102px;
    height: 24px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    background: url(images/tabs/tab.gif) no-repeat;
    position: static;
}

a.VacancyTab:link, a.VacancyTab:visited, a.VacancyTab:active
{
    margin: 0px 0px 0px 1px;
    font: 11px Tahoma, Arial, Verdana, sans-serif;
    background: url(images/tabs/tab_off.gif) no-repeat;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 8px;
    width: 102px;
    height: 24px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
}
a.VacancyTab:hover
{
    margin: 0px 0px 0px 1px;
    font: 11px Tahoma, Arial, Verdana, sans-serif;
    background: url(images/tabs/tab_on.gif) no-repeat;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 8px;
    width: 102px;
    height: 24px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
}
.VacancyTabstrip
{
    padding: 0px 0px 0px 7px;
    margin-left: 2px;
    margin-right: 2px;
    background-position: 50% bottom;
    background-image: url(images/tabs/tab_background.gif);
    background-repeat: repeat-x;
    background-color: transparent;
    height: 24px;
}
	  
.VacancyTabstrip ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 24px;
} 
	  
.VacancyTabstrip li
{
    float: left;
    display: inline;
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 24px;
}
	
.VacancyTabstrip a
{
    float: left;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.VacancyTabstrip a span
{
    float: none;
    height: 24px;
}
/* End IE5-Mac hack */
	
.VacancyTabstrip a:hover span
{
    color: black;
    height: 24px;
}

.VacancyTabpanel
{
    border-left: 1px solid #919B9C;
    border-right: 1px solid #919B9C;
    border-bottom: 1px solid #919B9C;
    margin: 0px 2px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color: #FCFCFE;
}

/* Admin Tabs */
.VacancyAdminTabstrip
{
    background: url(images/tabs/tab_background.gif) repeat-x bottom;
    width: 730px;
    padding: 0px 0px 0px 7px;
    line-height: normal;
    margin-left: 4px;
    margin-right: 4px;
}
	  
.VacancyAdminTabstrip ul
{
    padding: 0;
    margin: 0;
    list-style: none;
} 
	  
.VacancyAdminTabstrip li
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}
	
.VacancyAdminTabstrip a
{
    font: normal 11px Tahoma, Arial, Verdana, sans-serif;
    float: left;
    background: url(images/tabs/left_both.gif) no-repeat left top;
    margin: 0px;
    padding: 0 0 0 4px;
    border-bottom: 1px solid #919B9C;
    text-decoration: none;
    cursor: hand;
}
	
.VacancyAdminTabstrip a span
{
    float: left;
    display: block;
    background: url(images/tabs/right_both.gif) no-repeat right top;
    padding: 5px 6px 2px 2px;
    font-weight: normal;
    color: black;
    width: 100px;
    text-align: center;
    line-height: normal;
    font: normal 11px Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
}

.VacancyAdminTabstrip ul li a:visited
{
    font: normal 11px Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
    color: black;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.VacancyAdminTabstrip a span
{
    float: none;
}
/* End IE5-Mac hack */
	
.VacancyAdminTabstrip a:hover span
{
    color: black;
}

.VacancyAdminTabstrip .selected a
{
    font: normal 11px Tahoma, Arial, Verdana, sans-serif;
    background-position: 0 -34px;
    border-width: 0;
    margin-top: 2px;
}
	
.VacancyAdminTabstrip .selected a:hover
{
    background-position: 0 -34px;
}

.VacancyAdminTabstrip .selected a:hover span
{
    background-position: 100% -34px;
}		
    
.VacancyAdminTabstrip .selected a span
{
    background-position: 100% -34px;
    padding-top: 3px;
    padding-bottom: 5px; /*color:#333;*/
    margin-top: 0px;
}
  	 
li.VacancyAdminTab .selected
{
    margin-top: 5px;
}
	  
.VacancyAdminTabstrip a:hover
{
    background-position: 0% -32px;
}

.VacancyAdminTabstrip a:hover span
{
    background-position: 100% -32px;
}

.VacancyAdminTabpanel
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 20px;
    margin: 0px 4px 2px;
    background-color: #FCFCFE;
    border-top: 1px solid #919B9C;
    border-left: 1px solid #919B9C;
    border-right: 1px solid #919B9C;
    border-bottom: 1px solid #919B9C;
    width: 730px;
}
	
.VacancyAdminOptionpanel
{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 4px;
    margin-bottom: 4px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #FCFCFE;
    float: none;
    border-left: 1px solid #919B9C;
    border-right: 1px solid #919B9C;
    border-bottom: 1px solid #919B9C;
    border-top: 1px solid #919B9C;
    text-align: center;
}

/* Footer Link */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}
a.FooterLink:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #cc0000;
	font-family: tahoma;
	text-decoration: none;
}
.Copyright
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}
/* Paging Control Style */
.MeruPagingTable
{
	width: 100%;
}
.MeruPagingStatus
{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Tahoma, Arial;
}
.MeruPagingActive
{
    font-weight: normal;
    font-size: 11px;
    color: #003366;
    font-family: Verdana, Tahoma, Arial;
}
.MeruPagingInActive
{
    font-weight: normal;
    font-size: 11px;
    color: #003366;
    font-family: Verdana, Tahoma, Arial;
}

a.MeruPagingActive:link, a.MeruPagingActive:visited, a.MeruPagingActive:active
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
}
a.MeruPagingActive:hover
{
    font-weight: normal;
    font-size: 11px;
    color: #003366;
    font-family: Verdana, Tahoma, Arial;
}
.MeruPagingInActive
{
    font-weight: normal;
    font-size: 11px;
    color: #003366;
    font-family: Verdana, Tahoma, Arial;
}
