body {
    font-size: 11px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    background-color: #F1F3F7;
    background-image: url( tophead1b.jpg );
    background-repeat: no-repeat;
    background-position: center 0;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    /*font-family: Verdana ;
    font-size: 10px;*/
    color: #073A86;
}

.detailsBBody {
    font-size: 11px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    background-color: #ebebeb;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    /*font-family: Verdana ;
    font-size: 10px;*/
}

html, p, a, th, td, tr {
    font-size: 11px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    text-align: left;
}

/* formTable */
table.formTable {
    background-color: #fff;
    border: dotted 1px #DDE3ED;
}

table {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    border-style: none;
    border-width: 0;
    outline-style: none;
    outline-width: 0;
}

table.formTable th {
    text-align: center;
    padding: 6px;
}

table.formTable tr td {
    padding: 4px 2px;
    border-top: 1px dotted #DDE3ED;
}

table.formTable tr.headerTable td {
    text-align: center;
}

table.nobordersTable tr td {
    padding: 5px;
    border-color: transparent;
    border-style: none;
}

table.nobordersTableSmallPadding tr td {
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-color: transparent;
    border-style: none;
}

table.loginTable {
    background-color: #FFFFFF;
    border-collapse: separate;
    border: solid white 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 3px 3px 5px #C0C0C0;
    -moz-box-shadow: 3px 3px 5px #C0C0C0;
    -webkit-box-shadow: 3px 3px 5px #C0C0C0;
}

table.loginTable td {
    border-left: solid black 1px;
    border-top: solid black 1px;
}

table.loginTable td:first-child {
     border-left: none;
}

/* listTable */
table.listTable {
    background-color: #fff;
    width: 500px;
    border-style: hidden;
    outline-style: none;
}

table.listTable th {
    padding: 6px;
}

table.listTable tr td {
    padding: 1px;
    text-align: center;
}

table.listTable tr td {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px dotted #DDE3ED;
}

/* detailTable */
table.detailTable {
}

table.detailTable th {
    padding: 5px;
}

table.detailTable tr td {
    padding: 5px;
}

/* labels */
.tdLabel {
    text-align: left;
}

.tdLabelCenter {
    text-align: center;
}

.tdLabelRight {
    text-align: right;
}

/* td for editable properties td-s*/
.tdEditInput {
    text-align: left;
}

/* td for properties showed on screen td-s*/
.tdViewInput {
    text-align: left;
    padding: 6px;
}

.tdViewInput_space {
    text-align: center;
    padding: 10px;
    white-space: nowrap;
}

/* td for properties showed on screen td-s*/
.tdViewInput_center {
    text-align: center;
    padding: 6px;
}

/* td for images in tables*/
.tdImageInput {
    text-align: center;
}

/*td for images test*/
.tdImageInput_space {
    text-align: center;
    padding: 10px;
}

/*td for images test*/
.tdImageInput_space {
    text-align: center;
    padding: 10px;
}

.tdButton_right {
    text-align: right;
}

/*-- td for coloring the grid from restriction grid--*/
.thDay {
    width: 40px;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #E3E5E9;
    border-bottom: 1px solid #E3E5E9;
    text-align: center;
    background-image: url("header_gradient.png");
    background-repeat: repeat-x;
    background: -moz-linear-gradient(center bottom , #00337F 0%, #1A4484 50%, #2A5494 50%, #98ACCB 100%) repeat scroll 0 0 transparent !important;
    color: white;
}
.thDayLarge {
    width: 80px;
    padding: 0px;
    margin: 0px;
    border-right: 1px dotted #DDE3ED;
    border-top: 1px dotted #DDE3ED;
    text-align: center;
}

.tdRedCell {
    background-color: red;
    text-align: center;
}

.tdLightBlueCell {
    background-color: #99E7FF;
    text-align: center;
}

.tdPinkCell {
    background-color: pink;
    text-align: center;
}

.tdDarkBlueCell {
    background-color: blue;
    text-align: center;
    color: white;
}

.tdBlankCell {
    background-color: #fff;
    text-align: center;
}

.tdDarkPurpleCell {
    background-color: #BA55D3;
    text-align: center;
}

.tdLightPurpleCell {
    background-color: #DDA0DD;
    text-align: center;
}

.tdDarkRedCellAll {
    background-color:  #9a0c18;
    text-align: center;
    color: white;
}
.tdDarkRedCellSome {
    background-color: #9a0c1878;
    text-align: center;
}

.tdLightGreyCell {
    background-color: lightGrey;
    text-align: center;
}

.tdDarkGreyCell {
    background-color: grey;
    text-align: center;
}

.tdGreyCell_1 {
    background-color: #E8E8E8;
    text-align: center;
}
.tdGreyCell_2 {
    background-color: #E0E0E0;
    text-align: center;
}
.tdGreyCell_3 {
    background-color: #D8D8D8;
    text-align: center;
}

.tdDarkYellowCell {
    background-color: orange;
    text-align: center;
}

.tdLightYellowCell {
    background-color: yellow;
    text-align: center;
}

.tdGold {
    background-color: lightgoldenrodyellow;
}

.tdWhite {
    background-color: white;
}


.tdTop {
    width: 40px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    border-right: 1px dotted #DDE3ED;
    border-top: 1px dotted #DDE3ED;
}

/*-- colors the table headers--*/
.headerTable {
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #E3E5E9;
    border-bottom: 1px solid #E3E5E9;
    background-image: url("header_gradient.png");
    background-repeat: repeat-x;
    background: -moz-linear-gradient(center bottom , #00337F 0%, #1A4484 50%, #2A5494 50%, #98ACCB 100%) repeat scroll 0 0 transparent !important;
    color: white;
}
.headerTableCenter {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #E3E5E9;
    border-bottom: 1px solid #E3E5E9;
    background-image: url("header_gradient.png");
    background-repeat: repeat-x;
    background: -moz-linear-gradient(center bottom , #00337F 0%, #1A4484 50%, #2A5494 50%, #98ACCB 100%) repeat scroll 0 0 transparent !important;
    color: white;
}

table.headerTableWithBorder {
    font-size: 12px;
    background-color: #DDE3ED;
    font-weight: bold;
    border: 1px dotted #DDE3ED;
    border-collapse: collapse;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px
}

table.headerTableWithBorder tr td {
    padding-bottom: 0px;
    padding-top: 0px;
}

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    float: left;
	width: 100%;
	height: 170px;
	border: 1px solid #DDE3ED;
	overflow-y: scroll;
}

.sortable2 {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    float: left;
	height: 130px;
	width: 100px;
	border: 1px solid #DDE3ED;
}

/*--css for formating the subtitle of pages --*/
.headerPage {
    font-weight: bold;
}

/* combo-boxes , general */
.selectSmall {
    width: 20px;
}
.selectSmall_1 {
    width: 50px;
}

.selectSmall1 {
    width: 60px;
}

.selectSmall2 {
    width: 100px;
}

.selectMedium {
    width: 150px;
}

.selectMedium1 {
    width: 180px;
}

.selectMedium2 {
    width: 120px;
}

.selectLarge {
    width: 220px;
}

.selectExtraLarge {
    width: 260px;
}

.selectHuge {
    width: 100%;
}

/* hr */
hr.small {
    width: 300px;
}

hr.medium {
    width: 500px;
}
hr.separator {
    border: 0;
    width: 100%;
    color: #DDE3ED;
    background-color: #DDE3ED;
    height: 1px;
}

/* error messages */
.errorMessage {
    color: red;
}

.logonErrorMessage {
    color: #ffff00 !important;
}

.actionMessage {
    color: green;
}

/*-- css class for inputs--*/
.inputExtraLarge {
    width: 497px;
}

.inputFullWidth {
    width: 99%;
}

.inputLarge {
    width: 300px;
}

.inputMedium {
    width: 150px;
}

.inputMedium1 {
    width: 220px;
}

.inputMedium2 {
    width: 120px;
}
.inputNormal {
    width: 75px;
}

.inputSmall {
    width: 30px;
}

.inputSmall2 {
    width: 42px;
}

/*-- css for checkboxes--*/
.checkboxInput {

}

/*-- css for radio buttons--*/
.radioButtonInput {

}

/*-- css class for  calendar--*/
.calendarClass {
    COLOR: #ffffff;
    text-decoration: none;
}

.calendarClass:visited {
    COLOR: #ffffff;
    text-decoration: none;
}

.calendarClass:hover {
    COLOR: #ffffff;
    text-decoration: none;
}

.calendarClass:active {
    COLOR: #ffffff;
    text-decoration: none;
}

/*-- css class for menu options --*/
.menu {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.menu:visited {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.menu:hover {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.menu:active {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

/*-- css class for all edit/delete/.. links--*/
.link {
    color: #0036CC;
    text-decoration: none;

}

.link:visited {
    color: #0036CC;
    text-decoration: none;
}

.link:hover {
    color: #0036CC;
    text-decoration: none;
}

.link:active {
    color: #0036CC;
    text-decoration: none;
}

.linkBlack {
    color: #000000;
    text-decoration: none;

}

.linkBlack:visited {
    color: #000000;
    text-decoration: none;
}

.linkBlack:hover {
    color: #000000;
    text-decoration: none;
}

.linkBlack:active {
    color: #000000;
    text-decoration: none;
}

.linkNotActive {
   pointer-events: none;
   cursor: default;
   color: gray;
}

/*--css class for buttons --*/
.button {
    color: #ffffff;
    background: url(ui-bg_inset-hard_55_427b96_1x100.png) repeat-x scroll 50% 50% #427B96;
    border: 1px solid #2F6885;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    padding: 0 4px 1px;
    position: relative;
    text-decoration: none;
}

.buttonDisabled {
    color: #aaaaaa;
    background: url(ui-bg_inset-hard_55_427b96_1x100.png) repeat-x scroll 50% 50% #427B96;
    border: 1px solid #2F6885;
    border-radius: 5px 5px 5px 5px;
    font-size: 10px;
    font-weight: normal;
    padding: 0 4px 1px;
    position: relative;
    text-decoration: none;
}

.smallScrollArea {
    max-height: 535px;
    max-width: 1020px;
    overflow: auto;
    width: 1020px;
    height: 535px;
    overflow-x: scroll; /*needed for IE for horizontal scrolling*/
    overflow-y: scroll; /*needed for IE for vertical scrolling*/
}

/*needed by IE in order to prevent the vertical scroll bar from overlapping the dataArea content*/
.scrollInnerArea {
    width: 1000px;
    height: 190px;
}

.smallScrollAreaVertical {
    max-height: 200px;
    overflow: auto;
    height: 200px;
    overflow-y: scroll; /*needed for IE for vertical scrolling*/
}

/*needed by IE in order to prevent the vertical scroll bar from overlapping the dataArea content*/
.scrollInnerAreaVertical {
    width: 1000px;
    height: 190px;
}

img {
    margin: 0px;
    border: none;
}

.buttonInvisible {
    visibility: hidden;
}

/*classed needed for menu options */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 1000px;
	text-align: center;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	height: 30px;
	text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    z-index: 50;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em;
	margin:  6px 0 0 -0px;
	#margin:  -2px 0 0 0px;
	_margin:  -2px 0 0 0px;
}

#nav li ul li { /* second-level lists */
	background-image: url(suback.jpg);
	height: 2em;
	width: 10em;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    position: relative;
    cursor:  hand;
}

#nav li ul li li { /* third-level lists */
	background-image: url(suback.jpg);
	height: 2em;
	width: 10em;
    z-index: 100;
}

#nav li ul ul { /* third-and-above-level lists */
    margin: -1em 0 0 +10em;
	#margin: 0.5em 0 0 +0em;
	_margin: 0.5em 0 0 +0em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

span.selectedspan {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	top: -2px;
	position: relative;
	border-bottom: 3px solid #FF0000;
	height: 25px;
	padding-bottom:2px;
}
span.notselectedspan {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    height: 25px;
    cursor:  pointer;
}

fieldset {
    color: #073A86;
    border: 1px solid;
}

legend {
    color: #073A86;
    font-weight: bold;
}

.purpletext {
    color: #073A86;
}

marquee img {
    vertical-align: middle;
}

.inputTextRed{
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: #FF7777;
}

tr.selected {
    background-color: #F0F0F0;
}
tr.notSelected {
    background-color: #ffffff;
}

.menuLink, .menuLink:hover {
    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 10px;
    font-family: "Verdana";
}

.subMenuLink {
    display: block;
    text-decoration: none;
    color: #00337F;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: normal;
    font-size: 10px;
    font-family: "Verdana";
    white-space: nowrap;
}
.subMenuLink:hover {
    text-decoration: underline;
}

#accordion {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion div {
    background-color: transparent;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    color: white;
    text-align: left;
    font-family: "Verdana";
}
#accordion ul {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion ul{
    display: none;
}
#accordion ul li {
    font-weight: normal;
    cursor: pointer;
    padding: 0 0 0 3px;
    background-color: white;
    text-align: left;
}


.stylingGroup {
    background-repeat: repeat-x;
    background-image: url("header_gradient.png");
    background: -moz-linear-gradient(center bottom , #00337F 0%, #1A4484 50%, #2A5494 50%, #98ACCB 100%) repeat scroll 0 0 transparent !important;
    font-weight: bold;
    font-size: 10px;
}
.stylingGroupHover {
    background-repeat: repeat-x;
    background-image: url(header_gradient_mo.png);
    background: -moz-linear-gradient(center bottom , #1E519D 0%, #3A64A4 50%, #4872B2 50%, #B6CAE9 100%) repeat scroll 0 0 transparent !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
}

.ui-widget-header {
    background: url("header_gradient.png") !important;
}

#main {
    height: auto;
    width: auto;
    position: fixed;
    right: 0;
    top: 20px;
    bottom: 0;
    overflow: auto;
}

#header {
    background-color: #F1F3F7;
    height: 32px;
    padding: 3px;
    position: absolute;
    right: 20px;
    text-align: left;
    top: 5px;
    width: auto;
}

#expandable {
    height: auto;
    overflow: visible;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;

    background-repeat: no-repeat;
    background-position: left top;
}

#sidebar {
    height: auto;
    overflow: auto;
    position: absolute;
    left: 1px;
    top: 115px;
    bottom: 65px;
}

#footer {
    bottom: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 126px;
    text-align: left;
}

#img_Pin {
    cursor: pointer;
    position: absolute;
    top: 2px;
}

#ibtn_LogOff {
    bottom: 3px;
    display: none;
    left: 1px;
    position: fixed;
    width: 24px;
}

a.WebButtonLight {
    color: #00337F;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}

a.WebButtonLight span {
    background: -moz-linear-gradient(center bottom , #84B5FE 0%, #A6C3EC 50%, #C2CFDE 50%, #D9D8D2 100%) repeat scroll 0 0 transparent !important;

    border-radius: 10px 10px 10px 10px;
    border-style: none;
    box-shadow: 2px 2px 2px #AAAAAA;
    display: inline-block;
    height: 17px;
    line-height: 16px;
    margin-bottom: 2px;
    outline-style: none;
    padding-left: 7px;
    padding-right: 8px;
    vertical-align: top;

    background-image: url(ButtonLight.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
a.WebButtonLight span:hover {
    background: -moz-linear-gradient(center bottom , #74A5DE 0%, #96B3DC 50%, #B2BFCE 50%, #C9C8C2 100%) repeat scroll 0 0 transparent !important;
    background-image: url(ButtonLight_hover.gif);
}

span.WebBar {
    display: inline-block;
    height: 20px;
    position: relative;
    text-align: right;
    vertical-align: middle;
}

span.WebBar img {
    height: 2px;
    left: 5px;
    position: absolute;
    top: 9px;
    width: 98%;
}

span.WebBar span.Left {
    background-color: #F1F3F7;
    color: black;
    font-family: Arial,Helvetica,Verdana,Geneva,Swiss,SunSans-Regular;
    font-size: 15px;
    font-weight: bold;
    padding-right: 4px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    left: 5px;
}

div.section {
    padding-bottom: 3px;
    padding-left: 2px;
}
.nowrap {
    white-space: nowrap;
}

.Label {
    color: White;
    font-family: Verdana,Arial;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
}

.cellstyle {
    font-size: 14px;
    font-family: Helvetica-Bold;
    text-align: center;
}

.cellstyle_bold {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.cellstyle_3 {
    font-size: 14px;
    font-family: Helvetica-Bold;
    text-align: left;
}

.cellstyle_4 {
    font-size: 14px;
    font-family: Helvetica-Bold;
}

.buttonLink {
    background: none;
    border: none;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    color: #003399;
}

.thBorderChannelLinks {
    text-align: center;
    height: 40px;
    color: white;
    background-image: url("header_gradient.png");
    background-repeat: repeat-x;
    background: -moz-linear-gradient(center bottom , #00337F 0%, #1A4484 50%, #2A5494 50%, #98ACCB 100%) repeat scroll 0 0 transparent !important;
}

.tdBorderChannelLinks {
    text-align: center;
    height: 40px;
}

.noSpaceBorders {
    border-collapse: collapse;
    border-spacing: 0;
}

.tdBorderPopup {
    border: 1px solid black;
    text-align: center;
    height: 20px;
    color: #073A86;
}

.thBorder {
    border: 1px solid black;
    text-align: center;
    height: 20px;
    color: white;
    background-image: url("header_gradient.png");
    background-repeat: repeat-x;
    background: -moz-linear-gradient(center bottom , #00337F 0%, #1A4484 50%, #2A5494 50%, #98ACCB 100%) repeat scroll 0 0 transparent !important;
}

.copyDown {
    color: #ffffff;
    font-weight: bold;
}

.filter_hide_option {
    color: #ff0000 !important;
    text-decoration: none;
}

.filter_display_option {
    color: #008000 !important;
    text-decoration: none;
}

.titlebar {
    color: white;
}

.center_filter_option {
    text-align: center;
    color: #073A86;
}