/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
        background-color: #FFFFFF;

}

/* background color for the content part of the pages */
Body
{
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	background-color: #transparent;
        background-image: url(/images/webdots.jpg);
}

#fckBody
{
	background-color: white;
                background-image: none;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.LeftPane  { 
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.ContentPane  { 
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	background-color: #FFFFFF;
}

.RightPane  { 
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	background-color: #FFFFFF;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #11357A;
	text-align: left;

}

A:link  {
	font-size: 11px;
	color: #11357A;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: hand;
}

A:visited   {
	color: #11357A;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover {
	color: #6EB31C;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:active    {
	color: #11357A;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
	line-height: 14px;
	list-style-image:url(../images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*
  Extra CSS Entries from EPC CSS file created by Vivek
*/

.bg {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	background-color: #6B6B6B;
	background-image: url(../images/webdots.jpg);
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	text-align: left;
}

.linkSmall a:link {
	font-size: 10px;
	color: #11357A;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkSmall a:visited {
	color: #11357A;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkSmall a:hover {
	color: #6EB31C;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkSmall a:active {
	color: #11357A;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.linkMenu a:link {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.linkMenu a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.linkMenu a:hover {
	color: #92EA54;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.linkMenu a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.linkMenu2 a:link {
	font-size: 12px;
	color: #273A63;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.linkMenu2 a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #273A63;
}

.linkMenu2 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.linkMenu2 a:active {
	color: #273A63;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.butt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px solid #333333;
	height: 22px;
	text-align: center;
}

.smalltxt {
	font-size: 11px;
	color: #0066B3;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.submitbutt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #214283;
	border: 1px solid #6EB31C;
	height: 22px;
}

.norepeat {
	background-repeat: no-repeat;
}

.norepeatx {
	background-repeat: repeat-y;
}

.norepeaty {
	background-repeat: repeat-x;
}

.norepeatcentre {
	background-repeat: no-repeat;
	background-position: center center;
}

.norepeatandright {
	background-repeat: no-repeat;
	background-position: right center;
}

.txtfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #534A43;
	height: 20px;
	padding: 2px;
	color: #214283;
	background-color: #FFFFFF;
}

.Dotted-borderHor {
	background-image: url(/portals/0/images/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.border4 {
	border: 1px solid #CCCCCC;
}

.norepeatXcentre {
	background-repeat: repeat-y;
	background-position: center;
}

.menuLine {
	background-image: url(../images/whg_18.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.Font2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6EB31C;
}
.NewsPostDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6EB31C;
}

.Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}

.Bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}

.Font2Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6EB31C;
	font-weight: bold;
}

.Font3Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #11357A;
	font-weight: bold;
}

.Font4Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.norepeatandrightBottom {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.txtfieldSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #534A43;
	height: 18px;
	padding: 2px;
	width: 40px;
	color: #000000;
	background-color: #E9ECEF;
}

.list-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid 534A43;
	height: 18px;
	padding: 2px;
	background-color: #E9ECEF;
}

.txtfieldBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #534A43;
	height: 18px;
	padding: 2px;
	width: 200px;
	color: #000000;
	background-color: #E9ECEF;
}

.txtArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #534A43;
	padding: 2px;
	width: 250px;
	color: #000000;
	background-color: #E9ECEF;
}

.Font5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0079C2;
	font-weight: normal;
}

.Font5Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0079C2;
	font-weight: bold;
}

.border2 {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.smalltxt2 {
	font-size: 11px;
	color: #535353;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smalltxt3 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BorderTopWhite {
	border-top: 1px solid #FFFFFF;
}

.Font3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #11357A;
	font-weight: normal;
}

.norepeatandleft {
	background-repeat: no-repeat;
	background-position: left center;
}

.BorderRightLeft {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D2D2D2;
	border-left-color: #D2D2D2;
}

.txtfieldSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	height: 15px;
	padding: 2px;
	color: #214283;
	width: 166px;
}

.Font4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.Dotted-borderVer {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.Font2Small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6EB31C;
}

.Font3Small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #11357A;
	font-weight: normal;
}

.FontSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.FontSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #214283;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: -1pt;
}

.FontTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #5F5F5F;
	letter-spacing: -2px;
}

.FontSubTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6EB31C;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: -1pt;
}

.Font3BoldItalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #11357A;
	font-weight: bold;
	font-style: italic;
}

.Font3new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	font-weight: normal;
}

/* Text for the site in the <p> string*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
}

p.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	text-align: justify;
}





