﻿/* usual control style */
body, div, span, td, form, input, a, img, textarea, select, pre
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 8pt;
}
H1
{
    font-size: medium;
    font-weight: normal;
    line-height: normal;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
}
body
{
    /*scrollbar-face-color: #99CCFF; 	scrollbar-highlight-color: #99CCFF; 	scrollbar-shadow-color: #6699CC; 	scrollbar-base-color: #336699; 	scrollbar-3dlight-color: #BBDDFF; 	scrollbar-arrow-color: #003366; 	scrollbar-track-color: #CCDDFF; 	scrollbar-darkshadow-color: #6699CC;*/
}

/* all of links */
a:link, a:active, a:visited
{
    color: #336699;
    text-decoration: none;
}

/* link style on mouse over */
a:hover
{
    color: #3399CC;
    text-decoration: underline;
}

/* drop the blank are in form */
form
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

hr
{
    width: 100%;
    height: 1px;
    margin: 0px;
    padding: 0px;
    color: #AACCEE;
    border-color: #AACCEE;
}

ul, ol, li
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p
{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* Footer Text */
.Footer
{
    text-align: center;
}

/* Force Wrap */
.Wrap
{
    white-space: normal; /*word-break: break-all;*/
}

/* Error message */
.ErrorMessage
{
    color: #FF0000;
}

/* safe message */
.SafeMessage
{
    color: #008800;
}

/* over flow text */
.EllipsesText
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/* button style */
.Button, .Button
{
    background-color: #F0F8FF;
    text-align: center;
    vertical-align: top;
    color: #000000;
    border: solid 1px #336699;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 1px; /*padding-bottom:2px;*/
    height: 18px;
}
/* File upload style */
.FileUpload
{
    height: 18px;
    border: solid 1px #336699;
    color: #000000; /*border: solid 1px #336699;*/
}
/* TextBox style */
.TextBox
{
    width: 170px;
    padding: 1px;
    padding-left: 3px;
    color: #000000;
    border: solid 1px #9B9A9A;
    background: url(Images/Controls/TextBoxBg.gif) no-repeat left top;
}

/* Multi line TextBox style */
textarea.TextBox
{
    color: #000000;
    padding: 1px;
    border: solid 1px #9B9A9A;
    height: 100px;
    width: 200px;
}

/* checkbox style */
span.CheckBox input, input.CheckBox
{
    width: 16px;
    height: 16px;
}

.Readonly
{
    background-color: ButtonFace;
    color: GrayText;
}


/* Dropdownlist style */
.DropDownList, .DropDownListParts
{
    height: 18px;
    border: solid 1px #9B9A9A;
}

.DropDownListParts
{
    width: 160px;
}

/* NotSpecified option */
option.NotSpecified
{
    font-style: italic;
}

/* Logo */
.Logo
{
    /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#336699', EndColorStr='#C8D8E8');*/
}
.Banner
{
    /*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#C8D8E8', EndColorStr='#336699');*/
}

.NavigateMenuContainer
{
    padding: 0px 0px 0px 0px;
    background-color: transparent; /*background-color: #C8D8E8; 	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr= '#F0F8FF' ,EndColorStr= '#C8D8E8' ); 	moz-opacity: 0.6; /*background-image: url(Images/Navigate.gif);*/
}
.NavigateMenuContainer A IMG
{
    display: none;
}
.NavigateMenuContainer .NavigateMenu A IMG
{
    display: inherit;
}
.NavigateMenu
{
}
.NavigateMenuStaticMenu
{
    padding: 0px;
    margin: 0px;
}

.NavigateMenuStaticMenuItem
{
    padding: 0px;
    margin: 0px;
    height: 37px;
}

.NavigateMenuDynamicMenu
{
    border: solid 1px #DDDDDD;
    padding: 2px;
    background: #6198AF;
}
.NavigateMenuDynamicMenu TABLE
{
    padding: 0px;
    margin: 0px;
}
.NavigateMenuDynamicMenuItem
{
    background-color: #EBEBEB;
    vertical-align: middle;
    width: 100%;
    text-decoration: none;
    width: 180px;
    height: 22px;
}

.NavigateMenuStaticMenuItem A
{
    display: block;
    height: 21px;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Tahoma;
    font-weight: bold;
}

.NavigateMenuDynamicMenuItem A
{
    height: 20px;
    overflow: hidden;
    display: block;
    padding-top: 2px;
    text-indent: 16px;
    font-weight: bold; /*padding: 4px 16px 4px 16px;*/
}
.NavigateMenuStaticMenuItem A:link, .NavigateMenuStaticMenuItem A:hover, .NavigateMenuStaticMenuItem A:visited, .NavigateMenuStaticMenuItem A:active, .NavigateMenuDynamicMenuItem A:link, .NavigateMenuDynamicMenuItem A:hover, .NavigateMenuDynamicMenuItem A:visited, .NavigateMenuDynamicMenuItem A:active
{
    text-decoration: none;
    color: #054B6E; /*margin: 4px 16px 4px 16px;*/
}

.NavigateMenuStaticMenuItemHover A:link, .NavigateMenuStaticMenuItemHover A:hover, .NavigateMenuStaticMenuItemHover A:visited, .NavigateMenuStaticMenuItemHover A:active, .NavigateMenuDynamicMenuItemHover A:link, .NavigateMenuDynamicMenuItemHover A:hover, .NavigateMenuDynamicMenuItemHover A:visited, .NavigateMenuDynamicMenuItemHover A:active
{
    color: #3C97C4;
}

.NavigateMenuDynamicMenuItemHover A:link, .NavigateMenuDynamicMenuItemHover A:hover, .NavigateMenuDynamicMenuItemHover A:visited, .NavigateMenuDynamicMenuItemHover A:active
{
    color: #FFFFFF;
}
.NavigateMenuDynamicMenuItemHover
{
    background-color: #518195;
}
.NavigateMenuStaticMenuItemHover
{
}

.NavigateMenuDynamicMenuItemSelected A
{
}

.ContextMenu
{
}
.ContextMenuStaticMenu
{
    padding: 0px;
    margin: 0px;
}

.ContextMenuStaticMenuItem
{
    height: 100%;
}

.ContextMenuStaticMenuItem A:link, .ContextMenuStaticMenuItem A:hover, .ContextMenuStaticMenuItem A:visited, .ContextMenuStaticMenuItem A:active
{
    padding: 1px 0px 1px 0px; /*width: 100px;*/
}

.ContextMenuDynamicMenu
{
    border: solid 1px #336699;
    padding: 2px 2px 2px 2px;
    width: 120px;
    overflow: visible;
    background-color: #F0F8FF;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#F0F8FF',EndColorStr='#C8D8E8');
}
.ContextMenuDynamicMenu TABLE
{
    padding: 0px;
    margin: 0px; /*2px 0px 2px 0px;*/
    width: 100%;
}
.ContextMenuDynamicMenu TABLE TABLE
{
    margin: 0px;
}
.ContextMenuDynamicMenuItem
{
    vertical-align: middle;
    text-align: left;
    height: 16px;
    width: 100%;
    text-decoration: none;
}
.ContextMenuDynamicMenuItem A
{
    height: 100%;
    width: 120px;
    padding: 1px 8px 1px 8px;
}

.ContextMenuStaticMenuItem A:link, .ContextMenuStaticMenuItem A:hover, .ContextMenuStaticMenuItem A:visited, .ContextMenuStaticMenuItem A:active, .ContextMenuDynamicMenuItem A:link, .ContextMenuDynamicMenuItem A:hover, .ContextMenuDynamicMenuItem A:visited, .ContextMenuDynamicMenuItem A:active
{
    text-decoration: none;
    color: #336699;
    padding: 1px 8px 1px 8px;
}

.ContextMenuStaticMenuItem A:link, .ContextMenuStaticMenuItem A:hover, .ContextMenuStaticMenuItem A:visited, .ContextMenuStaticMenuItem A:active
{
    padding: 2px 0px 2px 4px;
}
.ContextMenuStaticMenuItemHover A:link, .ContextMenuStaticMenuItemHover A:hover, .ContextMenuStaticMenuItemHover A:visited, .ContextMenuStaticMenuItemHover A:active, .ContextMenuDynamicMenuItemHover A:link, .ContextMenuDynamicMenuItemHover A:hover, .ContextMenuDynamicMenuItemHover A:visited, .ContextMenuDynamicMenuItemHover A:active
{
    color: #FFBB00;
}

.ContextMenuDynamicMenuItemHover, .ContextMenuStaticMenuItemHover
{
    background-color: #6699CC;
}

.ContextMenuDynamicMenuItemSelected A
{
    /*background-image: url(Images/Radio.gif);*/
    background-repeat: no-repeat;
    background-position: left center;
}


/* TreeView Style Begin */
.TreeView
{
}
TD.TreeViewNode
{
    width: 100%;
}
.TreeViewNode a:link, .TreeViewNode a:active, .TreeViewNode a:visited
{
    margin-left: 2px;
}

.TreeViewSelectedNode
{
    background-color: #336699;
}
.TreeViewSelectedNode a:link, .TreeViewSelectedNode a:active, .TreeViewSelectedNode a:visited
{
    color: #FFFFFF;
}

/* TreeView Style End */


/* SiteHeader */
.SiteHeader
{
    padding-left: 1px;
    padding-right: 1px;
}
.SiteHeaderContainer
{
    padding-top: 1px;
    padding-bottom: 1px;
}

.Hidden
{
    display: none;
}

.FillDock
{
    width: 100%;
    height: 100%;
}

.PageTitle
{
    font-weight: bold;
    font-size: 14px;
}

.ContentSplit
{
    color: Black;
    background: url(../../images/site/ContentSplit.gif);
    padding: 3px 6px 3px 6px;
}
.GridView
{
    border: solid 1px #C0D0E0;
    empty-cells: show;
}

.ManagerList
{
}
.ManagerListHeader, .ManagerListHeader th, .ManagerListHeader th
{
    background-color: #E8E8E8;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
}


.GridViewFooter
{
    font-size: 11px;
    font-weight: bold;
}
/*.GridView td, */
.GridView th
{
    /*padding: 2px 4px 2px 4px;*/
    height: 20px;
    vertical-align: middle;
    margin: 1px;
}

.GridViewHeader, .GridViewHeader th, .GridViewHeader th
{
    padding: 2px 2px 2px 2px;
    background-color: #E8E8E8;
    color: #000000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
}


.GridViewFooter
{
    font-size: 11px;
    font-weight: bold;
}

.GridViewEmptyDataRow
{
}

.GridViewRow, .GridViewAlternatingRow
{
    font-size: 11px;
    height: 18px;
    vertical-align: middle;
}

.GridViewRow
{
    /*color: #000000; 	background-color: #FFFFFF;*/
}

.GridViewAlternatingRow
{
    color: #000000;
    background-color: #F0F8FF;
}

.GridViewSelectedRow
{
    background-color: #AABBFF;
}

/*.GridViewRow input, .GridAlternatingRow input
{
	background-color: #F0F8FF;
	text-align: center;
	vertical-align: top;
	color: #000000;
	border: solid 1px #336699;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1px;
	height: 18px;
}*/

.GridViewPager
{
    font-size: 11px;
}

.GridViewPager A
{
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    height: 100%; /*font-weight: bold;*/
}
.GridViewPager A.CurrentPage
{
    color: Red;
}

/* GridView Style End */


.AccordionHeader, .AccordionHeaderSelected
{
    background-color: #E0EFFF;
    height: 24px;
    padding-top: 4px;
    vertical-align: middle;
    text-align: left; /*border-bottom: solid 1px #336699;*/
    cursor: hand;
    font-weight: bold;
}

.AccordionHeaderSelected
{
    background-color: #DDEEFF;
}

.AccordionContent
{
}

.PushDown
{
    border-style: inset;
    border-width: 1px; /* 	border-top: inset 1px #000000; 	border-left: inset 1px #000000; 	border-bottom: inset 1px #FFFFFF; 	border-right: inset 1px #FFFFFF; */
}

.FormView
{
    /*border: solid 1px #DDEEFF;*/
}

.FormViewHeader
{
    background-color: #F0F8FF;
    padding-top: 10px;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
}
.QuantityTextBox
{
    text-align: center;
    font-weight: bold;
}

.DecimalTextBox
{
    text-align: right;
}

.TableCaption
{
    padding: 4px 4px 4px 4px;
    background-color: #EEEEEE;
    color: #000000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
}

.CenterText
{
    text-align: center;
    vertical-align: middle;
}

/* Sales Orders style　*/
.InputReadonly
{
    font-size: 9pt;
    color: #888888;
    font-family: Arial;
    border: #888888 solid;
    border-width: 1 1 1 1;
    background-color: #eeeeee;
    width: 200px;
}
.input
{
    font-size: 9px;
    font-family: Arial;
    border: #6f6f6f solid;
    border-width: 1 1 1 1;
    width: 200px;
}
.button
{
    border-right: #6f6f6f 1px solid;
    border-top: #6f6f6f 1px solid;
    font-weight: bold;
    font-size: 11px;
    background: url(../images/input_back.gif) #fff repeat-x;
    border-left: #6f6f6f 1px solid;
    border-bottom: #6f6f6f 1px solid;
}
.Spliter
{
    border-top: #000 1px dotted;
}
.TableBorder1
{
    border: #333333 solid;
    border-width: 0.9pt 0.9pt 0.9pt 0.9pt;
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
}
/* Warning Text style */
.TextWarning
{
    font-size: 10px;
    color: #ff0000;
    font-family: verdana, arial;
    text-decoration: none;
}
.OrderItemListHeader
{
    font-size: 10px;
    color: White;
    font-weight: bold;
    background: #006699;
}

/* Sales Orders Style End　*/

/* EditMailTemplate Style */
.MailTemplate_title
{
    background-color: #48832B;
    height: 24px;
    color: White;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    padding: 0 4 0 4;
}
.MailTemplate_list
{
    background-color: #EFEFEF;
    font-family: Verdana;
    font-size: 12px;
    padding: 0 10 0 10;
}
.MailTemplate_input
{
    border: #7F9DB9 1px solid;
}

UL
{
    font-size: 11px;
    font-family: Verdana, Lucida, Helvetica, sans-serif;
}

UL.Collapse, UL.Expand
{
    cursor: hand;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
}

UL.Collapse LI
{
    list-style-image: url(../../images/site/plusicon.gif);
}

UL.Expand LI
{
    list-style-image: url(../../images/site/minusicon.gif);
}

UL.Collapse LI, UL.Expand LI
{
    line-height: 18px;
    list-style-position: outside;
    background-color: #EFEFEF;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
}

UL.Collapse UL
{
    display: none;
}

UL.Collapse UL, UL.Expand UL
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 16px;
    padding-top: 0px;
    padding-bottom: 2px;
}

UL.Expand UL LI
{
    list-style-image: url(../../images/site/node.gif);
}
Hidden
{
    display: none;
}
/* modal popup */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.ContainerController td
{
    font-size: 9pt;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
.accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}
.accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

ssssssfr/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
 .headinglarge {
	padding: 0;
	margin: 0;
	font: 10px Verdana, Arial, sans-serif;
}
.heading {
	padding: 1em 0 1em 0;
	color: #5377A9;
	font-weight: bold;
}
.heading1 {
	font-weight: bold;
	font-size:small;
}
.controltext {
	font: 1.2em Arial, sans-serif;
	color: black;
}
.controlinstruction {
	font: 1.0em Arial, sans-serif;
	color: black;
}
.headinglibak {
	padding: 1em 0 1em 0;
	color: #5377A9;
	font-weight: bold;
	font-size: 1.2em;
}
.headingli {
	color: #5377A9;
	margin-bottom: 10px;
	line-height: 150%;
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
.BonusCalcStyle {
	height: 15px;
	width: 45px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right
}
.STtxtareastyle {
	height: 50px;
	width: 450px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}
.BonusCalcStyleFont {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}
.STtxtareastyleComment {
	height: 50px;
	width: 110px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}
body {
	padding: 0;
	margin: 0;
	font: 0.7em Arial, 微软雅黑, sans-serif;
	line-height: 1.5em;
	color: #454545;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
}
.ptimg {
	margin: 0 9px 3px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 27px;
}
a {
	color: #0E4D8B;
	background: inherit;
}
a:hover {
	color: #000;
	background: inherit;
}
a.title {
	color: #B41A1A;
	background: #FFF;
}
h1 {
	font: bold 2em;
	letter-spacing: -1px;
	padding: 16px 0 0 8px;
	margin: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font: normal 1.6em;
	letter-spacing: -1px;
}
h1 a {
	color: #FFF;
	background: inherit;
}
h1 a,
h2 a {
	text-decoration: none;
}
h1 a:hover,
h2 a:hover {
	color: #BFE1ED;
	background: inherit;
}
h3 {
	font: 90%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #5f5f5f;
	background: #FFF;
}
p {
	margin: 0 68px 0px 0;
	line-height: 1.5em;
}
img {
}
.article table,
.dashButtom {
	border: 0px solid #D9D9D9;
	margin: 0px;
	padding: 0px;
}
.article td {
	margin: 2px;
	border-width: 0px;
	border-style: solid;
	border-color: #D9D9D9;
}
.dashButtom {
}
form {
	margin: 0;
}
input.search {
	width: 100px;
	border: 1px solid #666666;
	color: #fff;
	background-color: #FFF;
	height: 23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 3px;
	line-height: 26px;
	font-size: 11px;
}
input.submit {
	height: 26px;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 3px;
	color: #fff;
	font-family:Arial, Sans-Serif;
	background-color: #BCD8E6;
	background-image: url(input-bg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	text-transform: uppercase;
	width: 60px;
}
input.squarebutton {
	height: 26px;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 3px;
	color: #fff;
	font-family:Arial, Sans-Serif;
	background-color: #BCD8E6;
	background-image: url(input-bg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	text-transform: uppercase;
}

.UserDefinedFormInput {
	min-width: 200px;
}
/* layout
   ------ */

.content {
	width: 980px;
	color: #454545;
	background-image: url(middle-bg.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
.logo {
	padding: 18px 0 0 3px;
}
.divider01 {
	filter: alpha(opacity=10, finishopacity=100, style=1, startX=0, startY=0, finishX=100, finishY=100);
	color: Red;
}
.divider {
	filter: alpha(opacity=100, finishopacity=0, style=3);
	color: #CAE2ED;
	display:none;
}
.header .header_top {
	background-image: url(header-header-top-bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	color: #333333;
	padding-top: 4px;
	padding-left: 0px;
}
.header_top #HomeLink {
	float: left;
	width: 150px;
	padding: 0px;
	margin-right: 70px;
}
/* header */
.header_top {
	height: 3px;
	background-color: #FFFFFF;
	background-image: url(header-top-bg.gif);
	background-repeat: no-repeat;
}
.header {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header .header_bottom {
	clear: both;
	color: #FFF;
	height: 3px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: none;
}
.header_bottom {
	clear: both;
	height: 4px;
	background-image: url(header-bottom-bg.gif);
	background-repeat: no-repeat;
}
/* right side
   ---------- */

.right {
	float: right;
	width: 170px;
	margin: 0 0 10px 0;
}
/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	background-image: url(ode-logo-small.gif);
	background-repeat: no-repeat;
	background-position: center 70px;
	height: 140px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer p {
	line-height: 2em;
}
.footer a {
	color: #4F4F4F;
	border-bottom: 1px dotted #808080;
	text-decoration: none;
}
.footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.footer ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.curlycontainer {
	margin-bottom: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.curlycontainer .innerdiv {
	left: 2px;
	top: 2px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.breadcrumb {
}
.breadcrumb a {
	text-decoration: none;
	padding-right: 10px; /*adjust bullet image padding*/
	color: navy;
	background-color: transparent;
	background-image: url(breadcrumb-bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 2px;
}
.breadcrumb a:visited,
.breadcrumb a:active {
	color: navy;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/**************************·ÖÒ³ÑùÊ½************************/
.pagination {
	padding: 2px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}
.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}
.pagination a,
.pagination a:visited {
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
}
.pagination a:hover,
.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80;
}
.pagination a.currentpage {
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}
.pagination a.disablelink,
.pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}
.pagination a.prevnext {
	font-weight: bold;
}
/**************************·ÖÒ³ÑùÊ½************************/
/**************************GridViewÑùÊ½************************/
.gridView {
	text-align: left;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}
.gridViewHeader {
	height: 20px;
	font: 12px sans-serif;
	color: Black;
	font-weight: 400;
}
.gridViewItem tBody {
	height: 20px;
	background: url(prettyinpink_row.png) repeat-x #F8F8F8;
}
/**************************************************/
.gvBlueGradient {
	border-collapse: collapse;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	background-color: #EFF4FB;
	background-repeat: repeat-x;
	background-image: url(teaser.gif);
}
.xxgvBlueGradientItem td {
	border-bottom: solid 1px #D9D9D9;
	border-left: 0px;
	border-right: 0px;
}
/***************************************************/
.iCube {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #BA9;
}
.iCubeHeader th,
.gvBlueGradientHeader th {
	border: 1px solid #BBAA99;
	padding: 2px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background-color: #70A8D1;
	background-image: url(th-bg.png);
	background-repeat: repeat-x;
	white-space: nowrap;
}
.iCubeHeaderLeft th,
.gvBlueGradientHeaderLeft th {
	border: 1px solid #BBAA99;
	padding: 1px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background-color: #70A8D1;
	background-image: url(th-bg.png);
	background-repeat: repeat-x;
	white-space: nowrap;
}
.iCubeHeaderLeft th,
.gvBlueGradientHeaderLeft1 th {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	background-repeat: repeat-x;
	background-position: right;
	background-image: url(th-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.gvBlueGradientHeader1 th {
	border: 1px solid #BBAA99;
	padding: 1px;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background-color: #70A8D1;
	background-image: url(th-bg.png);
	background-repeat: repeat-x;
}
.gvBlueGradientHeader2 th {
	border: 1px solid #BBAA99;
	padding: 1px;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background-color: #70A8D1;
	background-image: url(th-bg.png);
	background-repeat: repeat-x;
	font-family: Arial;
}
/****************************************************************/
.cleanGV {
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
}
.cleanHeader th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
	font-size: 120%;
	color: #047;
	font-weight: 600;
}
.cleanItem td,
th {
	background: #fff;
	color: #000;
}
.cleanItem th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
.cleanItem {
	background: #fff;
	color: #000;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
	vertical-align: top;
}
.cleanAltItem td {
	border-bottom: 1px solid #87CEFA;
	border-top: 1px solid #87CEFA;
	background: #F0F8FF;
	vertical-align: top;
}
/******************************************************************/
.mediagroove {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
}
.mediagrooveHeader th {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	background-repeat: repeat-x;
	background-position: right;
	background-image: url(th-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.mediagrooveHeaderUC th {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	background-repeat: repeat-x;
	background-position: right;
	background-image: url(th-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.mediagrooveItem,
.iCubeItem,
.gvBlueGradientItem,
.r1 {
	vertical-align: top;
	background-image: url(r1-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F7FAFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	font-size: 11px;
	padding: 4px;
}
.mediagrooveAltItem,
.iCubeAltItem,
.gvBlueGradientAlt,
.r2 {
	vertical-align: top;
	background-color: #F7F9FC;
	background-image: url(r2-bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	font-size: 11px;
	padding: 4px;
}
.mediagrooveHeader a {
	color: White;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.iCubeItem td {
	padding: 2px;
}
.xxmediagroove tbody td {
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
}
a.squarebutton span,
a.ovalbuttonGreen span,
a.boldbuttonsBrown span,
a.boldbuttons span,
a.boldbuttonsBrown span,
a.ovalbutton span {
	text-decoration: none;
	float: left;
	background-image: url(input-bg.png);
	background-repeat: repeat-x;
	background-color: #BCD8E6;
	border: 1px solid #666666;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-right: 1px;
	white-space: normal;
}
a.squarebutton1 {
	text-decoration:none;
}
a.squarebutton1 span {
	text-decoration: none;
	float: right;
	background-repeat: repeat-x;
	background-color: #00FF00;
	border: 1px solid #666666;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-right: 1px;
}
a.squarebutton2 span {
	text-decoration: none;
	float: right;
	background-image: url(input-bg.png);
	background-repeat: repeat-x;
	background-color: #BCD8E6;
	border: 1px solid #666666;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-right: 1px;
}
a:link.boldbuttons,
a:visited.boldbuttons,
a:hover.boldbuttons,
a:active.boldbuttons,
a:link.squarebuttonGreen,
a:visited.squarebuttonGreen,
a:active.squarebuttonGreen {
	color: #FFFFFF;
}
a.squarebuttonGreen:hover span,
a.ovalbutton:hover,
a.ovalbuttonGreen:hover,
a.squarebutton:hover {
	/* Hover state CSS */
    background-position: bottom right;
	color: black;
	cursor: hand;
}
.buttonwrapper {
	/* Container you can use to surround a CSS button to clear float */
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
.modalBackground {
	font-family: Arial;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup {
	background-color: #DDF4FF;
	border-width: 1px;
	border-style: solid;
	border-color: #D9D9D9;
	padding: 3px;
	width: 550px;
}
.modalPopup table,
.modalPopup tr,
.modalPopup td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dashButtom {
	text-align: left;
}
.dashButtom td {
	border-bottom: 1px solid #D9D9D9;
	text-align: left;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px; /*padding: 5px;*/
	font: 0.8em;
}
.dashButtom tr {
	border: 0 0 0 0;
	text-align: left;
}
.radioButtonList {
	text-align: left;
}
.radioButtonList td {
	border-bottom: 0px solid #D9D9D9;
	text-align: left;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px; /*padding: 5px;*/
	font: 0.8em;
}
.radioButtonList tr {
	border: 0 0 0 0;
	text-align: left;
}
.widthInputCT {
	width: 60px;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	font-size: 11px;
	margin-bottom: 0px;
	font-family:Arial;
	text-align: left;
}
.widthInput {
	width: 200px;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	font-size: 11px;
	margin-bottom: 0px;
	font-family:Arial;
	text-align: left;
}
.widthInput1 {
	width:160px;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	font: 0.8em;
	font-size: 11px;
	font-family:Arial;
	text-align: left;
}
.widthInputMU300 {
	width: 300px;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	font: 0.8em;
	font-size: 11px;
	font-family:Arial;
}
.widthInput {
	width: 200px;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	font-size: 11px;
	margin-bottom: 3px;
	font-family:Arial;
	margin-top:4px;
}
.MailTemplate_title {
	font: 1.2em Arial, ns-serif;
	font-size: 11px;
	font-family:Arial;
	font-style:italic
}
.MailTemplate_inputContent {
	width: 500px;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	font: 0.8em Arial, ns-serif;
	font-size: 11px;
	font-family:Arial;
}
.MailTemplate_input {
	width: 500px;
	border: 0px solid #D9D9D9;
	background-color: #FFF;
	font: 0.8em Arial, ns-serif;
	font-size: 11px;
	font-family:Arial;
}
.widthInputOrg {
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	font: 0.8em Arial, ns-serif;
	font-size: 11px;
	font-family:Arial;
}
.widthInputOrgUnitReport {
	width: 850px; /*border: 1px solid #D9D9D9; 	background-color: #fff; */
}
.widthInputReadOnly {
	width: 200px;
	border: solid 1px;
	background-color: #ddd;
}
/**************************maskededitÑùÊ½1************************/
.MaskedEditFocus {
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditMessage {
	color: #000000;
	font-weight: bold;
}
.MaskedEditError {
	background-color: #ffcccc;
}
.MaskedEditFocusNegative {
	background-color: #ffffcc;
	color: #ff0000;
}
.MaskedEditBlurNegative {
	color: #ff0000;
}
/**************************maskededitÑùÊ½1************************/
/*Hover Menu*/
.popupMenu {
	position: absolute;
	visibility: hidden;
	background-color: #FFFF99;
	color: Black;
	opacity: .9;
	font: 0.8em;
	filter: alpha(opacity=90);
}
.popupHover {
	background-image: url(header-opened.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFF99;
}
/******************content Menu ****************/
.ContextMenuPanel {
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}
.ContextMenuBreak {
	margin: 1px 1px 1px 32px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C5C5C5;
}
a.ContextMenuItem {
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}
a.ContextMenuItem-Selected {
	font-weight: bold;
	color: #003399;
}
a.ContextMenuItem:hover {
	background-color: #BBAA99;
	color: #333333;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
.ddlfont {
	border: 1px solid #D9D9D9;
	height:23px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #333333;
}
#spanToday {
	background: url(span-today-bg.gif) no-repeat top left;
	display: block;
	height: 21px;
	width: 175px;
	float: right;
	clear: right;
	color: #FFFFFF;
	margin-right: 2px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	margin-bottom:-2px;
}
#spanToday1 {
	background: url(span-today-bg.gif) no-repeat right bottom;
	display: block;
	width: 176px;
	float: right;
	clear: right;
	color: #FFFFFF;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mqwrap {
	background-color: #FFFFFF;
	width: 100%; /*height: 80px;*/
}
.squarebutton {
}
.iCubeHeader .taskHeader {
	width: 370px;
}
#ctl00_ContentContent_details_header h2 {
	margin-bottom: 10px;
}
td {
	font-size: 11px;
}
#ctl00_holderRight_ModalPopupExtender_foregroundElement #ctl00_holderRight_Panel2 #ctl00_holderRight_Panel3 {
	font-weight: bold;
	padding: 5px;
	background-color: #DDF4FF;
}
#ctl00_ContentContent_txtAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.nounderline,
a.nounderline,
a.nounderline:link,
a.nounderline:active,
a.nounderline:visited {
	text-decoration: none;
	color: #454545;
}
.article tabl
.article table,
.dashButtom1 {
	border: 0px solid #D9D9D9;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	width: 935px;
}
m1 {
}
form {
	margin: 0;
}
.dashButtom1 {
	text-align: left;
}
.dashButtom1 td {
	border-bottom: 1px solid #D9D9D9;
	text-align: left;
	border-top: 0px;
}
.article table,
.dashButtom1 {
	border: 0px solid #D9D9D9;
	margin: 0px 16px 0px 0px;
	padding: 0px;
}
dashButtom1 tr {
	border: 0 0 0 0;
	text-align: left;
}
.tabHeaderLink,
a.tabHeaderLink,
a.tabHeaderLink:link,
a.tabHeaderLink:active,
a.tabHeaderLink:visited {
	text-decoration: none;
	background: none;
	color: #0E4D8B;
}
#jobsearch table {
}
#jobsearch label {
	text-align: right;
	float: right;
	width: 200px;
	margin-top: 5px;
}
#jobsearch td {
	padding: 5px;
}
#jobsearch .mediagrooveItem,
#jobsearch .mediagrooveAltItem {
	background-color: #FFF;
	background-image: none;
}
#jobsearch p {
	margin-bottom: 15px;
}
#aspnetForm .content .left #ctl00_ctl00_holderRight_divContent #ctl00_ctl00_holderRight_Tabs #ctl00_ctl00_holderRight_Tabs_body div div .mediagroove tbody .mediagrooveAltItem td table tbody tr td .buttonwrapper span,
#aspnetForm .content .left #ctl00_ctl00_holderRight_divContent #ctl00_ctl00_holderRight_Tabs #ctl00_ctl00_holderRight_Tabs_body div div table tbody tr td .buttonwrapper span {
	width: 150px;
	text-align:center;
}
input.Important {
	background-color: Yellow;
}
td.RightBorder {
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#877865;
}
.EditableInput {
	background-color: #FBFF4F;
}
.DataError {
	border-width: 1px;
	border-color: Red;
}
.MyTabStyle .ajax__tab_header {
	font-family: "Arial";
	font-size: 11px;
	font-weight:bold;
	display: block;
	padding-top: 5px;
	position: relative;
	top: 1px;
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer {
	border-color: #222;
	color: #222;
	padding-left: 5px;
	margin-right: 2px;
	border:solid 1px #d7d7d7;
	background-color: #F3F3F5;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner {
	border-color: #666;
	color: #666;
	padding: 3px 5px 2px 0px;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
	background-color:#d7d7d7;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
	color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer {
	border-bottom-color: #ffffff;
	background-color: #d7d7d7;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner {
	color: #000;
	border-color: #333;
}
.MyTabStyle .ajax__tab_body {
	font-family: verdana;
	font-size: 10pt;
	background-color: #fff;
	border-top-width: 1px;
	border: solid 1px #d7d7d7;
	border-top-color: #d7d7d7;
	padding: 7px;
}
.ctl00_holderTopMenu_topMeanu_1,
.ctl00_ctl00_holderTopMenu_topMeanu_1 {
	line-height:20px;
}
.header .header_top div #ctl00_ddlSupportedUICultrue,
.header .header_top div #ctl00_ctl00_ddlSupportedUICultrue {
	float: left;
	margin-right:5px;
	margin-top:5px;
}
.header .header_top div #ctl00_imgSetDefault,
.header .header_top div #ctl00_ctl00_imgSetDefault {
	float: left;
	margin-top: 5px;
}
.header .header_top div #ctl00_lnkMyProfile,
.header .header_top div #ctl00_lnkHelp,
.header .header_top div #ctl00_lnkLogin,
.header .header_top div #ctl00_ctl00_lnkMyProfile,
.header .header_top div #ctl00_ctl00_lnkHelp,
.header .header_top div #ctl00_ctl00_lnkLogin {
	line-height: 28px;
}
#ctl00_ContentContent_txtSchName {
	padding:4px;
}
#nav div div table td {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.ajax__tab_tab a {
	background:none;
}
input.submit,
input.squarebutton,
.gd_empty,
a.squarebutton span,
a.ovalbuttonGreen span,
a.boldbuttonsBrown span,
a.boldbuttons span,
a.boldbuttonsBrown span,
a.ovalbutton span,
a.squarebutton1 span,
a.squarebutton2 span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-color: #6192B8;
	border-right-color: #6192B8;
	border-bottom-color: #6192B8;
	border-left-color: #6192B8;
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.46);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.46);
}
.ajax__tab_xp .ajax__tab_header {
	padding: 6px 8px;
	font-size:10px !important;
	background-color: #87A7D0 !important;
	background-image: url('ajax__tab_header-bg.png') !important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
}
.ajax__tab_xp .ajax__tab_inner {
	background:none !important;
	padding-left:0px !important;
}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
	background:none !important;
	background-color:#fff !important;
	border-top-color: #D9D9D9 !important;
	border-right-color: #D9D9D9 !important;
	border-left-color: #D9D9D9 !important;
}
.ajax__tab_active .ajax__tab_tab a {
	color:#ff0;
}
.ajax__tab_tab,
.ajax__tab_tab a {
	color:#00f;
}
.ajax__tab_active .ajax__tab_tab {
	color:#0ff;
}
.ajax__tab_xp .ajax__tab_tab {
	background:none !important;
	padding-bottom: 5px !important;
	border:none !important;
	margin-bottom: 0px !important;
	height:18px !important;
}
.ajax__tab_xp .ajax__tab_tab,
 .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ajax__tab_xp .ajax__tab_outer {
	background:none !important;
	padding-right:2px !important;
}
.ajax__tab_xp .ajax__tab_body {
	background-color:transparent !important;
	border:none !important;
	padding:5px !important;
	background-image: url(r1-bg.png)!important;
	background-repeat: repeat-x !important;
	background-position: top !important;
	background-color: #F7FAFC !important;
}
.ajax__tab_xp .ajax__tab_body .ajax__tab_xp .ajax__tab_body {
	padding:0px !important;
}
.ajax__tab_xp .ajax__tab_body td {
	padding-left:5px !important;
	padding-top:2px !important;
	padding-bottom: 2px !important;
	line-height:25px;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default {
	-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px rgba(50, 50, 50, 0.75);
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp.ajax__tab_container.ajax__tab_default {
	-webkit-box-shadow: none !important;
	-moz-box-shadow:    none !important;
	box-shadow:         none !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
}
.ajax__tab_xp.ajax__tab_container.ajax__tab_default .ajax__tab_xp .ajax__tab_header {
	background-color:transparent !important;
	background-image: url(ajax__tab_header2-bg.png) !important;
	background-repeat: repeat-x !important;
}
img.history-icon {
	vertical-align:middle;
}
input[type=text] {
	padding:4px;
}
#ctl00_ctl00_holderRight_Tabs_tabPanelCompensationBenefits_TabsContainerCompensationBenefits_tabPanelCompensation_holderCompensation_btnCalculate {
	margin-right:10px;
	margin-bottom:3px;
	margin-top:3px;
}
td .highlighted {
	font-weight:bold;
	font-size:12px;
}
