/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */

/* background color for the content part of the pages */

/* background:url('Images/bg-tail.gif') repeat !important; */
.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #fff;
    border: #036 1px solid;
}
.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    text-decoration: none;
}
a.SkinObject:link, a.SkinObject:visited, a.SkinObject:hover, a.SkinObject:active
{
    text-decoration: none;
}

/* styles for LANGUAGE skinobject */
.language-object
{
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle;
    margin: 0;
    line-height: 0.5;
}
.language-object .Language
{
    display: inline;
    float: left;
    margin: 0 2px;
    text-align: center;
    vertical-align: middle;
}
.language-object .Language img
{
    border: 2px solid transparent;
}
.language-object .Language.selected img
{
    border-color: #333;
}

/* style for module titles */
.Head
{
    font-size: 28px;
    font-weight: normal;
    color: #282828;
}
/* style of item titles on edit and admin pages */
.SubHead
{
    font-size: 11px;
    font-weight: bold;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-size: 11px;
    font-weight: bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalDeleted
{
    font-size: 11px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled, .NormalDeleted
{
    color: Silver;
}
/* text style used for rendered text which should appear deleted */
.NormalDeleted
{
    text-decoration: line-through;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-size: 11px;
    font-weight: bold;
}
/* text style used for error messages */
.NormalRed
{
    font-size: 12px;
    font-weight: bold;
    color: #f00;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 12px;
    font-weight: normal;
}
/* text style used for textareas in the admin and edit pages, for Nav compatibility
textarea.NormalTextBox{width:300px;height:200px;} */
/* 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-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    background-color: Transparent;
    color: Black;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: Black;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-size: 10px;
    font-weight: normal;
}

/* stlyes used by DNNGrids */
/* eliminate all padding and margins on nested tables and their cells */
/* NOTE: to support IE 6 & 7, still need to use 'cellspacing="0"' in <table> XHTML markup */
.DnnGridNestedTable
{
    border-collapse: collapse !important;
    border: 0px;
    margin: 0px auto !important;
    text-align: center;
}
.DnnGridNestedTable tbody td, .DnnGridNestedTable thead th
{
    margin: 0 !important;
    padding: 0 !important;
}
.DnnGridNestedTable tbody td
{
    border-left: 0 !important;
}
.DnnGridNestedTable caption
{
    border-bottom: 1px dashed #C3C3C3;
    margin-bottom: 3px;
}


/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-size: 12px;
    font-weight: normal;
}
.TreeMenu_NodeSelected
{
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}
a.TreeMenu_Node:link, a.TreeMenu_NodeSelected:link
{
    text-decoration: none;
    color: #036;
}
a.TreeMenu_Node:visited, a.TreeMenu_NodeSelected:visited
{
    text-decoration: none;
    color: #036;
}
a.TreeMenu_Node:hover, a.TreeMenu_NodeSelected:hover
{
    text-decoration: none;
    color: #f00;
}
a.TreeMenu_Node:active, a.TreeMenu_NodeSelected:active
{
    text-decoration: none;
    color: #036;
}

/* text style used for help text rendered by modules */
.Help
{
    border: #000 1px solid;
    padding: 2px;
    font-weight: normal;
    font-size: 11px;
    color: #000;
    background-color: #ff9;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-size: 11px;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #ddd;
    color: #000;
}

/* GENERIC */
/*h1, h2{ font-size:20px;font-weight:normal;}
h3, h4{ font-size:12px;font-weight:normal;}
h5, h6, dt{ font-size:11px;font-weight:bold;} */


th { font-size:16px;font-weight:600; }





img
{
    border: none;
}

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;
}
ol ul li
{
    list-style-type: disc;
}
hr
{
    color: #696969;
    height: 1px;
    text-align: left;
}

#SkinError
{
    z-index: 10000;
    position: absolute;
    font-size: 16px;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    border: blue 0px solid;
}
.ModuleTitle_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: transparent;
}
.ModuleTitle_MenuItem
{
    cursor: pointer;
    color: black;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border: white 0px solid;
    background-color: transparent;
}
.ModuleTitle_MenuIcon
{
    cursor: pointer;
    background-color: #eee;
    border-left: #eee 1px solid;
    border-bottom: #eee 1px solid;
    border-top: #eee 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #fff;
    border: #fff 0px solid;
}
.ModuleTitle_MenuBreak
{
    border: #eee 1px solid;
    border-left: #eee 0px solid;
    border-right: #eee 0px solid;
    background-color: #eee;
    height: 1px;
}
.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
    border-top: #fff 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-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    background-color: transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #eee;
    border-left: #eee 1px solid;
    border-bottom: #eee 1px solid;
    border-top: #eee 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #fff;
    border: #fff 0px solid;
}
.MainMenu_MenuBreak
{
    border: #eee 1px solid;
    border-left: #eee 0px solid;
    border-right: #eee 0px solid;
    background-color: #eee;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
    border-top: #fff 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
    background-color: #ccc;
}
.TabBg
{
    background-color: black;
}
.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    text-decoration: none;
}
a.SelectedTab:link
{
    text-decoration: none;
    color: white;
}
a.SelectedTab:visited
{
    text-decoration: none;
    color: #eee;
}
a.SelectedTab:hover
{
    text-decoration: none;
    color: #ccc;
}
a.SelectedTab:active
{
    text-decoration: none;
    color: #eee;
}
.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    text-decoration: none;
}
a.OtherTabs:link
{
    text-decoration: none;
    color: white;
}
a.OtherTabs:visited
{
    text-decoration: none;
    color: #eee;
}
a.OtherTabs:hover
{
    text-decoration: none;
    color: #ccc;
}
a.OtherTabs:active
{
    text-decoration: none;
    color: #eee;
}
.PagingTable
{
    height: 33px;
}

/*.LabelEditOverClass{cursor: pointer;text-decoration: underline overline;}
*/
.LabelEditTextClass
{
    border: solid 1px red;
    background-color: transparent;
}
.LabelEditWorkClass
{
    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: #9cc url(../../images/eip_toolbar.gif) 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;
}

/* Login Styles */
.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;
}

/* NEW LOGIN STYLES*/
.registerGroup, .registerGroup *, .loginGroup, .loginGroup *
{
    /* display: inline; */
    text-decoration: none;
    font-size: 14px;
    vertical-align: bottom;
    float:left;
    line-height:1.2;
}
.registerGroup a, .loginGroup a
{
    text-decoration: none;
}
.registerGroup a:hover, .loginGroup a:hover
{
    text-decoration: underline;
}

/* REGISTER GROUP STYLES */
.registerGroup ul
{
    padding-bottom: 0;
}
.registerGroup li
{
    border-right: 1px solid #ddd;
}
.registerGroup li.userProfileImg
{
    border: none;
}
.registerGroup a
{
    padding: 0 5px 0 5px;
}
.registerGroup a
{
    padding: 0 5px 0 5px;
}
.registerGroup a img
{
    width: 25px;
    height: 25px;
}

/* LOGIN GROUP STYLES */
.loginGroup a.LoginLink
{
    text-transform: capitalize;
}

/* Search SkinObject Styles */
div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}
div.SearchBorder
{
    width: 200px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: relative;
    background-color: White;
    white-space: nowrap;
    float: left;
    margin-top: 2px;
}
input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0;
    width: 169px;
    height: 18px;
}
div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
}
div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}
div.SearchIcon img
{
    margin-top: 3px;
}
#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: absolute;
    top: 21px;
    left: 0px;
}
#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background: #eee no-repeat 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
}
#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}
#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
}

#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #fff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist
{
    width: 120px;
    margin: 0;
    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: solid 1px #9FB1BC;
}
.dashboardTableAlt
{
    background-color: #eee;
}
.dashboardGrid
{
    margin: 10px;
}

.paneOutline
{
    border: 1px #ccc dotted;
}
.containerAdminBorder
{
    border: 2px red solid;
}
#UserProfile
{
    border: 1px silver solid;
    padding: 10px;
    margin-bottom: 10px;
}
#UserProfile .ProfileName
{
    font-weight: bold;
    color: #cb2027;
    margin-bottom: 5px;
}
#UserProfile .ProfilePhoto
{
    background-image: url('../../images/no_avatar.gif');
    float: left;
}
#UserProfile .ProfileAddress
{
    margin: 0 0 10px 130px;
}
#UserProfile .ProfileContact
{
    margin: 0 0 10px 130px;
    color: gray;
    font-size: 0.9em;
}
#UserProfile .ProfileBio
{
    clear: both;
    margin: 10px 0px 10px 0;
    padding: 10px;
    border: 1px #eee solid;
    background-color: #f5f9fc;
}

/*---------------- Taxonomy ------------------------*/
/* Horizontal taxonomy styles */
.horizontal ul.categories, .horizontal ul.tags
{
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent: 25px;
    line-height: 28px;
}
.horizontal ul.categories
{
    background: url('../../images/category.gif') no-repeat left;
}
.horizontal ul.tags
{
    background: url('../../images/tag.gif') no-repeat left;
}
.horizontal ul.categories li, .horizontal ul.tags li
{
    display: inline;
    margin: 0;
}
.horizontal ul.tags li.add-tags
{
    margin-left: 20px;
}
.horizontal ul.tags li.add-tags img
{
    vertical-align: middle;
}

/* Vertical taxonomy styles */
.vertical ul.categories, .vertical ul.tags
{
    list-style: none;
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.vertical ul.categories li, .vertical ul.tags li
{
    margin: 0;
    line-height: 20px;
}
.vertical ul.categories li
{
    list-style-image: url('../../images/category.gif');
    list-style-position: inside;
}
.vertical ul.tags li
{
    list-style-image: url('../../images/tag.gif');
    list-style-position: inside;
}
.vertical ul.tags li.add-tags
{
    list-style-image: none;
}
.vertical ul.tags li.add-tags img
{
    vertical-align: middle;
}

/* Module actions  -moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px #888;box-shadow: 0 0 5px #888;border:1px #ccc solid;*/
.dnnActionMenuBorder
{
    z-index: -1;
    background: transparent;
    position: absolute;
    margin: -8px 0 0 -8px;
    padding: 0 16px 16px 0;
    width: 100%;
    height: 100%;
}
.DnnModule
{
    
    position: static;
    zoom: 1; /*Entropy skin IE7*/
}
.dnnActionMenu
{
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 906;
    color: #000;
    left: 10px;
    top: 10px;
}
ul.dnnActionMenuBody
{
    display: none;
    background: #fff;
    border: 5px solid #aaa;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 10;
    min-width: 480px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
ul.dnnActionMenuBody li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.dnnActionMenuBody li.first.last
{
    position: relative;
}
.dnnActionMenuTag
{
    background: #aaa;
    background: -moz-linear-gradient(top, #F3F3F3 0%, #CFCFCF 100%;);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F3F3), color-stop(100%,#CFCFCF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#CFCFCF',GradientType=0 );
    display: block;
    padding: 5px 10px;
    border: 1px #999 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 16px;
    height: 16px;
    font-weight: bold;
    font-size: 11px;
    min-width: 65px;
    cursor: default;
}
.dnnActionMenuTag img
{
    display: block;
    float: left;
    padding-right: 3px;
}
ul.dnnActionMenuBody li
{
    display: block;
    clear: both;
    float: none;
    font-weight: bold;
    font-size: 14px;
}
ul.dnnActionMenuBody li span
{
    border: none;
    display: block;
    background: none;
    padding: 0;
    margin: 6px 0;
    width: auto;
}
ul.dnnActionMenuBody li ul
{
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
    width: 96%;
    border-top: 1px #ccc solid;
}
ul.dnnActionMenuBody li ul li
{
    float: left;
    display: block;
    min-width: 150px;
    font-weight: normal;
    clear: none;
    padding: 3px 15px 3px 0px;
    font-size: 11px;
    border: none;
    margin: 0;
}
ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a img
{
    display: block;
    line-height: 16px;
    min-height: 16px;
    color: #328DDE;
}
ul.dnnActionMenuBody li ul li a:hover
{
    color: #1B4D79;
}
ul.dnnActionMenuBody li ul li a img
{
    padding-right: 3px;
    float: left;
}

/*  === Common Reusable Selectors === */
.dnnForm
{
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0 auto;
}
h2.dnnFormSectionHead
{
    margin: 0.5em auto 0.6em;
    padding: 0;
    letter-spacing: -0.03em;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    text-align: left;
    line-height: 1.2;
    font-size: 1.5em;
}
.dnnForm h2.dnnFormSectionHead a, .dnnForm h2.dnnFormSectionHead a:visited
{
    display: block;
    text-decoration: none;
    padding: 0.4em 0.8em;
    color: #000;
    letter-spacing: -0.03em;
    font-weight: bold;
    background: url(../../images/down-icn.png) no-repeat 98% center;
    display: block;
}
.dnnForm h2.dnnFormSectionHead a:hover
{
    background: #f1f1f1 url(../../images/down-icn.png) no-repeat 98% center;
}
.dnnForm h2.dnnFormSectionHead a.dnnSectionExpanded
{
    background: url(../../images/up-icn.png) no-repeat 98% center;
    text-align: left;
}
.dnnForm h2.dnnFormSectionHead a.dnnSectionExpanded:hover
{
    background: #f1f1f1 url(../../images/up-icn.png) no-repeat 98% center;
}
.dnnFormExpandContent
{
    position: absolute;
    top: -32px;
    right: 10px;
}
.dnnFormExpandContent
{
    text-align: right;
}
.dnnForm .dnnFormExpandContent a
{
    font-weight: bold;
}
.dnnForm .dnnFormItem span.CommandButton input
{
    display: none !important;
    font-size: 0;
    line-height: 0;
    border-collapse: collapse;
}
.dnnForm .dnnFormItem
{
    padding: 4px 6px;
    clear: both;
    line-height: 1.8;
    min-height: 1.8em;
    text-align: left;
    position: relative;
}
*:first-child + html .dnnForm .dnnFormItem
{
    position: static;
}
.dnnForm .dnnFormItem label a span
{
    line-height: 1.4;
}
.dnnForm .dnnFormItem:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.dnnForm fieldset
{
    display: block;
    padding: 1em 0;
    border: none;
    margin: 0;
    text-align: left;
}
.dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip
{
    display: block;
    width: 30%;
    text-align: right;
    margin-right: 16px;
    font-weight: bold;
    float: left;
    margin-top: 3px;
}
.dnnFormItem .dnnTooltip label
{
    width: 100%;
    padding: 0;
    margin: 0;
}
.dnnForm .dnnFormSecondItem label
{
    float: none;
}
.dnnFormItem span.inline label
{
    display: inline;
    width: auto;
}
.dnnFormItem input, .dnnFormItem .dnnFormInput, .dnnFormItem textarea
{
    float: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    background: #fffff5;
    border-color: #bcb691;
    border-width: 1px;
    margin: 0;
    width: auto;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
.dnnFormItem input[type=checkbox], .dnnFormItem input[type=radio], .dnnFormItem input[type=file], .dnnFormItem input[type=button], .dnnFormItem input.rcbInput
{
    width: auto;
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dnnFormItem select
{
    width: auto;
    background: #FFFFF5;
    border-radius: 3px;
    border: 1px #BCB691 solid;
    margin: 0 0 3px 0;
    padding: 4px;
}
.dnnForm select.dnnFormRequired
{
    border-left: 5px solid #FF0000;
}
.dnnFormItem input[type="text"], .dnnFormItem textarea
{
    min-width: 35%;
}
.dnnFormItem textarea
{
    min-height: 80px;
}
.dnnAddress input[type="checkbox"]
{
    margin: 0 5px;
}
.dnnForm input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired, .dnnForm div.dnnFormRequired
{
    border-left: 5px #F00 solid;
}
.dnnForm div.dnnFormRequired
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.dnnFormRadioButtons
{
    float: left;
    width: auto;
    display: block;
}
.dnnFormRadioButtons input[type=radio]
{
    float: none;
}
.dnnFormRadioButtons label
{
    font-weight: normal;
    margin: 0 10px 0 4px;
    width: auto;
    text-align: left;
    padding-right: 0;
    float: none;
    display: inline;
}


.dnnForm.dnnShortForm .dnnFormItem label
{
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 0.25em;
}
.dnnForm.dnnShortForm .dnnFormItem input, .dnnForm.dnnShortForm .dnnFormItem select, .dnnForm.dnnShortForm .dnnFormItem textarea
{
    float: none;
    text-align: left;
}
.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp
{
    background-position: left;
    padding-left: 22px;
}

a.dnnFormHelp, .dnnForm .dnnFormItem a.dnnFormHelp, .dnnTooltip label a.dnnFormHelp
{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background: url(../../images/help-icn.png) no-repeat right;
    display: block;
    position: relative;
    z-index: 2;
}
.dnnForm .dnnFormItem a.dnnFormHelp span
{
    padding-right: 1.8em;
    display: block;
}
.dnnForm .dnnFormItem a.dnnFormHelp img
{
    display: none;
}
*:first-child + html .dnnFormItem a.dnnFormHelp
{
    position: static;
}

.dnnTooltip
{
    position: relative;
}

td > .dnnTooltip
{
    min-width: 120px;
}
td > .dnnTooltip label
{
    text-align: right;
}
td > .dnnTooltip label a span
{
    padding-right: 20px;
    display: block;
}
.dnnTooltip a.pinHelp
{
    background: url(../../images/pin-icn-16x16.png) no-repeat left bottom;
    display: block;
    text-indent: -9991.2em;
    height: 16px;
    width: 16px;
    float: right;
    margin-top: 1em;
}
.dnnTooltip.dnnTooltipPinned a.pinHelp
{
    background: url(../../images/pin-icn-16x16.png) no-repeat left top;
}

.dnnFormItem input.aspNetDisabled, .dnnFormItem textarea.aspNetDisabled
{
    background: #ebebeb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #a7a7a7;
    border-width: 1px;
}
.aspNetDisabled, a.aspNetDisabled, .dnnDisabled, a.dnnDisabled
{
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

.dnnFormMessage
{
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 40px;
    line-height: 1.4;
    margin: 0.5em 1em;
}
.dnnFormMessage span
{
    float: none;
    padding: 0;
    width: 100%;
    text-align: left;
    text-shadow: 0px 1px 1px #fff;
}
.dnnFormWarning
{
    background: #feffce url(../../images/warning-icn.png) no-repeat 10px center;
    border: 2px #cdb21f solid;
    color: #41370C;
    text-shadow: 0px 1px 1px #fff;
}
.dnnFormValidationSummary
{
    background: #f7eaea url(../../images/error-icn.png) no-repeat 10px center;
    text-shadow: 0px 1px 1px #fff;
		background-color:rgba(255,0,0,0.15); /* red */
		border-color:rgba(255,0,0,0.2); /* red */
		border-width:1px;
		border-style:solid;
}
.dnnFormError
{
    color: #fff !important;
    background: url(../../images/errorbg.gif) no-repeat left center;
    text-shadow: 0px 1px 1px #000;
    padding: 5px 20px;
}
.dnnFormItem span.dnnFormMessage.dnnFormError
{
    position: absolute;
    left: 55%;
    top: 0;
    z-index: 9999;
}
.dnnFormSuccess
{
    background: #ecffeb url(../../images/success-icn.png) no-repeat 10px center;
    border: 2px #64b657 solid;
    color: #358927;
}
.dnnFormInfo
{
    background: #edf8ff url(../../images/help-icn.png) no-repeat 10px center;
    border: #46a3d3 2px solid;
    color: #085b8f;
    text-shadow: 0px 1px 1px #fff;
}
.dnnFormHelpContent, .dnnFormItem label .dnnFormHelpContent
{
    border: #46a3d3 2px solid;
    color: #085b8f;
    background: #edf8ff url(../../images/help-icn.png) no-repeat 10px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0px 1px 1px #fff;
    font-weight: normal;
    max-width: 30em;
    padding: 0.8em 1em 0.8em 3em;
}
.dnnFormHelpContent, .dnnFormItem .dnnFormHelpContent
{
    left: 95%;
    max-width: 30em;
    position: absolute;
    z-index: 25;
    width: 275px;
    overflow: hidden;
    top: 0;
}
.dnnFormHelpContent.ui-draggable
{
    cursor: move;
}
.dnnFormHelpContent.dnnClear, .dnnFormItem label.dnnFormLabel .dnnFormHelpContent.dnnClear, .dnnFormItem label .dnnFormHelpContent.dnnClear
{
    line-height: 1.4;
    text-align: left;
}

.dnnForm .dnnFormItem.dnnFormHelp, .dnnFormItem.dnnFormHelp
{
    clear: both;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.dnnFormItem.dnnFormHelp p.dnnFormRequired
{
    float: right;
    margin: 0;
    padding: 0;
}
.dnnFormItem.dnnFormHelp p.dnnFormRequired span
{
    border-left: 5px #F00 solid;
    padding-left: 0.5em;
}

.dnnLeft
{
    float: left;
}
.dnnRight
{
    float: right;
}
.dnnClear:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
* + html .dnnClear
{
    min-height: 1%;
}

.dnnForm input[type=checkbox], .dnnForm input[type=radio]
{
    margin-top: 4px;
    width: auto;
    margin-right: 5px;
}
.dnnTextEditor label
{
    margin: 0;
    padding: 0 20px 0 5px;
    font-weight: normal;
    text-align: left;
    width: auto;
}
.dnnModuleAuditControl
{
    width: 95%;
    margin: 0 auto;
}

ul.dnnActions, ul.dnnActions li
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.dnnForm ul.dnnActions, .DnnModule ul.dnnActions, ul.dnnActions
{
    margin: 1em 0;
    border-top: #ccc double;
    padding: 1em 0 0 0;
}
ul.dnnActions li
{
    overflow: hidden;
    display: block;
    float: left;
}
ul.dnnActions li a
{
    display: block;
    float: left;
}
ul.dnnActions li a, a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, a.dnnSecondaryAction, a.dnnSecondaryAction:link, a.dnnSecondaryAction:visited
{
    padding: 0 1.2em;
    line-height: 2.5;
}
ul.dnnActions input
{
    display: none;
}
a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, a.dnnSecondaryAction, a.dnnSecondaryAction:link, a.dnnSecondaryAction:visited
{
    display: inline-block;
}
a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only
{
    background: #818181;
    background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-color: #fff;
}
a[disabled].dnnPrimaryAction, a[disabled].dnnPrimaryAction:link, a[disabled].dnnPrimaryAction:visited, a[disabled].dnnPrimaryAction:hover, a[disabled].dnnPrimaryAction:visited:hover, dnnForm.ui-widget-content a[disabled].dnnPrimaryAction
{
    text-decoration: none;
    color: #bbb;
    background: #818181;
    background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 )";
    cursor: default;
}
ul.dnnActions a.dnnPrimaryAction:hover, ul.dnnActions a.dnnPrimaryAction:visited:hover, a.dnnPrimaryAction:hover, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover
{
    background: #4E4E4E;
    background: -moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4E4E', endColorstr='#282828',GradientType=0 );
    color: #fff;
}
ul.dnnActions a.dnnSecondaryAction, ul.dnnActions a.dnnSecondaryAction:link
{
    font-weight: bold;
    text-decoration: none;
    padding: 0 1em;
}
ul.dnnActions a.dnnSecondaryAction:hover, ul.dnnActions a.dnnSecondaryAction:visited:hover
{
    text-decoration: underline;
    background: none;
    color: inherit;
}
a[disabled].dnnSecondaryAction, a[disabled].dnnSecondaryAction:link, a[disabled].dnnSecondaryAction:visited, a[disabled].dnnSecondaryAction:hover, a[disabled].dnnSecondaryAction:visited:hover
{
    text-decoration: none;
    color: #999;
    cursor: default;
}
.dnnForm.ui-widget-content a.dnnPrimaryAction
{
    color: #fff;
}

.dnnTertiaryAction
{
    display: inline-block;
    padding: 9px 15px;
    margin: 0 7px 0 0;
    background: rgb(243,243,243); /* Old browsers */
    font-size: 11px;
    font-weight: bold;
    color: #0091E1; /*baby blue*/
    text-shadow: 0px 1px 0px rgba(255,255,255,0.9); /*CSS3*/
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(243,243,243,1) 0%,rgba(231,231,231,1) 100%); /* W3C */
    background: #e7e7e7 url(../../images/dnnTertiaryButtonBG.png) repeat-x 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 0px 0px #ccc;
    -moz-box-shadow: 1px 1px 0px 0px #ccc;
    box-shadow: 1px 1px 0px 0px #ccc;
}
.dnnTertiaryAction:active, .dnnTertiaryAction:focus
{
    color: #0091E1; /*baby blue*/
}
/* Active / Hover State */
.dnnTertiaryAction:hover, .dnnTertiaryAction.active
{
    background: #666;
    color: #ddd;
    text-shadow: none;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 5px 0px #555;
    -moz-box-shadow: inset 0px 0px 5px 0px #555;
    box-shadow: inset 0px 0px 5px 0px #555;
}
/* Disabled State */
.dnnTertiaryAction.disabled
{
    -moz-opacity: .50;
    filter: alpha(opacity=50);
    opacity: .50;
}
/* Disabled Hover */
.dnnTertiaryAction.disabled:hover
{
    background: rgb(243,243,243); /* Old browsers */
    cursor: default;
    color: #0091E1; /*baby blue*/
    text-shadow: none;
    text-decoration: none; /*CSS3*/
    -webkit-box-shadow: 1px 1px 0px 0px #ccc;
    -moz-box-shadow: 1px 1px 0px 0px #ccc;
    box-shadow: 1px 1px 0px 0px #ccc;
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(243,243,243,1) 0%,rgba(231,231,231,1) 100%); /* W3C */
}


/*  === Url Control === */
.urlControl label
{
    margin-top: 0;
    width: auto;
    font-weight: normal;
}
.urlControlLinkType
{
    width: auto;
}
.urlControlLinkType span, .dnnFormItem .urlControlLinkType span
{
    display: block;
    float: none;
    text-align: left;
    width: auto;
}
.dnnFormItem .ucLinkTypeRadioButtons label
{
    width: 260px;
    font-weight: normal;
    text-align: left;
    padding-right: 0;
    margin-top: 0;
    display: inline-block;
}
.urlControlLinkType span input
{
    min-width: 3%;
}
.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label
{
    text-align: left;
}
.urlControlFileRow
{
    overflow: hidden;
    clear: both;
}
.urlControlFileRow span.dnnFormLabel
{
    width: auto;
    text-align: right;
}
.urlControlFileRow select, .urlControlFileRow input[type=file]
{
    clear: both;
}
.urlControlImagesRow
{
    overflow: hidden;
    clear: both;
}
.urlControlImagesRow span.dnnFormLabel
{
    width: auto;
    text-align: right;
}
.urlControlImagesRow select
{
    clear: both;
}
.dnnFilePicker .dnnLeft .dnnFormItem
{
    width: 280px;
    overflow: hidden;
    padding: 0;
}
.dnnFilePicker .dnnLeft .dnnFormItem input[type="file"]
{
    display: block;
}
.dnnFilePicker .dnnLeft .dnnFormItem span
{
    display: block;
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
}
.dnnFilePicker .dnnLeft .dnnFormItem select
{
    float: left;
    width: 180px;
}
.dnnFilePicker .dnnLeft a.dnnSecondaryAction
{
    margin-left: 80px;
}
.dnnFilePicker .dnnLeft .dnnFormItem input[type=file]
{
    margin-left: 90px;
    width: 180px;
}

/*  === Grids === */
.dnnGrid
{
    font-size: inherit;
}
.dnnGridHeader
{
    border-bottom: 1px #ddd solid;
    font-weight: bold;
    font-size: 110%;
}
.dnnGridItem
{
    border-bottom: 1px #eee solid;
    background: #fff;
}
.dnnGridAltItem
{
    background: #f1f1f1;
}
.dnnGrid td
{
    padding: 3px 5px;
}
.dnnGrid td input.dnnFormInput
{
    width: 42%;
}
.dnnPermissionsGrid .dnnFormItem label
{
    width: 12%;
}
/* Layout helpers
	----------------------------------*/
.dnnForm .ui-helper-hidden
{
    display: none;
}
.dnnForm .ui-helper-hidden-accessible
{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.dnnForm .ui-helper-reset
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.dnnForm .ui-helper-clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.dnnForm .ui-helper-clearfix
{
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix
{
    height: 1%;
}
.dnnForm .ui-helper-clearfix
{
    display: block;
}
/* end clearfix */
.dnnForm .ui-helper-zfix
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
/* Interaction Cues----------------------------------*/
.dnnForm .ui-state-disabled
{
    cursor: default !important;
}
/* Overlays */
#Body .ui-widget-overlay
{
    background: #000;
    opacity: .60;
    filter: Alpha(Opacity=60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Body .ui-widget-shadow
{
    margin: 5px 0 0 5px;
    padding: 0px;
    background: #999;
    opacity: .45;
    filter: Alpha(Opacity=45);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dnnFormPopup
{
    position: absolute;
    padding: 0;
    width: 300px;
    border: 2px solid rgba(0, 0, 0, .6);
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
}
#iPopUp
{
    width: 100% !important;
    padding-top: 10px;
}
.dnnFormPopup .ui-dialog-titlebar
{
    padding: 0.4em 1.2em 0.8em 1.2em;
    position: relative;
    background-color: #4A5890;
   
    overflow: visible;
    height:38px;

    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000;
    cursor: move;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dnnFormPopup .ui-dialog-title
{
    float: left;
    margin: .1em 16px .1em 0;
    position: relative;
    font-size: 16px;
}
.dnnFormPopup a.ui-dialog-titlebar-close
{
    text-indent: -9999em;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(../../images/close-icn.png) no-repeat;
    height: 24px;
    width: 24px;
}
.dnnFormPopup a.dnnToggleMax
{
    float: right;
    display: block;
    text-indent: -9999em;
    background: url(../../images/modal-max-min-icn.png) no-repeat bottom;
    height: 24px;
    width: 24px;
    margin: 1px 24px 0 0;
}
.dnnFormPopup a.dnnToggleMax.ui-dialog-titlebar-max
{
    background: url(../../images/modal-max-min-icn.png) no-repeat top;
}
.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content
{
    position: relative;
    border: 0;
    padding: 0px;
    background: #fff;
    overflow: auto;
    zoom: 1;
}
.dnnFormPopup .ui-dialog-buttonpane
{
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em 1em .4em;
    overflow: hidden;
}
.dnnFormPopup .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: right;
}
.dnnFormPopup .ui-dialog-buttonpane button
{
    margin: .5em .4em .5em 0.8em;
    cursor: pointer;
    padding: 0.5em 1em;
    border: none;
    outline: none;
}
/* modified by praveen */.dnnFormPopup .ui-resizable-se
{
    width: 14px;
    float: right;
    background: url(../../images/modal-resize-icn r.png) no-repeat bottom;
    width: 24px;
}
/* height:24px; */

.dnnFormPopup .dnnDialog
{
    padding: 10px;
}
.dnnLoading
{
    background: #fff url(../../images/loading.gif) no-repeat center center;
    position: absolute;
    z-index: 9999;
}

/* Component containers
	----------------------------------*/
.dnnForm .ui-widget .ui-widget
{
    font-size: 1em;
}
.dnnForm .ui-widget input, .dnnForm .ui-widget select, .dnnForm .ui-widget textarea, .dnnForm .ui-widget button
{
    font-size: 1em;
}
.dnnForm .ui-widget-header, .dnnFormPopup .ui-widget-header
{
    font-weight: bold;
    border-bottom: 0px solid #348652;
}
.dnnForm .ui-widget-header a
{
    color: #fff;
}

/* Interaction states
	----------------------------------*/
.dnnForm .ui-state-default, .dnnForm .ui-widget-content .ui-state-default, .dnnForm .ui-widget-header .ui-state-default
{
    background: none;
    font-weight: bold;
    color: #fff;
}
.dnnForm .ui-state-default a, .dnnForm .ui-state-default a:link, .dnnForm .ui-state-default a:visited
{
    color: #eee;
    text-decoration: none;
}
.dnnForm .ui-state-hover, .dnnForm .ui-widget-content .ui-state-hover, .dnnForm .ui-widget-header .ui-state-hover, .dnnForm .ui-state-focus, .dnnForm .ui-widget-content .ui-state-focus, .dnnForm .ui-widget-header .ui-state-focus
{
    font-weight: bold;
    color: #fff;
}
.dnnForm .ui-state-hover a, .dnnForm .ui-state-hover a:hover
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #4E4E4E;
    background: -moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4E4E', endColorstr='#282828',GradientType=0 );
}
.dnnForm .ui-state-active a, .dnnForm .ui-state-active a:link, .dnnForm .ui-state-active a:visited, .dnnForm .ui-state-active, .dnnForm .ui-widget-content .ui-state-active, .dnnForm .ui-widget-header .ui-state-active
{
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: #4E4E4E;
    background: -moz-linear-gradient(top, #4E4E4E 0%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4E4E4E), color-stop(100%,#282828));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E4E4E', endColorstr='#282828',GradientType=0 );
}
.dnnForm .ui-widget :active
{
    outline: none;
}
/* Interaction Cues ----------------------------------*/
.dnnForm .ui-state-highlight, .dnnForm .ui-widget-content .ui-state-highlight, .dnnForm .ui-widget-header .ui-state-highlight
{
    border: 1px solid #fed22f;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}
.dnnForm .ui-state-highlight a, .dnnForm .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
{
    color: #363636;
}
.dnnForm .ui-state-error, .dnnForm .ui-widget-content .ui-state-error, .dnnForm .ui-widget-header .ui-state-error
{
    border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
}
.dnnForm .ui-state-error a, .dnnForm .ui-widget-content .ui-state-error a, .dnnForm .ui-widget-header .ui-state-error a
{
    color: #ffffff;
}
.dnnForm .ui-state-error-text, .dnnForm .ui-widget-content .ui-state-error-text, .dnnForm .ui-widget-header .ui-state-error-text
{
    color: #ffffff;
}
.dnnForm .ui-priority-primary, .dnnForm .ui-widget-content .ui-priority-primary, .dnnForm .ui-widget-header .ui-priority-primary
{
    font-weight: bold;
}
.dnnForm .ui-priority-secondary, .dnnForm .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
{
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.dnnForm .ui-state-disabled, .dnnForm .ui-widget-content .ui-state-disabled, .dnnForm .ui-widget-header .ui-state-disabled
{
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

/* Corner radius */
.dnnForm .ui-corner-all, .dnnForm .ui-corner-top, .dnnForm .ui-corner-left, .dnnForm .ui-corner-tl
{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
.dnnForm .ui-corner-all, .dnnForm .ui-corner-top, .dnnForm .ui-corner-right, .dnnForm .ui-corner-tr
{
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* Overlays */
.dnnForm .ui-widget-overlay
{
    background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .50;
    filter: Alpha(Opacity=50);
}
.dnnForm .ui-widget-shadow
{
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .20;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*jQuery UI Resizable 1.8.14 */
.dnnForm .ui-resizable
{
    position: relative;
}
.dnnForm .ui-resizable-handle
{
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}
.dnnForm .ui-resizable-disabled .ui-resizable-handle, .dnnForm .ui-resizable-autohide .ui-resizable-handle
{
    display: none;
}
.dnnForm .ui-resizable-n
{
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.dnnForm .ui-resizable-s
{
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.dnnForm .ui-resizable-e
{
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.dnnForm .ui-resizable-w
{
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.dnnForm .ui-resizable-se
{
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.dnnForm .ui-resizable-sw
{
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.dnnForm .ui-resizable-nw
{
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.dnnForm .ui-resizable-ne
{
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/*
	
	/*jQuery UI Tabs 1.8.14 */
.dnnForm .ui-tabs
{
    position: relative;
    padding: .2em;
    zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.dnnForm .ui-tabs .ui-tabs-nav
{
    margin: 0;
    padding: .2em .2em 0;
}
.dnnForm .ui-tabs .ui-tabs-nav li, ul.dnnAdminTabNav li
{
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}
.dnnForm .ui-tabs .ui-tabs-nav li a, ul.dnnAdminTabNav li a
{
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
    letter-spacing: -0.03em;
    background: #818181;
    background: -moz-linear-gradient(top, #818181 0%, #656565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#656565));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#656565',GradientType=0 );
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-shadow: 0px 1px 1px #000;
}
.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    margin-bottom: 0;
    padding-bottom: 1px;
}
.dnnForm .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .dnnForm .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .dnnForm .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
    cursor: text;
}
.dnnForm .ui-tabs .ui-tabs-nav li a, .dnnForm .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
    cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.dnnForm .ui-tabs .ui-tabs-panel
{
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.dnnForm .ui-tabs-panel
{
    position: relative;
}
.dnnForm .ui-tabs-hide
{
    display: none !important;
}


/* ------------------------------------------------------------------------------------------------------------------------
                ------------------------------------------ Site.css -------------------------------------------------
       ------------------------------------------------------------------------------------------------------------------------ */


p
{
    margin: 0 0 10px 0;
    padding: 0;
    color: #000 !important;
}
img
{
    border: none;
}
em
{
    font-weight: bold;
    font-style: normal;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    color: #0d7a35;
}
.em_blue
{
    font-weight: bold;
    font-style: normal;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    color: #701516;
}



.h4_2
{
    font-size: 16px;
    font-family: 'source_sans_proregular', Arial, sans-serif !important;
}

.cleaner
{
    clear: both;
}
.h4 { height: 4px; }
.h5
{
    height: 5px;
}
.h8 { height: 8px; }
.h10
{
    height: 10px;
}
.h15
{
    height: 15px;
}
.h25
{
    height: 25px;
}
.h20
{
    height: 20px;
}
.h30
{
    height: 30px;
}
.h40
{
    height: 40px;
}
.h50
{
    height: 50px;
}
.h60
{
    height: 60px;
}
.h70
{
    height: 90px;
}

.font_b
{
    font-weight: bold;
    color: #323232;
}
.font_cb
{
   color: #8c1a1b; 
}
.font_cbb { color: #8c1a1b; font-weight:bold; }
.font_cg
{
   color: #1D783F; 
}

.font_hc
{
    color: #701516;
    font-size: 16px;
}
.w_20
{
    width: 20px;
}

a.more
{
    clear: both;
    display: block;
    width: 60px;
    line-height: 20px;
    text-align: center;
    padding: 0px 20px 0 0;
    color: #666;
    font-weight: normal;
    background: url(images/ace_more.jpg);
}
a.more:hover
{
    text-decoration: none;
    color: #000;
}

.float_l
{
    float: left;
}
.float_r
{
    float: right;
}

.font_AR
{
    font-family: 'source_sans_proregular', Arial, sans-serif;
}


.borderb4
{
    border-bottom: 2px solid #B6B6B6;
    width: 100%;
}
.border_lw
{
    border: 3px solid #3e82cc;
}
.border_c { border:1px solid #ccc; border-radius:6px;}

.border_be
{
    border-bottom: 1px solid #CCCCCC;
    width: 100%; margin:10px 0px 10px 0px;
 }
 
 hr  { border: 0; border-top: 1px solid #CCCCCC; }
 .f_style_green { color:#1D783F; width:50px; font-weight:bold; }
  
.border1_IP
{
    border: 1px solid #CCCCCC;
    padding: 20px 10px 20px 10px;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.border2_IP
{
    border: 1px dotted gray;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border-radius: 6px;
}

.border1_WIP
{
    border: 1px solid #CCCCCC;
    padding: 20px 20px 20px 20px;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.border2_WIP
{
    border: 1px dotted gray;
    padding: 0px;
    background-color: #fff;
    border-radius: 6px;
}

.border1_CC
{
    border: 2px solid #CCCCCC;
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.border2_CC
{
    border: 1px dotted gray;
    padding: 15px;
    background-color: #D6E7DD;
    border-radius: 6px;
}

.border_b_IP
{
    border-bottom: 1px solid #808080;
    width: 100%;
}

.text-d_U
{
    text-decoration: underline;
}
.text-d_U_none
{
    text-decoration:none;
}
.text-d_O
{
    text-decoration: overline;
}

.image_wrapper
{
    display: inline-block;
    border: 5px solid #fff;
    background: none;
    margin-bottom: 5px;
}
.image_fl
{
    float: left;
    margin: 3px 15px 0 0;
}
.image_fr
{
    float: right;
    margin: 3px 0 0 15px;
}

.tmo_list
{
    margin: 20px 0 20px 20px;
    padding: 0;
    list-style: none;
}
.tmo_list li
{
    color: #e98236;
    margin: 0;
    padding: 0 0 0 20px;
    background: url(images/ace_list.jpg) no-repeat scroll 0 7px;
}
.tmo_list li a
{
    color: #e98236;
    font-weight: normal;
}
.tmo_list li a:hover
{
    color: #e98236;
}

#ace_wrapper
{
    width: 960px;
    padding: 0 30px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 0 0 10px 10px;
}

#ace_header
{
    width: 960px;
    height: 60px;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
}
#site_title
{
    float: left;
}
#site_title h1
{
    margin: 0;
    padding: 0;
}
#site_title h1 a
{
    display: block;
    width: 275px;
    height: 57px;
    color: #F60;
    text-indent: -10000px;
    background: url(images/ace_logo.jpg) no-repeat;
}

#header_right
{
    float: right;
}
#header_right a
{
    font-weight: normal;
}
#header_right .rss_twitter
{
    clear: both;
    display: block;
    padding: 5px 30px 5px 0;
    text-align: right;
}
#header_right .rss
{
    background: url(images/rss.jpg) no-repeat right center;
}
#header_right .twitter
{
    background: url(images/twitter.jpg) no-repeat right center;
}
.gobackbtn { background: url(../../images/back.png) no-repeat; width:32px; height:25px;  }
/* menu */
#ace_menu
{
    clear: both;
    width: 960px;
    padding: 5px 0 0 0;
    background: url(images/ace_menu.jpg) repeat-x bottom;
}

#ace_menu ul
{
    float: left;
    width: 700px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#ace_menu ul li
{
    padding: 0px;
    margin: 0px;
    display: inline;
}

#ace_menu ul li a
{
    float: left;
    display: block;
    padding: 0 15px 5px 15px;
    margin: 0 5px 0 0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #383838;
    font-weight: normal;
    outline: none;
    border: none;
    background: url(images/ace_menu_divider.png) center right no-repeat;
}

#ace_menu ul li a:hover, #ace_menu ul li .current
{
    color: #dc6606;
    border-bottom: 4px solid #f4ba7c;
}

#search_box
{
    float: right;
    width: 160px;
    height: 20px;
    background: url(images/ace_search.jpg) left bottom no-repeat;
}
#search_box form
{
    clear: both;
    width: 160px;
    height: 19px;
    padding: 0;
    margin: 0;
}
#searchfield
{
    height: 17px;
    width: 125px;
    padding: 0 5px 3px 5px;
    font-size: 12px;
    color: #999;
    line-height: 0;
    background: none;
    border: none;
}
#searchbutton
{
    height: 17px;
    width: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: none;
    border: none;
}

/* end of menu */

#slider
{
    clear: both;
    width: 960px;
    height: 280px;
    margin: 20px 0;
    overflow: hidden;
}

#ace_main
{
    clear: both;
    width: 960px;
    padding: 20px 0;
}

.DivScroll
{
    overflow: auto;
    height: 500px;
    border: 3px solid #9EC0E6;
    padding: 20px;
}
.DivScrollVoc
{
    overflow: auto;
    height: 500px;
    border: 3px solid #9EC0E6;
    padding: 20px;
}
.DivScroll2
{
    overflow: auto;
    height: 500px;
    border: 3px solid #9EC0E6;
    padding: 20px;
}

.col_w650
{
    width: 650px;
    text-align: justify;
}
.col_w660 { width: 660px; }
.col_w638 { width: 638px; }

.col_w960
{
    width: 960px;
    margin-bottom: 40px;
}
.col_w755
{
    width: 755px;
}
.col_w680
{
    width: 680px;
    text-align: justify;
}
.col_w650
{
    width: 650px;
}
.col_w640
{
    width: 640px;
}
.col_w630
{
    width: 630px;
}
.col_w620
{
    width: 620px;
}
.col_w610
{
    width: 610px;
    text-align: justify;
}
.col_w600
{
    width: 600px;
    text-align: justify;
}
.col_w650
{
    width: 650px;
    text-align: justify;
}
.col_w580
{
    width: 580px;
    text-align: justify;
}
.col_w560
{
    width: 560px;
    text-align: justify;
}
.col_w520
{
    width: 520px;
}
.col_w540
{
    width: 540px;
}
.col_w500
{
    width: 500px;
}
.col_w480
{
    width: 480px;
}
.col_w470
{
    width: 480px;
}
.col_w460
{
    width: 460px;
}
.col_w450
{
    width: 450px;
}
.col_w445 { width:445px; }
.col_w400
{
    width: 400px;
}
.col_w430
{
    width: 430px;
}
.col_w420
{
    width: 420px;
}
.col_w410
{
    width: 410px;
}
.col_w380
{
    width: 380px;
}
.col_w360
{
    width: 360px;
}
.col_w350
{
    width: 350px;
}
.col_w320
{
    width: 320px;
}
.col_w330
{
    width: 330px;
}
.col_w310
{
    width: 310px;
}
.col_w300
{
    width: 300px;
}
.col_w290
{
    width: 290px;
}
.col_w280
{
    width: 280px;
}
.col_w260
{
    width: 260px;
}
.col_w270
{
    width: 270px;
}
.col_w265
{
    width: 265px;
}
.col_w250
{
    width: 250px;
}
.col_w250
{
    width: 250px;
}
.col_w220
{
    width: 220px;
}
.col_w200
{
    width: 200px;
}
.col_w210
{
    width: 210px;
}
.col_w150 { width: 150px;}
.col_w180 { width: 180px;}
.col_w130
{
    width: 130px;
}
.col_w100
{
    width: 100px;
}
.col_w80
{
    width: 80px;
}
.col_w50
{
    width: 50px;
}

.col_w40
{
    width: 40px;
}
.col_w30
{
    width: 30px;
}
.col_w20
{
    width: 20px;
}
.col_allw300
{
    float: left;
    margin-right: 30px;
}
.col_last
{
    margin: 0;
}
.margin_topn4 { margin-top:-4px; }
.margin_topn6 { margin-top:-6px; }
.margin_topn10 { margin-top:-10px; }
.lbe_box
{
    clear: both;
    margin-bottom: 20px;
}
.lbe_box h3
{
    font-size: 16px;
    margin-bottom: 5px;
}

.lp_box
{
    float: left;
    width: 300px;
    margin-right: 30px;
}
.lp_box h6
{
    font-weight: bold;
}
.lp_box_last
{
    margin: 0;
}
.lp_box img
{
    border: 1px solid #CCC;
    padding: 4px;
}

.news_box
{
    clear: both;
    margin-bottom: 30px;
}
.news_box h2
{
    font-size: 20px;
    margin-bottom: 0;
}
.news_box p.date
{
    color: #cb5c02;
}
.news_box img
{
    float: left;
    width: 100px;
    height: 100px;
    padding: 4px;
    border: 1px solid #ccc;
    margin-right: 30px;
}
.news_box a.more
{
    float: right;
}



.chkboxListitem4
{
    margin-left: 25px;
    margin-bottom: 10px;
}
.chkboxListitem4 td
{
    width: 95px !important;
}

.chkboxListitem5
{
    margin-left: 25px;
    margin-bottom: 20px;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 16px;
}
.chkboxListitem5 td
{
    width: 150px !important;
}

.chkboxListitem6
{
    margin-left: 0px;
    margin-bottom: 20px;
    color: #1D783F;
    margin-top: -3px;
    float: left;
}
/*#2081da*/
.chkboxListitem6 td
{
    width: 150px !important;
}

.rdbListitem7
{
    margin-left: 0px;
    margin-bottom: 10px;
}
/*#2081da*/
.rdbListitem7 td
{
    width: 103px !important;
}

.btncss
{
    margin-bottom: 15px;
    background-color: #348652;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
   
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 16px;
    padding: 5px 18px 5px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
}
.btncss:hover
{
    background-color: #1D783F;
    text-decoration: none;
}
.btncss:active
{
    position: relative;
    top: 1px;
}

.btncss2
{
    margin-top: 15px;
    background-color: #348652;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
   
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 16px;
    padding: 3px 18px 2px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
}
.btncss2:hover
{
    background-color: #1D783F;
    text-decoration: none;
}
.btncss2:active
{
    position: relative;
    top: 1px;
}

.btncss3
{
    background-color: #348652;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 6px;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 0px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
}
.btncss3:hover
{
    background-color: #1D783F;
    text-decoration: none;
    color: #fff !important;
}

.btncss3:active
{
    position: relative;
    top: 1px;
}


.btncss4
{
    background-color: #348652;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 0px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold !important;
}
.btncss4:hover
{
    background-color: #1D783F;
    text-decoration: none;
}

.btncss4:active
{
    position: relative;
    top: 1px;
}

.btncss4-2
{
    background-color: #348652;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #14542C;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
}
.btncss4-2:hover
{
    background-color: #1D783F;
    text-decoration: none;
}

.btncss4-2:active
{
    position: relative;
    top: 1px;
}

.btncss_mentor
{
    background-color: #ca5428;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #8D3B1C;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 0px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
    line-height:1.4em;
    margin-right:8px;
}
.btncss_mentor:hover
{
    background-color: #b3451b;
    text-decoration: none;
}

.btncss_mentor:active
{
    position: relative;
    top: 1px;
}

.btncss_stu
{
    background-color: #a76627;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #75471B;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 0px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
    line-height:1.4em;
    margin-right:8px;
}
.btncss_stu:hover
{
    background-color: #95581c;
    text-decoration: none;
}

.btncss_stu:active
{
    position: relative;
    top: 1px;
}

.btncss_sm
{
    background-color: #348652;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #14542C;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 0px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #4b3b13;
    cursor: pointer;
    font-weight: bold;
    line-height:1.4em;
    margin-right:8px;
}
.btncss_sm:hover
{
    background-color: #1D783F;
    text-decoration: none;
}

.btncss_sm:active
{
    position: relative;
    top: 1px;
}

.btncss_sm2
{
    background-color: #B84D4D;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
   border:none;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 2px 4px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    line-height:1.4em;
    margin-right:8px;
    border:1px solid #A64545;
}
.btncss_sm2:hover
{
    background-color: #A64545;
    text-decoration: none;
}

.btncss_sm2:active
{
    position: relative;
    top: 1px;
}

.navbtncss
{
    background-color: #B84D4D;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #8c1a1b;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 1px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #701516;
    cursor: pointer;
    font-weight: bold;
}
.navbtncss:hover
{
    text-decoration: none;
}
.navbtncss:active
{
    position: relative;
    top: 1px;
}

.bbtncss
{
    background-color: #96454B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 6px;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 15px;
    padding: 3px 14px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #701516;
    cursor: pointer;
    font-weight: bold;
}
.bbtncss:hover
{
    text-decoration: none;
}
.bbtncss:active
{
    position: relative;
    top: 1px;
}

.bbtncss2
{
    background-color: #96454B;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 6px;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 15px;
    padding: 3px 14px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #282828;
    cursor: pointer;
    font-weight: bold;
}
.bbtncss2:hover
{
    text-decoration: none;
}
.bbtncss2:active
{
    position: relative;
    top: 1px;
}

.btncss5
{
    margin-left: 205px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    padding-top: 20px;
    margin-right: 12px;
    font-weight: bold;
}
.btncss5:hover
{
}

.btncss5:active
{
    position: relative;
    top: 1px;
}

.btncss6
{
    background-color: #348652;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #14542C;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 13px;
    padding: 0px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
}
.btncss6:hover
{
    background-color: #1D783F;
    text-decoration: none;
    color: #fff !important;
}

.btncss6:active
{
    position: relative;
    top: 1px;
}

.btncss_nopad
{
    background-color: #348652;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: 1px solid #14542C;
    display: inline-block;
    color: #fff !important;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 16px;
    padding: 3px 18px 2px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C3019;
    cursor: pointer;
    font-weight: bold;
}
.btncss_nopad:hover
{
    background-color: #1D783F;
    text-decoration: none;
}
.btncss_nopad:active
{
    position: relative;
    top: 1px;
}

    .btncssDup {
        margin-bottom: 15px;
        background-color: #B84D4D;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;

        display: inline-block;
        color: #fff !important;
        font-size: 16px;
        padding: 3px 18px 3px 18px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #0C3019;
        cursor: pointer;
        margin-top: -50px;
        font-weight:normal;
    }
    .btncssDup:hover
    {
        text-decoration: none;
    }

.btnp_round
{
    margin-right: 3px;
    margin-top: -5px;
    margin-left: 4px; /*-moz-box-shadow:inset 0px 1px 0px 0px #a7431d; 	-webkit-box-shadow:inset 0px 1px 0px 0px #a7431d; 	box-shadow:inset 0px 1px 0px 0px #a7431d; */ /* background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61A079), color-stop(1, #348652) ); 	background:-moz-linear-gradient( center top, #61A079 5%, #348652 100% ); 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#61A079', endColorstr='#348652');  border:1px solid #a7431d; */
    background-color: #AE5E5F;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 11px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #380A0A;
}

.search_header {
   border-top: 1px solid #debfb4;
   background: #335413;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9c4c), to(#335413));
   background: -webkit-linear-gradient(top, #3e9c4c, #335413);
   background: -moz-linear-gradient(top, #3e9c4c, #335413);
   background: -ms-linear-gradient(top, #3e9c4c, #335413);
   background: -o-linear-gradient(top, #3e9c4c, #335413);
   padding: 8px 12px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: 'source_sans_proregular', Arial, sans-serif, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.search_header:hover {

   }
.search_header:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   
   

.email_header {
	-moz-box-shadow:inset 0px 1px 0px 0px #fab3ad;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fab3ad;
	box-shadow:inset 0px 1px 0px 0px #9AA2C2;
	background-color:#4A5890;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	border:1px solid #364684;
	color:#ffffff !important;
	font-size:16px;
	font-weight:bold;
	padding: 12px 12px 10px;
	text-decoration:none;
	/* text-shadow:1px 1px 0px #98231a; */
}.email_header:hover {
	/* background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d34639), color-stop(1, #fa665a) );
	background:-moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
	background-color:#d34639; */
}

.email_header table tr td { color:#ffffff !important; }
   
   
   

.abilityLinks
{
    /* -moz-box-shadow:inset 0px 1px 0px 0px #caefab; 	    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab; 	    box-shadow:inset 0px 1px 0px 0px #caefab; */

    background-color: #348652;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;

    display: inline-block;
    color: #ffffff;
    font-family: 'source_sans_proregular', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 20px 13px 25px;
    text-decoration: none;
    min-width: 180px;
    text-align: center;
}

.abilityLinks:hover
{
    text-decoration: none;
}

.abilityLinks:active
{
    position: relative;
    top: 1px;
}

.textbox_css
{
    border-radius: 3px;
    color: #333333;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 6px 6px;
    vertical-align: middle;
    
     background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
     width: 200px;
      /*  padding: 2pt 2pt;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    font-family: Segoe UI;
    width: 160px; */
    
}

.textbox_css:focus, .textbox_css:hover
{     border-color: rgba(94, 117, 200, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}


.textbox_css_multiline
{
    border-radius: 3px;
    color: #333333;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 6px 6px;
    vertical-align: middle;
    width:96%;
     background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
        /*  padding: 2pt 2pt;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    font-family: Segoe UI;
    width: 160px; */
    
}

.textbox_css_multiline:focus, .textbox_css_multiline:hover
{     border-color: rgba(94, 117, 200, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}



.textbox_css2
{
    padding: 2pt 2pt;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    font-family: Segoe UI;
    width: 200px;
}
.dropdown_css
{
    /*    
    padding: 2pt 2pt;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    font-family: Segoe UI;
    width: 166px; */
    
    
        border-radius: 3px;
    color: #333333;
    display: inline-block;
    height: 30px;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 5px 5px;
    vertical-align: middle;
     overflow: hidden;
     background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
     width: 212px;
    
}
.dropdown_css:focus, .dropdown_css:hover
{     border-color: rgba(94, 117, 200, 0.7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
.dropdown_css2
{
    padding: 1pt 2pt;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    font-family: Segoe UI;
    width: 166px;
}
.dropdown_css3
{
    padding: 1pt 2pt;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    font-family: Segoe UI;
    width: 206px;
}

#ace_footer
{
    clear: both;
    width: 960px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 0px;
}

.fontbold
{
    font-weight: 600;
    font-size:16px;
    
}

.RdbtnIP label
{
    margin-left: 0px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.RdbtnIP td
{
    width: 150px;
}

.RdbtnListCont
{
    position: relative;
    margin-left: 0px;
    padding-bottom: 12px;
}
.LabelQuesDiv
{
    clear: both;
    padding-bottom: 5px;
    padding-top: 15px;
}

.LblIP
{
    font-weight: bold;
    color: #464646;
}

.LabelQuesDiv2
{
    width: 400px;
}

.RdbtnIP2 td
{
    width: 60px;
}

.IP_listview_Label
{
    padding: 10px;
}

.IP_listview_Rbl
{
    padding: 0px 15px 0px 15px;
}


.lbl_reasoning
{
    vertical-align: top;
    font-weight: bold;
    color: #3F3F3F;
    text-align: left;
}

.link_green
{
    color: #1D783F !important;
    font-weight: bold;
    font-size: 16px;
}

.formLbl
{
    width: 150px;
    float: left;
    font-family: 'source_sans_proregular', Arial, sans-serif;
}
.formTxtbox
{
    width: 240px;
    float: left;
    font-weight: bold;
    font-family: 'source_sans_proregular', Arial, sans-serif;
}
.form_outer1
{
    border: 2px solid #eae9e9;
    background-color: #f3f3f3;
    border-radius: 4px;
}
.form_outer2
{
    border: 1px solid #f6f6f6;
    background-color: #f3f3f3;
    border-radius: 4px;
}
.form_outer3
{
    background-color: #f3f3f3;
    padding: 8px 14px;
    border-radius: 4px;
}

.gotoresultbox
{
    border: #4A9365 2px solid;
    color: #085b8f;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0px 1px 1px #fff;
    font-weight: normal;
    padding: 10px;
    background: #E8F2EC;
}

.radtooltip
{
    text-align: justify;
    position: relative;
}

.loginbtn
{
    margin-left: 10px;
    margin-top: 10px;
}

.favouratedOccupationList
{
    width: 280px;
    border: 3px solid #4A9365;
    padding: 10px;
    border-radius: 3px;
    background-color: #E8F2EC;
}

.CompTest
{
    padding: 10px;
    border-radius: 6px;
    text-align: justify; 
    background-color: rgba(0, 255, 0, 0.05);
    border:1px solid #7CB290;
}
.CompTest2

{
    padding: 10px;
    border-radius: 6px;
    text-align: justify; 
    background-color: #EFF0F5;
    border:1px solid #BEC3D7;
}
.skinbg1
{
    border: 3px solid #4A9365;
    padding: 10px;
    border-radius: 3px;
    background-color: #E8F2EC;
}

.h3class
{
    margin: 0 0 5px;
}

.confuciuscss
{
    font-style: italic;
    font-size: 16px !important;
    color: #8C1A1B !important;
    position: absolute;
    margin-left: 200px;
    margin-top: 50px;
}

.confuciuscss2
{
    font-style: italic;
    font-size: 16px !important;
    color: #8C1A1B !important;
}

.icon:hover
{
    opacity: .9;
}
.kaserutop
{
    margin-top: -5px;
}
.icon:active
{
    position: relative;
    top: 1px;
}

.stickyTimer
{
    position: fixed;
    right: 0;
    bottom: 10;
    font-weight: bold;
    z-index: 9999;
    width: 155px;
    background-color: #cf4425;
    color: #fff;
    padding:5px 5px 5px 10px;
    font-size: 12px;
}

.boldtext1 { font-size:16px;color:#701516;font-weight:bold }

.lnkgreen_css { color:#008A2E !important; text-decoration:underline !important; }

.lnkgreen_css:hover { color:#008A2E !important; text-decoration:none !important; }

.del_btn { background: url(../../images/delete.gif) no-repeat top; width:16px; height:16px;  }
    
    
  .social {
            list-style: none;
            position: relative;
            z-index: 2000;
            margin-top: -34px;
            margin-left: 42px;
        }

            .social li {
                background-color: #f5f5f5 !important;
            }

            .social li {
                display: inline;
                float: left;
                background-repeat: no-repeat;
            }

                .social li a {
                    display: block;
                    width: 18px;
                    margin-left: 9px;
                    position: relative;
                    text-decoration: none;
                    font-size: 12px;
                    font-weight: normal;
                    cursor: default !important; /* background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#323232; */
                    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #94ce17), color-stop(1, #449c00) );
                    background: -moz-linear-gradient( center top, #94ce17 5%, #449c00 100% );
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94ce17', endColorstr='#449c00');
                    background-color: #449c00;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    border: 1px solid #5b9017 !important;
                    display: inline-block;
                    color: #ffffff !important;
                    font-family: arial;
                    font-size: 11px;
                    font-weight: normal;
                    padding: 0px 0px 0px 3px;
                    text-decoration: none;
                    text-shadow: 1px 1px 0px #387a00;
                    line-height: 1.4em;
                }

                    .social li a strong {
                        font-weight: normal;
                        position: absolute;
                        left: -255px;
                        top: 25px;
                        color: #fff;
                        padding: 3px;
                        z-index: 9999;
                        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
                        background-color: rgba(0, 0, 0, 0.7);
                        width: 250px;
                        -moz-border-radius: 3px;
                        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
                        -webkit-border-radius: 3px;
                        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
                        border-radius: 3px;
                        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
                    }

        #css3:hover li {
            opacity: 1;
        }

        #css3 li {
            -webkit-transition-property: opacity;
            -webkit-transition-duration: 500ms;
            -moz-transition-property: opacity;
            -moz-transition-duration: 500ms;
        }

            #css3 li a strong {
                opacity: 0;
                -webkit-transition-property: opacity, top;
                -webkit-transition-duration: 300ms;
                -moz-transition-property: opacity, top;
                -moz-transition-duration: 300ms;
            }

            #css3 li:hover {
                opacity: 1;
            }

                #css3 li:hover a strong {
                    opacity: 1;
                    top: 18px;
                }

        .resultul li {
            margin-bottom: 10px;
            margin-left: 18px;
            padding-right: 5px;
        }

ul.rcbList li.rcbItem { height:auto !important; }
ul.rcbList li.rcbHovered { height:auto !important; }


.email_grid .rgRow { background:#F1E8E8 !important; }
.email_grid  .rgSelectedRow   {
    background:#E0B2B2 !important; 
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E0B2B2), color-stop(1, #CC8080) ) !important; 
	background:-moz-linear-gradient( center top, #E0B2B2 5%, #CC8080 100% ) !important; 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0B2B2', endColorstr='#CC8080') !important; 
	border-bottom:#C26666 !important;
	}
	
	.email_grid .rgHeader  { background: #348652 !important; color: #ffffff !important;}
	.email_grid .rgHeaderDiv {margin-top:0.3pt !important; }

.chkschool td { padding-bottom:3px; }

.rad_reply .rbDecorated { padding-left:14px !important; }

    .stdMajorHeaderCss {
        border: 1px solid #348652;
        -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
        -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
        box-shadow: inset 0px 1px 0px 0px #caefab;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61A079), color-stop(1, #348652) );
        background: -moz-linear-gradient( center top, #61A079 5%, #348652 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61A079', endColorstr='#348652');
        background-color: #348652;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 7px 0 7px 10px;
        color: White;
        font-size: 16px;
        font-weight:bold;
        text-shadow: 1px 1px 0px #323232;
    }
    
     .divclgHeading
    {
        width:100%;
        min-height: 50px;
       
        
    }
    
    .raddivborder
    {
         border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
       border-bottom:1px solid #cccccc;
       /* border:2px solid #cccccc;
        width: 198px;
       
        position: relative;
          z-index: 2000000; */
          width: 100%;
    }
    
    .RadTabStrip .rtsLI a
    {
        height: 15px;
        border-bottom: 1px solid #cccccc;
         /* background-color:#9FCFFF;*/
      /*  background-color:#e5e5e5;*/   /* #985657; */
        font-weight: normal;
        font-size:15px;
        color:#ffffff !important;
        word-wrap:break-word !important;
        padding: 9px 0 31px 10px;
        /* text-shadow: 1px 1px 0px #808080; */
        
                background-color: #4A5890 ;
          /*   background: -webkit-gradient( linear, left top, right top, color-stop(0.05, #4A9365), color-stop(1, #61A079) );
        background: -moz-linear-gradient( left top, #4A9365 5%, #61A079 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A9365', endColorstr='#61A079'); */
    
        /*	background:-webkit-gradient( linear, left top, right top, color-stop(0.05, #f1f1f1), color-stop(1, #ededed) );
	 background:-moz-linear-gradient( left top, #f1f1f1 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ededed');
	background-color:#ededed;  */
    }
     .RadTabStrip a.rtsSelected  { 
      
     }
    .RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt {  word-wrap:break-word !important; }
    
    .RadTabStrip .rtsLI       
        {
            word-wrap:break-word !important;
            width: 97% ;
            vertical-align:middle;
            border-right:1px solid #fff !important;
         }
        
    .radstripCampusLife .rtsLI {  width: 230px; }
    
    .RadTabStrip a.rtsSelected 
    {
        /* background:#6AB3FC !important;*/
        background-color: #ccc !important;
           
      /*  -moz-box-shadow:    inset 0 0 10px #108145;
        -webkit-box-shadow: inset 0 0 10px #108145;
        box-shadow:         inset 0 0 10px #108145; */
        border:none !important;
        border-color:White;
        color:#323232 !important; 
        	background:-webkit-gradient( linear, left top, right top, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	  background:-moz-linear-gradient( left top, #ffffff 5%, #ffffff 100% );
	  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
 	  background-color:#ededed; 

    }
    
    div.RadTabStrip .rtsLink, div.RadTabStrip .rtsOut
    {
    }
    .RadTabStrip .rtsLevel .rtsLink
    { text-align: left;
        
    }
  
    .Label
    {
        color: #8c1a1b;
        font-size: 16px;
        font-family: 'pt_sans_captionregular', sans-serif;
        margin-bottom:5px;
        font-weight:bold;
    }
    
    .radPage
    {
        padding: 10px 0px 0px 30px; 
        border-top:2px solid #cccccc;
        border-right:2px solid #cccccc;
        border-bottom:2px solid #cccccc;
        border-left:2px solid #cccccc;
        position: relative;
        margin-left: -10px;
        min-height:416px  !important;
      
    }

     .radstripCampusLife .rtsLast a  { border-right: 1px solid #cccccc;  }
     
    .radstripCampusLife .rtsLI a
    {
        height: 38px;
        border-left: 1px solid #cccccc; 
        border-top: 1px solid #cccccc;/* background-color:#9FCFFF;*/

        background-color:#96454B;
        color:#ffffff !important;
        font-weight: normal;
        padding: 8px 0px 8px 0px; 
        font-size:16px; text-align:center !important;
        }
        
        .radstripCampusLife a.rtsSelected 
        {  
            background: -webkit-gradient( linear, left top, right top, color-stop(0.05, #ffffff), color-stop(1, #ffffff) ) !important;
            background: -moz-linear-gradient( left top, #ffffff 5%, #ffffff 100% ) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff') !important;
            border-left:1px solid #CCCCCC !important;
            border-right:1px solid #CCCCCC !important;
            border-top:1px solid #CCCCCC !important;
         
            color:#323232 !important;
            
       
          }
       .radstripCampusLife .rtsSelected a {  color:#ffffff !important; }
    .lvcss
    {
        border: 1px solid Gray;
    }
    
    .line_Horizental
    {
        border-bottom: 1px solid #CCCCCC;
        width: 100%;
    }
    .line_Vartical
    {
        border-right: 1px dashed #A3A3A3;
        padding: 5px 25px 5px 0px !important;
    }

    .divBorder
    {
        border:1px solid Gray;
        padding: 8px !important;
    }

    .clg_descrip
    {
       /*border: 1px solid #CCCCCC;
       box-shadow: 1px 2px 6px #B8B8B8;
       padding:10px;*/
    }
    .clg_name {color:#8c1a1b; font-size:24px; }
    .num_text { font-family:'source_sans_proregular', Arial, sans-serif;font-size:15px; }
    .lableText
    {
         font-weight:100;
         padding-right:10px;
         width:200px;
    }
    
    .WebRupee {font-family:Arial;}
    .lnktext { font-weight:normal !important;}
    
        .freetool_div  { font-size:18px;color:#fff;}
    .freetools_css {background-color:#f5f5f5;padding:34px 10px 8px 10px;font-size:18px;color:#3d3d3d;height:86px;font-weight:bold }
    .freetool_text {border-radius:6px 0px 0px 0px; }
    #divNavigation { margin-right:0px !important; }
    #divBrowseOccupation { margin-right:180px !important; }
    
    

            
.more{ position:fixed; width:100px; height:57px;  padding:2px; text-align:left; overflow:hidden;top:300px; right:0px; width:160px;}
.etc{ color:#000; font:bold 13px Lucida Grande, Arial, sans-serif;text-align:left; position:fixed; top:300px;right:-166px;}

.featured_career_btn { position:fixed;top:180px; right:0px;box-shadow: -2px 2px 5px #ccc;  border-radius: 0px 0 0 4px }
.fcareertext { color:#fff !important; font-weight:normal !important;  }
.fcareertext:hover {text-decoration:none; }   

.featured_career_header {  border-radius: 4px 0 0 0px;padding:3px 10px 3px 10px;   background-color:#B1753C;color:#fff !important;font-size:16px;}    

.featured_career_label { width:140px;  background-color:#eee;color:#fff !important;font-size:14px;  border-radius: 0px 0 0 4px; padding:3px 10px 3px 10px;}  
.fcareerlabel {    font-weight:normal !important;text-decoration:none; }
.fcareerlabel:hover { text-decoration:none; }

.ddlink { text-decoration:underline ; }
.ddlink:hover { text-decoration:none ; }

/* added new */

.buttonU_sm {
	background-color:#298653;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#fff !important;
	font-family:arial;
	font-size:15px;
	font-weight:normal !important;
	padding:1px 8px;
	text-decoration:none;
}.buttonU_sm:hover {
	background-color:#25794B;
}.buttonU_sm:active {
	position:relative;
	top:1px;
}

.arrowLI { background:url(../../images/arrow4.gif) left 6px no-repeat; width:16px; height:18px; padding-right:5px; }

.fb_li { margin-left:10px; font-size:15px; } 
ul.fb_li li {list-style-type:none; }
.fb_occ_box { box-shadow:#B8B8B8 1px 2px 6px; border:1px solid #ccc; padding:10px 10px 10px 15px; }
    
    
    
/*input[type=text]
{
    border: 1px solid #c7c7c7; */ /*        -webkit-border-radius: 4px;         -moz-border-radius: 4px;         border-radius: 4px; */
   /* outline-color: #a71b1f;
    -webkit-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -moz-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -ms-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    -o-transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    transition: border 0.5s ease-in-out, box-shadow 0.5s ease-in-out;







}
text-shadow: 1px 1px 0px #323232;
input[type=text]:focus
{
    box-shadow: 0 0 8px #1D783F;
    outline: none;
}
*/
/*.kaseru_header { position:relative; margin-top:-45px; margin-left:110px;margin-bottom:10px}*/

/* .wip_bg { background-color:#fff;width:960px;} */

/*.like_btn { float:left; margin-top:-29px; margin-left:26px; }

.unsure_btn { float:left; margin-top:-29px; margin-left:127px; }

.dislike_btn { float:left; margin-top:-29px; margin-left:126px; } */



/*.RdbtnIP label { margin-left: 0px; font-size:14px; color: #000; }

.RdbtnIP td { width:150px; }

.RdbtnListCont { position:relative; margin-left:10px; padding-bottom:20px; }

.like_btn { float:left; margin-top:-29px; margin-left:26px; }

.unsure_btn { float:left; margin-top:-29px; margin-left:127px; }

.dislike_btn { float:left; margin-top:-29px; margin-left:126px; } 

.LabelQuesDiv { clear:both;padding-bottom:10px;padding-top:15px; }

.LblIP { font-weight:bold; color:#464646; }

.border_b_IP { border-bottom:1px solid #B6B6B6; width:600px; }*/



.buttonU {
	background-color:#298653;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#fff !important;
	font-family:arial;
	font-size:15px;
	font-weight:normal !important;
	padding:3px 10px;
	text-decoration:none;
}.buttonU:hover {
	background-color:#25794B;
}.buttonU:active {
	position:relative;
	top:1px;
}



    
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot?d8yiva');
	src:url('fonts/icomoon/icomoon.eot?#iefixd8yiva') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.woff?d8yiva') format('woff'),
		url('fonts/icomoon/icomoon.ttf?d8yiva') format('truetype'),
		url('fonts/icomoon/icomoon.svg?d8yiva#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;

}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    line-height: 1;
	font-size: 15px;    
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#338551;

}

.icon-arrow-right:before {
	content: "\e600";
		
}

.icon-arrow-right 
{
    display:inline-block;
	padding:3px 4px 0 0 ;

}

        .divHeader {
         font-family:arial;
         font-size: 18px;
         padding-bottom:10px;
         border-bottom:2px solid #ccc;
         
     /*    height: 20px;padding: 7px 10px;color:#fff !important;
	 background-color: #348E56;
     border-top-right-radius:6px;
    -webkit-border-top-right-radius:6px;
     border-top-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #424242;
    font-weight:bold; */
         
    }
    
    .sb_title_green {width:280px;height: 20px;padding: 6px 10px;font-size: 22px; color:#ffffff;
	 background-color: #348E56;
     border-top-right-radius:6px;
    -webkit-border-top-right-radius:6px;
     border-top-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    text-decoration: none;
   
}

    .fa-check, .fa-arrow-circle-o-right { margin-right:6px; color:#1c8945;vertical-align:middle !important;}
    .fa-times {  color:#FF1919 !important;vertical-align:middle;font-size:16px;}
    .fa-arrow-down { color:#AB6A6F; font-size:20px; margin:2px 0px 8px 0px;  } 
    

    
    .home-menu {  background-color:#348E56; min-width:74px; height:51px; position:absolute; padding:6px; 
                  border-radius:4px; }
    
    ul.dbbtns li { list-style-type:none;width:182px;  } 
    ul.dbbtns li a { padding:10px 4px 4px 8px; border:0.1pt solid #f5f5f5; width:168px; height:30px; display:block;color:#fff;
                     font-size:16px; }
                      ul.dbbtns  { margin-left:50px;}
    ul.dbbtns li.assess { background-color:#23944d; }
    ul.dbbtns li.career      { background-color:#daa527; }
    ul.dbbtns li.testprep    { background-color:#f79647 ; }
    ul.dbbtns li.college     { background-color:#2b69b3 ; }
    ul.dbbtns li.rescenter   { background-color:#8065a3 ; }
    ul.dbbtns li.mescenter   { background-color:#bd494a ; }
    .togg_home { position:absolute; top:50px;margin-left:46px;}
    .delebtn_bocc { color:#ffffff; }
    
    /* dinamic */
    .font-pri-color { color:#001C6E !important; }
    .font-pri-color2 { color:#364684 !important; }
    .font-sec-color { color:#8a3037 !important;}
    .font-sec-color2 { color:#96454B !important;}
    .box-header { background-color:#4A5890 !important; }
    .bg-pri-color { background-color:#364684 !important;}
    .bg-sec-color { background-color:#96454B !important;} 
    .btn-pri-color { background-color:#364684 !important;}
    .bg-pri-color2 { background-color:#4A5890 !important;}
    .bg-pri-color3 { background-color:#5C699B !important;}
    .bg-pri-color4 { background-color:#D7DAE6 !important;}
    .btn-pri-color:hover { background-color:#4A5890 !important; }
    .btn-sec-color { background-color:#96454B !important;} 
    .bg-sec-color2 { background-color:#AB6A6F !important;} 
    .btn-sec-color:hover { background-color:#A0585D !important;} 
        
         /*End dinamic */
     .btn-pri-color_login  { background:#364684 !important;}
     .textbox_css_login 
          {
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 10px !important;
     background:#ffffff !important; box-shadow:none !important ; 
}
.textbox_css_login:focus, .textbox_css_login:hover {border:2px solid #C4979A; }
         
         
     .facebookbtn_login {background:#3b5998 !important;margin-left:10px; }
ul li { list-style-type:disc; }





    
    

.cursor-pointer { cursor:pointer; }

.chartX, .chartX b { color:#505050;  }
.chartX {font-size:12px;width:100%;line-height:14px;background-color:#f5f5f5;padding:4px;
               border:1px solid #e0e0e0;border-radius:4px; }

@media (max-width: 1400px) { .home-menu { margin-left: 6px; margin-top: 154px; }   }
@media (max-width: 1300px) { .home-menu { margin-left: -3px; margin-top: 154px; }   }
@media (max-width: 1200px) { .home-menu { margin-left: -25px; margin-top: 154px; }   }
@media (max-width: 1100px) { .home-menu { margin-left: -64px; margin-top: 154px; }   }
@media (max-width: 1024px) { .home-menu { margin-left: -100px; margin-top: 154px; }   }
@media (max-width: 600px) { .home-menu { margin-left: -100px; margin-top: 154px; }  }

   /*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.force-overflow {
    max-height: 300px;
    min-height: 20px;
    overflow-x: hidden !important;
    overflow-y: scroll;
}
.jspContainer {
    overflow: hidden;
    position: relative;
    width:100%;
}
.jspPane {
    position: absolute;
}
.jspVerticalBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
.jspHorizontalBar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: none repeat scroll 0 0 #d9d9d9;
    border-radius: 6px;
    position: relative;
}
.jspDrag {
    background: none repeat scroll 0 0 #828282;
    border-radius: 6px;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    background: none repeat scroll 0 0 #50506d;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px;
}
.jspArrow.jspDisabled {
    background: none repeat scroll 0 0 #80808d;
    cursor: default;
}
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px;
}
.jspVerticalBar .jspArrow:focus {
    outline: medium none;
}
.jspCorner {
    background: none repeat scroll 0 0 #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}	

    .pnlMandatory:nth-child(odd) {
        background-color: #DEE1EB !important;
    }

    .pnlMandatory:nth-child(even) {
         background-color: #EFF0F5 !important;
    }
    
    
    .pnl8grade:nth-child(odd) 
    {
        background-color: #F9E7E3 !important;
       
    }

    .pnl8grade:nth-child(even) 
    {
         background-color: #FCF3F1 !important;
      
    }
    

        .pnl9grade:nth-child(odd) {
        background-color: #D4E9DB !important;
    }

    .pnl9grade:nth-child(even) {
        background-color: #EAF4ED !important;
    }
    
            .pnl10grade:nth-child(odd) {
        background-color: #F9E6D4 !important;
    }

    .pnl10grade:nth-child(even) {
        background-color: #FCF3E9 !important;
    }


            .pnl11grade:nth-child(odd) {
        background-color: #E6E0ED !important;
    }

    .pnl11grade:nth-child(even) {
        background-color: #F2F0F6 !important;
    }
    
                .pnl12grade:nth-child(odd) {
        background-color: #EFE4D8 !important;
    }

    .pnl12grade:nth-child(even) {
        background-color: #F7F1EC !important;
    }	
    
    
                    .pnlfinalmilestones:nth-child(odd) {
        background-color: #F7EDD4 !important;
    }

    .pnlfinalmilestones:nth-child(even) {
        background-color: #FBF6EA !important;
    }	
    	
    	
    	
    	/*  Resource Center */
    	
    	
.box1 {
    background: none repeat scroll 0 0 #5cb85c;
    border-radius:4px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 7px 0 10px 36px;
    width: 100%;
}
        

.box1 .title {
    color: #ffffff;
 
    margin-bottom: 5px;
    text-transform: uppercase;
}
.box1 .description {
    color: #ffffff !important;
    font-size: 16px;
    margin-bottom: 0;
   
}
.box1 .description a { color: #ffffff !important; }
.box2 {
    background: none repeat scroll 0 0 #4a5890;
   border-radius:4px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 0 10px 32px;
    width: 100%;
}

.box2 .title {
    color: #ffffff;
   
    margin-bottom: 5px;
    text-transform: uppercase;
}
.box2 .description {
        color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 0;
    
}
.box2 .description a { color: #ffffff !important; }





    .box3 {
         background: none repeat scroll 0 0 #5cb85c; /* 9bc928 */
         margin-bottom: 20px;
         overflow: hidden;
         padding:32px 0 26px 36px;
         width:100%;
         float:left;
         border-radius:4px;
        }
        
        
      .box3 strong {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 60px;
    height: 145px;
    line-height: 145px;
    margin-right: 39px;
    text-align: center;
    width: 145px;
}
.box3 .title {
    color: #ffffff;
    font-size:20px;
    padding-top:10px;  
   
}
.box3 .description {
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 0;
   
}
.box3 .description a { color: #ffffff !important; }
.box4 {
     background: none repeat scroll 0 0 #5cb85c;
     margin-bottom: 20px;
         overflow: hidden;
          padding:38px 0 36px 25px;
         width:100%;
         float:right;
         border-radius:4px;
}
.box4 strong {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 60px;
    height: 145px;
    line-height: 145px;
    margin-right: 39px;
    text-align: center;
    width: 145px;
}
.box4 .title {
     color: #ffffff;
     font-size:22px;
     margin-top: 10px;
        
}
.box4 .description {
        color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 0;
    
}
.box4 .description a { color: #ffffff !important; }

.fa-wrap {
    background: url("../../images/folder-icon.png") no-repeat right top ;
    position: relative;
    width: 100px; 
        height: 80px; 
    float:left;
    margin-right:20px;
}
.fa-inner {
    color: #323232;
    font-size: 13px;
    height: 9px;
    line-height: 16px;
    margin-left: 0;
    margin-top: 2px;
    position: relative;
    text-align: center;
    width: 81px;
    z-index: 2;

}

/* Login page CSS */


.login-body-container {
    

}
.login-container {
    margin: 0 auto;
    max-width: 400px;
    min-width: 400px;
}
.login-container .header, .login-container .landing-container.b-test .partner-header, .landing-container.b-test .login-container .partner-header {
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
}
.login-container p.footer {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0;
    text-align: center;
}
.login-container p.footer a {
    color: #fff;
    font-weight: 800;
}
.login-container .content {
    background: none repeat scroll 0 0 #fafafa;
    border-radius: 4px;
    margin-top: 30px;
    position: relative;
}
.login-container .content .little-dude {
    left: 50%;
    margin-left: -35px;
    position: absolute;
    top: -36px;
    width: 70px;
}
.login-container .content .heading {
    background: none repeat scroll 0 0 #4A5890;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px;
    text-align: center;
    color:#ffffff;
    font-size:26px;
}
.login-container .content .heading2 {
    background: none repeat scroll 0 0 #4A5890;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    text-align: center;
    color:#ffffff;
    font-size:24px;
}
/* 4A5890 */

.login-container .content .heading h1 {
    font-size: 20px;
}
.login-container .content .inner {
    padding: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 0 0 6px 6px;
}
.login-form input[type="text"], .login-form input[type="password"], .lost-password input[type="text"], .lost-password input[type="password"] {
    width: 93.5%;
}



.login-form label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 160px;
}

.login-form .sign-in-button {
    float: left;
    width: 40%;
}
.form-action input {
    float: left;
}
.form-password {
    margin: 0;
    padding: 0;
}

.form-password a {
    color: #bbb;
    text-decoration: none;
}
.form-password a:hover {
    color: #d04000;
    text-decoration: none;
}
.form-password .icon-question-sign {
    float: right;
    font-size: 1.4em;
    height: 0;
    padding-right: 10px;
    position: relative;
    top: -44px;
}
.login-form.signup label {
    text-align: left;
    width: 160px;
}
.sign-in-button
{
    background-color: #4A5890;
    border: 0 none;
    border-radius: 30px;
    font-weight: 600;
    height: 32px;
    line-height: 31px;
    padding: 2px 1px;
    transition: background-color 0.2s ease 0s;
    text-align:center;
    font-size:16px;
    color:#ffffff !important;
    text-decoration:none !important;
}



.forgot-psw-text {
    color: #a3a3a3;
    display: inline-block;
    font-weight: 600;
    margin: 8px 0 0 5px;
    float:right;
}

/* Login page CSS */


/* require of responsive */

    .fa-angle-double-down { margin:0 0 0 10px; display:inline-block; position:relative;bottom:-1px; }
    .fa-chevron-circle-right { vertical-align:middle; font-size:20px; margin:0px 4px 0px 0px; color:#298653; }
    .fa-chevron-circle-down { vertical-align:middle; font-size:20px;  margin:0px 8px 0px 0px; color:#A34749;  }
    .fa-home { font-size: 40px; color:#fff; }
    .fa-caret-down { font-size: 30px; color:#fff; padding-top:6px; }
    .fa-caret-up { font-size: 30px; color:#fff; padding-top:2px; }
    .fa-check-square-o { font-size:26px; }
    .fa-comments { font-size:26px; }
    .fa-map-marker { font-size:20px; }
    
    

.chkboxListitem td
{
    width: 150px !important;
}

.chkboxListitem2
{
    margin-left: 25px;
    margin-bottom: 15px;
}
.chkboxListitem2 td
{
    width: 170px !important;
}

.chkboxListitem3
{
    margin-left: 25px;
    margin-bottom: 20px;
}
.chkboxListitem3 td
{
    width: 170px !important;
}



.valign_top
{
    vertical-align: top;
}
.valign_bottom
{
    vertical-align: bottom;
}

.t_left
{
    text-align: left;
}
.t_right
{
    text-align: right;
}
.t_center
{
    text-align: center;
}

.talign_left
{
    text-align: left;
}
.talign_justify
{
    text-align: justify;
}
.talign_justifyr
{
    text-align: justify;
}

.margin_l4{  margin-left: 4px;}
.margin_ll5 {  margin-left: 5px;}
.margin_l5
{
    margin-left: 10px;
}
.margin_l10
{
    margin-left: 10px;
}
.margin_l20
{
    margin-left: 20px;
}
.margin_l30
{
    margin-left: 30px;
}
.margin_l38
{
    margin-left: 38px;
}
.margin_l40
{
    margin-left: 40px;
}
.margin_l50
{
    margin-left: 50px;
}
.margin_l60
{
    margin-left: 60px;
}
.margin_l80 {  margin-left: 80px; }  
.margin_l100
{
    margin-left: 100px;
}
.margin_l140
{
    margin-left: 140px;
}
.margin_l150
{
    margin-left: 150px;
}

.margin_r3
{
    margin-right: 3px;
}
.margin_r5 { margin-right: 5px;}
.margin_r8
{
    margin-right: 6px;
}

.margin_r10
{
    margin-right: 10px;
}
.margin_r15
{
    margin-right: 10px;
}
.margin_r18
{
    margin-right: 16px;
}
.margin_r20
{
    margin-right: 20px;
}
.margin_r25
{
    margin-right: 25px;
}

.margin_r30
{
    margin-right: 30px;
} 
.margin_r34 { margin-right: 34px;}
.margin_r35
{
    margin-right: 35px;
}
.margin_r40
{
    margin-right: 30px;
}
.margin_rr40
{
    margin-right: 40px;
}

.margin_r50
{
    margin-right: 50px;
}

.margin_r65
{
    margin-right: 65px;
}
.margin_r55
{
    margin-right: 55px;
}
.margin_r75
{
    margin-right: 75px;
}
.margin_r80
{
    margin-right: 80px;
}
.margin_r100
{
    margin-right: 100px;
}

.pad_t10
{
    padding-top: 10px;
}
.pad_t30 { padding-top:30px; }
.margin_t2
{
    margin-top: 2px;
}
.margin_t3
{
    margin-top: 3px;
}
.margin_t5
{
    margin-top: 5px;
}
.margin_t8
{
    margin-top: 8px;
}
.margin_t10
{
    margin-top: 10px;
}

.margin_t15
{
    margin-top: 15px;
}
.margin_t20
{
    margin-top: 20px;
}
.margin_t25
{
    margin-top: 25px;
}
.margin_t30
{
    margin-top: 30px;
}
.margin_t40
{
    margin-top: 40px;
}
.margin_t45
{
    margin-top: 45px;
}

.margin_t50
{
    margin-top: 50px;
}
.margin_t52
{
    margin-top: 52px;
}

.margin_b5
{
    margin-bottom: 5px;
}
.margin_b10
{
    margin-bottom: 10px;
}
.margin_b15
{
    margin-bottom: 15px;
}
.margin_b20
{
    margin-bottom: 20px;
}
.margin_b30
{
    margin-bottom: 30px;
}

.pad_10 { padding:5px 8px 0px 5px;}

.padding_b3
{
    padding-bottom: 3px;
}
.padding_b10
{
    padding-bottom: 10px;
}
.padding_b15
{
    padding-bottom: 15px;
}
.padding_b20
{
    padding-bottom: 20px;
}
.padding_b20
{
    padding-bottom: 20px;
}
.padding_b25
{
    padding-bottom: 25px;
}
.padding_b30
{
    padding-bottom: 30px;
}

.padding_t3
{
    padding-top: 3px;
}
.padding_t4
{
    padding-top: 4px;
}
.padding_t20
{
    padding-top: 20px;
}

.padding_t40
{
    padding-top: 40px;
}
.padd_r2 { padding-right:2px; }
.padd_r5 { padding-right:5px; }
.padd_r8 { padding-right:8px; }
.padd_r10
{
    padding-right: 10px;
}
.padd_r20
{
    padding-right: 20px;
}
.padd_r30
{
    padding-right: 30px;
}
.padd_r40
{
    padding-right: 40px;
}

.padd_l5 { padding-left: 5px}
.padd_l8 { padding-left: 8px}
.padd_l10
{
    padding-left: 10px;
}
.padd_l20
{
    padding-left: 20px;
}
.padd_l28
{
    padding-left: 28px;
}
.padd_l30
{
    padding-left: 30px;
}
.padd_l40
{
    padding-left: 40px;
}
.padd_l50
{
    padding-left: 50px;
}
.padd_l174
{
    padding-left: 174px;
}
.padd_l182
{
    padding-left: 182px;
}
.padd_l190
{
    padding-left: 190px;
}
.padd_l192
{
    padding-left: 192px;
}
.padd_l200
{
    padding-left: 200px;
}

.marginlandr {margin-left:10px;margin-right:10px; }

.border_r
{
    border-right: 1px solid #B6B6B6;
}
.border_r2
{
    border-right: 1px solid #ffffff;
}
.border_l
{
    border-left: 1px solid #B6B6B6;
}
.border_b
{
    border-bottom: 1px solid #999999;
    width: 600px;
    margin-bottom: 25px;
}
.borderb3
{
    border-bottom: 1px solid #B6B6B6;
    width: 100%;
}

.borderb6
{
    border-bottom: 1px dashed #A3A3A3;
    width: 100%;
    margin-bottom:15px;
    height:15px;
}

    .print {

 background-color:#eeb44f;
border-radius:4px;
 display:inline-block;
 color:#ffffff !important;
 font-size:14px;
 font-style:normal;
 height:34px;
 line-height:34px;
 width:180px;
 
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #ce8e28;
 margin-top:7px;
}
.print:hover {

 background-color:#eeaf41;
}.print:active {
 position:relative;
 top:1px;
}

.print_font { color:#fff !important;} 
.print_font:hover { text-decoration:none; }
.fa-print { font-size:22px; margin-right:8px; }


.border-l { border-left:1px solid gray; }

.loginGroup a { color:#fff !important; text-decoration:none !important; }