﻿/* background color for the content part of the pages */
Body
{
    /*background:transparent url('../../EditaImages/main-strip.gif') repeat-x center top;width:100%;*/
    margin:0px auto;font:normal 12px Verdana
}

.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}

.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
    vertical-align: middle;
    margin: 0px;
}

.Language img
{
    border: none;
}


/* style for module titles */
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #ff0000;
    
}

/* 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;
}

/* style to apply if the content should be hidden */
.Hidden
{
    display: none;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color: White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
    overflow: auto;
}

.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: White;
    padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
    width: 650px;
}
.WizardButton
{
    border-right: #696969 1px solid;
    padding-right: 2px;
    border-top: #696969 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #696969 1px solid;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #ffffcc;
    border-bottom: black 1px solid;
    height: 40px;
}
.WizardFooter
{
    border-top: black 1px solid;
    background: #ccffcc;
    height: 25px;
    text-align: right;
}
.WizardBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 325px;
}
.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9pt;
    padding-bottom: 5px;
    border-left: black 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #ccffff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    width: 180px;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    height: 300px;
}
.WizardText
{
    font-size: 9pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #f98014 !important;
    font:normal 12px Arial !important;
    text-decoration:underline !important
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #f98014 !important;
    font:normal 12px Arial !important
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #f98014 !important;
    font:normal 12px Arial !important;
        text-decoration:none !important
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #f98014 !important;
    font:normal 12px Arial !important

}

/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
    font-family: Verdana, sans-serif;
}


/* 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:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A:active
{
    text-decoration: none;
    color: #003366;
}*/

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


UL LI
{
    list-style-type: circle;color:#08426b;font:normal 12px Arial;line-height:20px;
}

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;
}
OL UL LI
{
    list-style-type: disc;
}

HR
{
    color: #696969;
    height: 1pt;
    text-align: left;
}

/* 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;
    height: 16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    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;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    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;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    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;
}

/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    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;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
.MainMenu_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;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
    background-color: #CCCCCC;
}

.TabBg
{
    background-color: black;
}

.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.SelectedTab:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.SelectedTab:active
{
    text-decoration: none;
    color: #eeeeee;
}

.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #eeeeee;
}

.PagingTable
{
    height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
    border: solid 1px red;
    background-color: Transparent;
}

.LabelEditWorkClass
{
    /*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
    border: solid 0px red;
    background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
    border: solid 1px black;
    white-space: nowrap;
    background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: outset 1px; /*give toolbar a 3D look*/
    position: absolute; /*needed so it doesn't take up space */
    margin-top: -22px; /*specify toolbar to be just above text */
    white-space: nowrap; /* makes toolbar horizontal */
    background: url(../../images/eip_toolbar.gif);
    background-color: #99cccc;
    background-repeat: repeat-x;
    height: 22px;
}

.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; /*change mouse to pointer when hover over button*/
    float: left;
}

.eipbutton_edit
{
    background: url(../../images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(../../images/eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
    width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
    text-align: left;
}
.DNNAlignright
{
    text-align: right;
}
.DNNAligncenter
{
    text-align: center !important;
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    border: 1px #25569a solid;
}

.LoginTabSelected
{
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    background-position: 0% -41px;
    border: 1px #25569a solid;
}

.LoginTabHover
{
    float: left;
    background: url( "../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #555;
    border: 1px #C00 solid;
    cursor: pointer;
}

.LoginContainerGroup
{
    clear: both;
    padding-top: 5px;
}

.LoginContainer
{
}

/* Search SkinObject Styles */

div.SearchContainer
{
    white-space: nowrap;
}

div.SearchBorder
{
    width: 180px;
    height: 25px;
    white-space: nowrap;
    float: left;
    margin-top: 2px;
    background:transparent url(../../EditaImages/search-bgNew.jpg) no-repeat scroll left top;
}
input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0px;
    width: 169px;
    height: 18px;
}
.srchBtnImg{float:left;margin:3px 0 0 0}
div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    display: -moz-inline-box;
}

div.SearchIcon
{
    float: left;
    width: 35px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
    margin:3px 0 0 5px
}

div.SearchIcon img
{
    margin-top: 3px;
    
}
ul #SearchChoices{margin-top:-15px}
#SearchChoices
{
    width: 160px;
    clear: both;
    display: none;
    border: solid 1px #777;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #eee;
    position: relative;
    top: 21px;
    left: 0px;
    
}

#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
     color:#12477d !important;
    font:bold 10px Verdana
    
}

#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}

#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
    color:#12477d !important;
    font:bold 10px Verdana
}

/* Event Viewer Styles */
.Exception
{
    color: #ffffff;
    background-color: #ff1414;
}
.ItemCreated
{
    color: #ffffff;
    background-color: #009900;
}
.ItemUpdated
{
    color: #ffffff;
    background-color: #009999;
}
.ItemDeleted
{
    color: #000000;
    background-color: #14ffff;
}
.OperationSuccess
{
    color: #ffffff;
    background-color: #999900;
}
.OperationFailure
{
    color: #ffffff;
    background-color: #990000;
}
.GeneralAdminOperation
{
    color: #ffffff;
    background-color: #4d0099;
}
.AdminAlert
{
    color: #ffffff;
    background-color: #148aff;
}
.HostAlert
{
    color: #ffffff;
    background-color: #ff8a14;
}
.SecurityException
{
    color: #ffffff;
    background-color: #000000;
}
#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #ffffff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist 
{
	width: 120px;
	margin: 0;
	border-right: 1px solid black;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}

/*Manage Products Styles*/
.gridBorder{border:solid 1px #cccccc}
.gridBorderBtm{border-bottom:solid 1px #cccccc}
.gridHeader{color:#FF9933;text-align:center;font:bold 13px Arial;border:solid 1px #ccc;height:25px}
.gridWidth{width:600px;border:solid 1px #ccc}
.gridAlt td{background-color:#f2f2f2;height:25px}
.smllTxtbox{border:#b0a298 1px solid;height:20px;color:#154a74;width:50px}
.bigTxtbox{border:#b0a298 1px solid;height:20px;color:#154a74;width:217px}
.manageProduct{border:#b0a298 1px solid;height:20px;color:#154a74;width:140px}
.uploadPicDiv{width:370px;float: left;margin:5px 50px 60px 0}
.picBrdrPreview{width:95px;height:136px;border:solid 1px #cccccc;padding:2px;margin:0 20px 10px 0;float:right}
legend{margin:0 0 10px 0}
fieldset{width:700px;padding:30px 0 20px 30px;margin:10px 0}

/*Form*/
.lbl{color:#074a77;font:normal 12px Verdana}
.lblBold{color:#074a77;font:bold 12px Verdana}
.txtbox{border:#b0a298 1px solid;height:20px;color:#154a74;width:198px}
.txtArea{border:#b0a298 1px solid;height:74px;color:#154a74;width:198px}
.dropDown{border:#b0a298 1px solid;height:25px !important;color:#154a74;width:204px !important}
.dropDownSmall{border:#b0a298 1px solid;height:25px !important;color:#154a74;width:100px !important}

.txtboxBig{border:#b0a298 1px solid;height:20px;color:#154a74;width:256px}
.dropDownBig{border:#b0a298 1px solid;height:25px !important;color:#154a74;width:262px}
.validator{font:normal 12px Verdana;color:Red !important}
.Btn{cursor:pointer;width:77px;height:23px;background:transparent url('../../EditaImages/login-btn.gif') repeat-x scroll center top;border:solid 1px #1f54bc;font:normal 12px Arial;color:#fff;cursor:pointer}
a.smllLnkOrange:link{color:#fe8e20;font:bold 12px Arial;text-decoration:underline}
a.smllLnkOrange:visited{color:#fe8e20;font:bold 12px Arial;text-decoration:underline}
a.smllLnkOrange:hover{color:#fe8e20;font:bold 12px Arial;text-decoration:none}
a.smllLnkBlue:link{color:#074a77;font:bold 12px Arial !important;text-decoration:underline}
a.smllLnkBlue:visited{color:#074a77;font:bold 12px Arial !important;text-decoration:underline}
a.smllLnkBlue:hover{color:#074a77;font:bold 12px Arial !important;text-decoration:none}
/*PopUp Ad*/
.MainPopupDiv{position:absolute;background:transparent url('../../EditaImages/popUp_bg.png') no-repeat scroll right top;width:677px;height:320px;z-index:3000;top:33%;left:17%}
.popupPic{float:right;width:300px;margin:5px 20px 0 0}
.popupTxt{float:left;width:300px;margin:10px 0 0 20px}
.hide{display: none;}
.show{display: block}
.BtnPopup{cursor:pointer;border:0px;background:transparent url('../../EditaImages/closeBtn.gif') no-repeat scroll right top;float:right;margin:10px 10px 0 0;width:20px;height:20px}
.imgPopUp{margin:25px 0 0 0}
/*Paging*/
.PagerContent{margin:30px 0 0 230px}
.pagingActive{border:solid 1px #fe8e20;color:#000;margin:0 5px 0 0;padding:3px 5px}
.pagingNormal a:link, a:visited, a:hover{color:#000;text-decoration:none;margin:0 5px 0 0}
a.pagingLblOn:link{color:#fe8e20;font:normal 12px arial;padding:0px}
a.pagingLblOn:visited{color:#fe8e20;font:normal 12px arial;padding:0px}
a.pagingLblOn:hover{color:#fe8e20;font:normal 12px arial;padding:0px}
/*News*/
.newsPicDetails{float:left;margin:0px 10px 0px 0px;_margin:0px 5px 0px 0px;background:transparent url('../../EditaImages/news-brdrDetails.jpg') no-repeat scroll right top;width:116px;height:116px}
.newsPicMddleDetails{padding:4px 0 0 4px}
.mainContainerNews{width:100%;margin:0 0 0 10px;_display:inline}
.txtContainerNews{width:550px;_width:545px;float:left}
.OrangeSepNews{background:transparent url('../../EditaImages/sepDot.gif') repeat-x top left;height:1px;width:100%;margin:15px 0 15px 0}
.newsDetails{float:left;width:550px;text-align:justify}
.marginT30{margin:30px 0 0 0}
tr.newsPaging table tr td{border:solid 1px #fe8e20;padding:4px 6px 4px 6px;color:#fe8e20}
tr.newsPaging table tr td a:link, a:visited, a:hover{color:#000;text-decoration:none;font:normal 12px Arial}
/* the magazines listing styles */
.MainDateTitle{color:#074a77;font:bold 14px Verdana;padding:10px 0 5px 0px}
h4.MainTitleOrange{color:#fe8e20 !important;font:bold 14px Arial;margin:0px 0px 8px 0px}
.OrangeSep{background:transparent url('../../EditaImages/sepDot.gif') repeat-x top left;width:100%;margin:20px 0 0 0}
.pdfImg{float:left;background:transparent url('../../EditaImages/pdfPic.jpg') no-repeat top left;height:19px;width:20px;margin:0 10px 0 0}

/*Login Homepage*/
a:link, a:visited, a:hover{color:#fe8e20;font:normal 12px arial;text-decoration:underline;margin:0px;}
.loginArea{float:left;color:#fff;margin:3px 5px 0 0px}
.loginArea a:link{font:normal 13px Verdana !important;color:#fff;text-decoration:none}
.loginArea a:visited{font:normal 13px Verdana !important;color:#fff;text-decoration:none}
.loginArea a:hover{font:normal 13px Verdana !important;color:#fff;text-decoration:underline}
a.loginArea:link{font:normal 13px Verdana !important;color:#fff;text-decoration:none}
a.loginArea:visited{font:normal 13px Verdana !important;color:#fff;text-decoration:none}
a.loginArea:hover{font:normal 13px Verdana !important;color:#fff;text-decoration:underline}
html{overflow-x:auto}

img{border:0px}
#main{background:#14528b url('../../EditaImages/main-strip.gif') repeat-x center top;width:100%;margin:0px 0 0 0px;#margin:-30px 0 0 0px}
/*-----------------------------------------*/
/*---#mainContainer Will be unique in every Skin----*/
#mainWrapper{width:950px;height:100%;margin:0px auto}
#headerContainer{height:145px;position:relative;z-index:1}
#middleContainer{color:#000;position:relative;_position:static}
.logo{margin:20px 0 0 0px}
.srchTxtBox{background-color:Transparent;width:118px;height:21px;border:0px;color:#fff;font:normal 11px verdana;text-align:left;padding:4px 0 0 10px}
.srchbtn{background:transparent url('../../EditaImages/srch-btn.gif') no-repeat center top;width:52px;height:19px;border:0px;color:#fff;font:normal 13px Trebuchet MS;padding:0px 0 0 10px;cursor:pointer}
.closeBtn{margin:5px 6px 0 0;cursor:pointer}
.arabicLang{float:right;margin:10px 5px 0px 0px}
/*Generic Classes*/
.floatR{float:right}
.floatL{float:left}
.clr{clear:both}
.clr8{clear:both;height:8px}
.clr5{clear:both;height:5px}
.clr20{clear:both;height:20px}
.clr10{clear:both;height:10px}
.margnT10{margin-top:10px}
.margnT5{margin-top:5px}
.marginB8{margin-bottom:8px}
.marginT15{margin-top:15px}
h4.BoldBlueTitle{color:#074a77;font:bold 13px Verdana;margin:8px 0 8px 0}
.BlueSep{background:transparent url('../../EditaImages/BlueSepDot.gif') repeat-x top left;width:90%;margin:20px auto 0 auto}
a.txt:link{color:#08426b !important;font:normal 12px Arial;margin:0px;padding:0px}
a.txt:visited{color:#08426b !important;font:normal 12px Arial;margin:0px;padding:0px}
a.txt:hover{color:#08426b !important;font:normal 12px Arial;text-decoration:none;margin:0px !important;padding:0px !important}
/*Footer*/
#footerContainer{background:#123259 url('../../EditaImages/footer-strip.gif') repeat-x center top;height:75px;width:100%}
.footerWrapper{width:950px;height:100%;margin:0px auto;color:#fedc20}
.footerWrapper ul{margin:30px 0 0 0px}
.footerWrapper li{display:inline;padding:5px 0 0 0px}
a.footerlnk:link{color:#fedc20 !important;text-decoration:underline;font:normal 13px arial !important}
a.footerlnk:visited{color:#fedc20 !important;text-decoration:underline;font:normal 13px arial !important}
a.footerlnk:hover{color:#fedc20 !important;text-decoration:none;font:normal 13px arial !important}
.copyRight{color:#fff;padding:30px 0 0 0px;font:normal 12px arial}
.copyRight span{color:#fedc20}
a.copyRightLnk:link{font:normal 12px arial !important;color:#fff;text-decoration:underline}
a.copyRightLnk:visited{font:normal 12px arial !important;color:#fff !important;text-decoration:underline}
a.copyRightLnk:hover{font:normal 12px arial !important;color:#fff;text-decoration:none}
#Menu{float:right;height:41px;background:transparent url('../../EditaImages/bg-menu.png') repeat-x scroll right top}
.right-menu{background:transparent url('../../EditaImages/right-menu.png') no-repeat scroll left top;padding:0px;height:41px;width:20px;float:right}
.left-menu{background:transparent url('../../EditaImages/left-menu.png') no-repeat scroll right top;padding:0px;height:41px;width:20px;float:right}
#videoPalyer{margin:3px 0px 10px 0px} 
.top-inner{background:transparent url('../../EditaImages/top-inner.png') no-repeat scroll right top;margin:0px;padding:0px;height:23px}
.center_bgInner{background:transparent url('../../EditaImages/main-inner.png') repeat-y scroll center top;margin:0px;padding:0px;width:950px}
.center-main{margin:0px 25px;_margin:0 0 0 30px;width:900px;min-height:575px}
.left-corner{background:transparent url('../../EditaImages/left-corner.gif') no-repeat scroll left top;margin:0px;padding:0px;height:33px;width:11px;float:left}
.right-corner{background:transparent url('../../EditaImages/right-corner.gif') no-repeat scroll right top;margin:0px;padding:0px;height:33px;width:11px;float:left}
.center-cornerInner{background:transparent url('../../EditaImages/orange-strip.gif') repeat-x scroll center top;margin:0px;padding:0px;height:33px;width:878px;float:left}
h4.mainTitleInner{color:#fff;font:normal 14px verdana;margin:8px 0 0 0px}

/*Careers*/
.careerTitle{color:#fe8e20;border-bottom:solid 1px #fe8e20;font:bold 14px Verdana}
.altgrid{background-color:#ececec}
.CareerDetails{margin:15px 0 0 0}
.careerLblBold{color:#154a74;font:bold 12px Arial}
.careerLbl{color:#154a74;font:bold 12px Arial}
.careerAlt{background:#effbff}
tr.careerAlt td{padding:10px 5px}
.careerNormal{background:#fff}
tr.careerNormal td{padding:10px 5px}
.CareerMainTitle{color:#fe8e20;padding:0px;font:bold 12px verdana}
.CareerTitle{color:#118ac9;padding:0px;font:normal 12px verdana}
.CareerMsg{width:98%;margin:0 0 20px 0;height:50px;}
.CareerMsg span{font:bold 13px verdana;color:#118ac9;}
.CareerBgOrange{background-color:#ffe8d2;height:21px;margin:0px 0 10px 0;padding:3px}
.paddL15{padding:0 0 0 15px}
.MsgIcon{background:transparent url('../../EditaImages/notesIcon.gif') no-repeat scroll left top;height:46px;width:45px;float:left;margin:0 10px 0}
/*Media Gallery*/
.rightColMedia{width:700px;margin:20px 0px 0px 0px;float:right}
.topMediaCrump{background-color:#ffe8d2;height:21px;margin:-14px 0 20px 0;padding:6px 5px}
.mddleMediaLists{background-color:#fff;margin:0 0 20px 0;height:120px}
.btmMediaDetails{background-color:#f6f4f3;margin:0 0 20px 0;height:215px;padding:10px 5px}
.mediaDropDown{width:206px;height:20px;border:#b6a99f 1px solid;color:#828282;font:Normal 12px Arial;margin:0 25px 0 0}
.mediaUpload{color:#fe8e20;font:bold 14px Arial !important}
a.mediaUpload:link{color:#fe8e20;font:bold 14px Arial !important;text-decoration:none}
a.mediaUpload:visited{color:#fe8e20;font:bold 14px Arial !important;text-decoration:none}
a.mediaUpload:hover{color:#fe8e20;font:bold 14px Arial !important;text-decoration:underline}
.prevMedia{margin:30px 0 0 0}
.nxtMedia{margin:30px 0 0 0}
.itemMedia{margin:0 0 0 30px;height:120px}
.SelectedMedia{text-align:center;background:transparent url('../../EditaImages/activeBrdrGallery.jpg') no-repeat left top;height:118px;width:118px;float:left;margin:3px 25px 0 0;padding:5px 0 0 0}

.normalMedia{text-align:center;background:transparent url('../../EditaImages/normalBrdrGallery.jpg') no-repeat left top;height:118px;width:118px;float:left;margin:3px 25px 0 0;padding:5px 0 0 0}

.normalMediaLbl{background-color:#999999;width:107px;height:20px;color:#fff;margin:1px 0 0 4px;#margin:-1px 0 0 0}
.SelectedMediaLbl{background-color:#fe8e20;width:107px;height:21px;color:#fff;margin:1px 0 0 5px;#margin:-1px 0 0 0}

.playerGallery{background:#f6f4f3 url('../../EditaImages/bigBorder.jpg') no-repeat 0 0;width:311px;height:206px;float:left;margin:0 10px 0 20px;padding:5px;_margin:0 0 0 10px;}
.audioGallery{display:inline;width:311px;height:100px;float:left;margin:50px 10px 0 20px;padding:5px;_margin:50px 0 0 20px;}
.txtGallery{width:330px;float:right;margin:7px 5px 0 0}
.width150{width:150px}
.width570{width:570px}
.width600{width:600px}
.width380{width:355px}
h3.mainTitleGallery{color:#08436d;font:bold 14px Arial;margin:0px 0 5px 0}
.maintxt{color:#08436d;font:normal 12px Arial;text-align:justify}
.ratingFull{background:transparent url('../../EditaImages/ratingCircles.jpg') no-repeat 0 0;width:11px;height:11px;float:left;margin:2px 5px 0 0}
.ratingLast{background:transparent url('../../EditaImages/ratingCircles.jpg') no-repeat top right;width:11px;height:11px;margin:2px 5px 0 0;float:left}
.ratingHalf{background:transparent url('../../EditaImages/ratingCircles.jpg') no-repeat -17px 0px;width:11px;height:11px;margin:2px 5px 0 0;float:left}
.note{color:#ab9f97;font:arial 12px Arial}
.orangeNote{color:#f88014;font:normal 12px Verdana}

/*SiteMap*/
.SiteMapDiv{background-color:#fff;border-bottom:solid 1px #e7e7e7;width:98.5%;height:23px;padding:3px 0}
.mainSiteMapDiv{width:900px;margin:0px;background:#faf9f9 url('../../EditaImages/sitemapBG.gif') repeat-y 0 0;height:565px;padding:15px 0px}

h1.SiteMapTitle{color:#fe8e20;font:bold 13px Verdana;margin:2px 0 0 0;padding:0 0 0 5px}
a.SiteMapTitle:link{color:#fe8e20;font:bold 13px Verdana !important;text-decoration:none}
a.SiteMapTitle:visited{color:#fe8e20;font:bold 13px Verdana !important;text-decoration:none}
a.SiteMapTitle:hover{color:#fe8e20;font:bold 13px Verdana !important;text-decoration:underline}

.SiteMapSub{color:#08426b;font:normal 12px Verdana}
a.SiteMapSub:link{color:#08426b;font:normal 12px Verdana !important;text-decoration:none;padding:0 0 0 75px}
a.SiteMapSub:visited{color:#08426b;font:normal 12px Verdana !important;text-decoration:none;padding:0 0 0 75px}
a.SiteMapSub:hover{color:#08426b;font:normal 12px Verdana !important;text-decoration:underline;padding:0 0 0 75px}

.imgSize20 img{height:20px;width:20px;display:none}
.pdngImg{padding-right:5px}
.imgBorder{border:solid 1px #08436d}
.controlInner{width: 100%; margin:-14px 0 0 10px; min-height: 555px}

/*FAQ's*/

.boldBlueTitle{color:#074a77 !important;font:bold 13px Verdana !important;margin:0 0 5px 25px}
.boldBlueTitle a{color:#074a77 !important;font:bold 13px Verdana !important;margin:0 0 5px 25px}
.boldBlueTitle a:hover{color:#074a77 !important;font:bold 13px Verdana !important;margin:0 0 5px 25px}
a.boldBlueTitle{color:#074a77 !important;font:bold 13px Verdana !important;margin:0 0 5px 25px;text-decoration:none}
a.boldBlueTitle:hover{color:#074a77 !important;font:bold 13px Verdana !important;margin:0 0 5px 25px}
.marginAll0{margin:0px !important}
.LineHeight{line-height:25px;margin:25px 0 0 0}
.marginL30{margin:0 0 0 30px}
.txt{color:#08426b;font:normal 12px Arial}
.Normal{text-decoration:none}
.genericLogo{background:transparent url('../../EditaImages/genericLogo.jpg') no-repeat scroll left top;float:left;margin:0 8px;width:26px;height:27px}
.blue-Bullet{background: url('../../EditaImages/blue-bullet.gif') no-repeat left top;float:left;width:6px;margin:5px 5px;#margin:10px 5px}

.loginBg{background:transparent url('../../EditaImages/loginBg.jpg') no-repeat top right;width:677px;height:259px;padding-top:15px;margin:0 0 0 10px}
.loginContent{width:200px;height:200px;margin:0 0 0 30px}


/******************************************************************/
/* ****************** Some basic stuff ****************** */

/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:0 10px 0 0px;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
 background:transparent url('../../EditaImages/ratingCircles.jpg') no-repeat 0 0;width:11px;height:11px;float:left;margin:2px 5px 0 0;
}
.ratingStar .Empty {
   background:transparent url('../../EditaImages/ratingCircles.jpg') no-repeat top right;width:11px;height:11px;margin:2px 5px 0 0;float:left;
}
.ratingStar .Saved {
   background:transparent url('../../EditaImages/ratingCircles.jpg') no-repeat -17px 0px;width:11px;height:11px;margin:2px 5px 0 0;float:left;
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url('../../EditaImages/ratingGauge.png');
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url('../../EditaImages/ratingThermometer2.png');
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url('../../EditaImages/ratingFilled.png');
}
.ratingThermometer .Empty {
    background-image: url('../../EditaImages/ratingEmpty.png');
}
.ratingThermometer .Saved {
    background-image: url('../../EditaImages/ratingSaved.png');
}

/****************************************************/

/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 470px; /* important */
	height: 86px; /* important */
	margin: 0 85px;
	background: #000;
}

#example_3_frame {position: relative}
#example_3_previous {float: left;}
#example_3_next {float: right;}
#example_3_content {
	position: absolute;
	top: 0;
	margin-left: 20px;
}

#example_3_content
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_3_content {
		width: 5418px;
	}
	#container_bd #example_3 ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 5px;
		border: 1px solid #666;
		background-color: #000;
	}

#container_bd #example_3 ul li img {
	display: block;
}
.audioIcon{border:0px;background:transparent url('../../EditaImages/audioIcon-2.gif') no-repeat scroll right top;float:left;width:16px;height:13px;margin:0 10px 0 0}
h4.audioTitleOn{color:#f98014;font:normal 12px Arial;margin:0px 0 5px 0}
a.audioTitleOn{color:#f98014;font:normal 12px Arial;margin:0px 0 5px 0;text-decoration:none}
a.audioTitleOn:hover{color:#f98014 !important;font:normal 12px Arial;margin:0px 0 5px 0;text-decoration:underline}
a.audioTitleOn:active{color:#08436d !important;font:normal 12px Arial;margin:0px 0 5px 0;text-decoration:underline}		
.mainAudioDiv{width:50%;float:left}	
.itemAudioDiv{margin:0 0 15px 0}
a.audioTitleOff:active{color:#f98014;font:normal 12px Arial;margin:0px 0 5px 0;text-decoration:none}
a.audioTitleOff:hover{color:#f98014 !important;font:normal 12px Arial;margin:0px 0 5px 0;text-decoration:underline}
a.audioTitleOff{color:#08436d !important;font:normal 12px Arial;margin:0px 0 5px 0;text-decoration:underline}		
.pdl5{padding-left:5px !important;}

.tableHeader{background:#1f749b;color:#fff}
.headerCell{border:solid 1px #fff;text-align:center;font:bold 11px arial;padding:2px}
.headerCellW{border-top:solid 1px #fff;border-bottom:solid 1px #fff;border-left:solid 1px #fff;text-align:center;font:bold 11px arial;padding:2px}

.headerNormal{color:#fff;background:#6ebade;border:solid 1px #fff;text-align:center;font:bold 11px arial;padding:2px}
.headerNormalW{color:#fff;background:#6ebade;border-top:solid 1px #fff;border-bottom:solid 1px #fff;border-left:solid 1px #fff;text-align:center;font:bold 11px arial;padding:2px}

.headerAlt{color:#fff;background:#5dadd2;border:solid 1px #fff;text-align:center;font:bold 11px arial;padding:2px}
.headerAltW{color:#fff;background:#5dadd2;border-top:solid 1px #fff;border-bottom:solid 1px #fff;border-left:solid 1px #fff;text-align:center;font:bold 11px arial;padding:2px}
.RowHeight{height:25px}
.tableWidth{width:650px}
.hand{cursor:pointer}
.brdMessage{border:dashed 2px #F88014;} 
.pd5{padding:5px}
.BtnW{cursor:pointer;width:110px;height:23px;background:transparent url('../../EditaImages/login-btn.gif') repeat-x scroll center top;border:solid 1px #1f54bc;font:normal 12px Arial;color:#fff;cursor:pointer}

.margn{margin:5px 0 10px 10px}
.cpanel_left {background:#fff url(EditaImages/cpanel_left.png) no-repeat bottom left !important;padding-left:21px;}
.template_style{width:100% !important; margin:0 auto;background:#fff !important}
.more a:link, a:hover{color:#3e81b5;font:normal 12px Verdana !important}

.MainContent{width:680px;margin:-10px 0 0 10px} 
.MainContent h4{color:#f98014;margin-top:0px}
.MainContent p{color:#08426b;font:normal 12px Arial;line-height:20px;margin-bottom:0px;text-align:justify}

body.RadEContentBordered {background-color:#fff !important}
#Table1
{
	width:85%;margin:20px 0 0 20px;
}
#itemTable3_ProfRel{width:99%}
.regTitle{color:#074a77;border-bottom:solid 1px #80b9d7;font:bold 14px Verdana;padding:10px 0 5px 0px}
.ui-helper-hidden-accessible { top: -99999999px; }
.AltRow{background:#f5f5f5}
.ContactTable h2{color:#f98014;margin:0px;font:Normal 12px Arial}
.ContactTable h4{color:#f98014;margin-top:0px}
.ContactTable .txt{color:#08426b;font:normal 12px Arial;padding:0 0 5px 0}
