﻿body {
}

/*Text starts*/
.normaltext
{
 font-family:tahoma,verdana,Arial;
 font-weight:normal;
 font-size:11px;
 color:#333333;
 line-height:15px;
 /*text-align:justify;*/
 
}

.normaltext12
{
 font-family:tahoma,Verdana,Arial;
 font-weight:bold;
 font-size:11.5px;
 color:#676767;
}

.boldtext
{
 font-family:tahoma,Verdana;
 font-weight:bold;
 font-size:12px;
 color:#333;
}

.listtext
{
 font-family:tahoma,verdana;
 font-weight:normal;
 font-size:11px;
 color:#2D5C97;
 border-bottom:1px solid #CCE6F7;
 padding:7px 0 7px 0;
}

.whitetext12
{
 font-family:Arial;
 font-weight:normal;
 font-size:12px;
 color:#fff;
}

.styletext
{
 font-family: Garamond, Arial;
 font-weight:bold;
 font-size:20px;
 color:#fff;
 font-style:italic;
}

.contenttext
{
 font-family:verdana,Arial;
 font-weight:normal;
 font-size:11px;
 color:#333;
 line-height:15px;
 text-align:justify
}

.titletext
{
 font-family:Verdana;
 font-weight:bold;
 font-size:11px;
 color:#30638D;
 text-align:left;
}

.pagetitletext
{
 font-family:tahoma,Verdana,Arial;
 font-weight:bold;
 font-size:18px;
 color:#2D5C97;
 padding:0 0 0 10px;
}

.contenttitletext
{
 font-family:Arial;
 font-weight:bold;
 font-size:16px;
 color:#2D5C97;
}
.greytext
{
 font-family:verdana,Arial;
 font-weight:normal;
 font-size:11px;
 color:#666;
}
.bluetext
{
 font-family:tahoma,Verdana,Arial;
 font-weight:normal;
 font-size:11px;
 color:#2D5C97;
}

/*Text End*/


/*Links starts*/
.link
{
 font-family:tahoma,Verdana,Arial;
 font-weight:normal;
 font-size:11px;
 color:#2D5C97;
 /* line-height:20px;*/
}
.link a
{
 color:#2D5C97;
 text-decoration:none;
}
.link a:active
{
 color:#2D5C97;
 text-decoration:none;
}
.link a:hover
{
 color:#000;
 text-decoration:none;
}

.footerlink
{
 font-family:tahoma,Verdana,Arial;
 font-weight:bold;
 font-size:11px;
 color:#a2a2a2;
 /* line-height:20px;*/
}
.footerlink a
{
 color:#a2a2a2;
 text-decoration:none;
}
.footerlink a:active
{
 color:#a2a2a2;
 text-decoration:none;
}
.footerlink a:hover
{
 color:#2D5C97;
 text-decoration:none;
}



.bluelink
{
 font-family:tahoma,Verdana,Arial;
 font-weight:normal;
 font-size:11px;
 color:#2D5C97;
 line-height:20px;
}
.bluelink a
{
 color:#2D5C97;
 text-decoration:none;
}
.bluelink a:active
{
 color:#2D5C97;
 text-decoration:none;
}
.bluelink a:hover
{
 color:#333;
 text-decoration:none;
}
.bluelink a:visited
{
 color:#2D5C97;
 text-decoration:none;
}


.menulink
{
 font-family:tahoma,Verdana,Arial;
 font-weight:normal;
 font-size:10px;
 color:#2D5C97;
}
.menulink a
{
 color:#2D5C97;
 text-decoration:none;
 padding-left:3px;
}
.menulink a:active
{
 color:#2D5C97;
 text-decoration:none;
}
.menulink a:hover
{
 color:#000;
 text-decoration:none;
}


.whitelink
{
 font-family:Arial;
 font-weight:normal;
 font-size:11px;
 color:#ffffff;
}
.whitelink a
{
 color:#ffffff;
 text-decoration:none;
}
.whitelink a:active
{
 color:#ffffff;
 text-decoration:none;
}
.whitelink a:hover
{
 color:#FEC650;
 text-decoration:none;
}

.topmenulink
{
 font-family:Arial;
 font-weight:bold;
 font-size:11px;
 color:#333;
}
.topmenulink a
{
 color:#333;
 text-decoration:none;
}
.topmenulink a:active
{
 color:#333;
 text-decoration:none;
}
.topmenulink a:hover
{
 color:#242D78;
 text-decoration:none;
}
/*Link Ends*/


/*Background starts*/
.bluebg
{
 background-color:#28688B;
}

.divider
{
 background-color:#DFDFDF;
}
.divider_blue
{
 background-color:#CCE6F7;
}
.popup
{
	border:2px solid #FF9901;
	background-color:#fff;
	font-family:Arial;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding:10px;
	width:100%;
}

/*Background ends*/

.textbox
{
	border:1px solid #ccc;
	background-color:#ffffff;
	font-family:tahoma,Verdana, Arial;
	color:#2D5C97;
	font-size:11px;
	font-weight:normal;
	padding:2px 0 0 3px;
	height:16px;
}

.textboxwhite
{
	background-color:#ffffff;
	border:1px solid #061F24;
	padding:2px 0 0 3px;	
	font-family:Arial;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	height:18px;
}

/*Menu start*/
.topnavmenu

{
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-weight: normal;
    font-size: 11px;
    font-family:tahoma,Verdana,tahoma, arial;
    color:#30638D;
    text-align:center;

}
.topnavmenu li

{
    display: block !important; /*For GOOD browsers*/
    display: inline; /*For IE*/
    position: relative;

}
.topnavmenu a
{
    padding: 10px 20px 10px 20px;
    display: block;
    text-decoration: none;
    color: #30638D;
    height:0px;
    height: auto !important;
    height: 100%; /*For IE*/
    /*border-right:1px solid #DBE2EA;*/
      
}
.topnavmenu a:hover
{
    color: #30638D;
    padding: 10px 20px 10px 20px;
    background: url(../Graphics/Images/active-menuover.jpg); 
      
}

.topborder
{
	border-right:1px solid #CED8D9;
	border-left:1px solid #CED8D9;
	border-top:1px solid #CED8D9;
}

/*Menu start*/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(graphics/Icons/treeview-default.gif) -10px -10px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: hand;
}


/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	font-weight: normal;
	font-size: 11px;
	font-family:tahoma,Verdana,tahoma, arial;
	color:#2D5C97;
}


/* TREEVIEW */

.treeview li, .treeview li a
{
	font-family:tahoma,Verdana,tahoma, arial;
}


.treeview li 
{ 
	margin: 0;
	padding: 3px 0 3px 10px;
	font-weight: normal;
	font-size: 11px;
	color:#2D5C97;
	text-decoration:none;
	background: url(../Graphics/Icons/no-expand.gif) no-repeat left 6px;
	*background: url(../Graphics/Icons/no-expand.gif) no-repeat left 10px;
}
.treeview a.selected {
	font-weight: normal;
	font-size: 11px;
	color:#000;
}

.treeview a
{ 
	font-weight: normal;
	font-size: 11px;
	color:#2D5C97; 
	cursor: hand;
	text-decoration:none; 
}

.treeview a.active 
{ 
	font-weight: normal;
	font-size: 11px;
	color:#2D5C97; 
	cursor: hand; 
}
.treeview a.link 
{ 
	font-weight: normal;
	font-size: 11px;
	color:#2D5C97; 
	cursor: hand; 
}
.treeview a.hover 
{ 
	font-weight: normal;
	font-size: 11px;
	color:#000000; 
	cursor: hand; 
}
/* text style end */


#treecontrol 
{
	margin: 1em 0; 
	display: none;
}

.treeview li.expandable, .treeview li.lastExpandable
{
	background: url(../graphics/Icons/expand.gif) no-repeat left 6px;
	*background: url(../graphics/Icons/expand.gif) no-repeat left 10px;
}

.treeview li.collapsable, .treeview li.lastCollapsable
{
	background: url(../graphics/Icons/collapse.gif) no-repeat left 6px;
	*background: url(../graphics/Icons/collapse.gif) no-repeat left 10px;
}

.treeview li.last 
{ 
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea 
{ 
	background-position: 0; 
}

/*Menu end*/
