* {
    margin: 0;
    padding: 0;
}

/*body, #page {
    background: #f6f6f6 url( ../img/shadow_center.gif ) repeat-y 175px;
}
*/

#header, #page {
    /*width: 990px;*/
    /*width: 100%;*/
    width: 1200px;
}

#widePage {
    /* moved to body style on page header. */
    /* background: #f6f6f6 url( ../img/shadow_center_wide.gif ) repeat-y 175px; */
    /*width: 1080px;*/
    /*width: 100%; */
    width: 1200px;
}

#fullPage {
    /* moved to body style on page header. */
    /* background: #f6f6f6 url( ../img/shadow_center_wide.gif ) repeat-y 175px; */
    /*width: 1080px;*/
    /*width: 100%;*/
    width: 1200px;
}

#screenPage {
    /*width: 100%;*/
    width: 1200px;
}

.normal_body {
    background: #f6f6f6 url( ../img/shadow_center.gif ) repeat-y 175px;
}

.wide_body {
    background: #f6f6f6 url( ../img/shadow_center_wide.gif ) repeat-y 175px;
}

.full_body {
    background: #ffffff url( ../img/shadow_left_full.gif ) repeat-y 275px;
}

.screen_body {
    background: #ffffff;
}

#header_container {
    background: #6897CF;
    height: 50px;
    font-size: 0
}

#header {
    position: relative;
}

#header div.linkbar {
    color: #fff;
    position: absolute;
    top: 25px;
    right: 20px
}

.tabs {
    position: relative;
    height: 24px;
}

.tabs ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;  /* was -1*/
}

html>body .tabs ul {
    bottom: 0px;
}

.tabs li {
    display: inline;
    list-style: none;
}

.tabs ul img {
    float: left;
    margin: 0px 0px 2px 4px;
    padding: 0;
}

.tabs ul span {
    float: left;
    padding: 3px 0;
    margin: 0 10px;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
}

.tabs ul a {
    float: left;
    display: block;
    text-decoration: none;
}

.tabs ul .not_selected a {
    background-color: #3D6CB4;
    color: #d7e4f4;
    border: 1px solid #3D6CB4;
    border-bottom: 1px solid #32619a;
    border-right: 1px solid #6897CF;
}

.tabs ul .selected a, .tabs ul .selected a:hover {
    color: #000;
    font-weight: bold;
    background-color: #f6f6f6;
    border: 1px solid #3371c0;
    border-bottom: none;
    padding-top: 1px;
}

.tabs ul a:hover {
    color: #f6f6f6;
    background-color: #345b98;
    border-color: #345b98;
    text-decoration: none;
}

div#center_content_container {
    float: left;
    width: 600px;
    xxx_overflow-x: hidden; /* Hide for prevent error in jqModal dialog */
    min-height: 600px;
    background-color: #ffffff;
}

div#center_content_container .padded {
    margin: 20px;
    margin-bottom: 50px;
    width: 560px
}

div#center_content_container .sidePadded {
    padding: 0 20px;
    width: 560px
}

div#center_content_container .headerPadded {
    margin: 20px;
    margin-bottom: 0px;
    width: 560px
}

div#wide_center_content_container {
    float: left;
    width: 820px;
    overflow-x: hidden;
    min-height: 600px;
    background-color: #ffffff;
}

div#wide_center_content_container .padded {
    margin: 20px;
    margin-bottom: 50px;
    width: 800px
}

div#wide_center_content_container .sidePadded {
    padding: 0 20px;
    width: 800px
}

div#wide_center_content_container .headerPadded {
    margin: 20px;
    margin-bottom: 0px;
    width: 800px
}

div#full_center_content_container {
}


div#full_center_content_container .padded {
    margin-top: 20px;
    margin-left: 10px;
}

div#screen_center_content_container {
}

div#screen_center_content_container .padded {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

div#right_sidebar_container {
    float: left;
}

#right_sidebar {
    /*width: 180px;*/
    width: 300px;
	margin: 12px;
    overflow: hidden
}

#right_sidebar h2 {
    padding: 5px 8px;
    font-size: 11px;
    margin: 0;
    position: relative;
    font-family: tahoma, sans-serif;
    background-color: #dddddd;
}

#right_sidebar h2 a {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: normal;
    text-decoration: none
}

#right_sidebar h2.pop {
    background-color: #F4DD8C
}

#right_sidebar .content {
    color: #666;
    margin: 8px;
    margin-bottom: 15px
}

#right_sidebar .content td {
    padding-bottom: 4px;
    color: #666
}

#right_sidebar img.icon {
    padding-right: 5px;
    vertical-align: middle
}

#right_sidebar .adContainer {
    margin-top: 30px
}

#right_sidebar .birthday {
    font-weight: bold
}

div#left_sidebar_container {
    float: left;
    width: 180px;
}

div#left_sidebar {
    width: 140px;
    overflow: hidden;
    margin: 20px;
}

#left_sidebar ul {
    list-style: none;
    padding-left: 0;
}

#left_sidebar ul li {
    padding: 4px 0px 4px 14px
}

#left_sidebar ul li a {
    font-size: 12px;
    font-family: arial, sans-serif;
    text-decoration: none
}

#left_sidebar ul li a:hover {
    text-decoration: underline
}

#left_sidebar ul li.selected a, #left_sidebar ul li.selected li.selected a {
    font-weight: bold
}

#left_sidebar ul li.selected li {
    background-image: none;
    font-weight: normal;
    font-size: 11px
}

#left_sidebar ul li.selected li a {
    font-size: 11px;
    color: #055fc0;
    font-weight: normal
}

#left_sidebar ul li.selected {
    background-image: url( ../img/orange_bullet.gif );
    background-repeat: no-repeat;
    background-position: 3px 7px;
}

#left_sidebar ul li.selected li.selected {
    background-image: url( ../img/orange_bullet.gif );
    background-repeat: no-repeat;
    background-position: left 7px;
}

#left_sidebar .backLink {
    font-family: arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

#left_sidebar .sideBox {
    margin-bottom: 25px;
}

#left_sidebar .sideBox .boxHeader {
    height: 24px
}

#left_sidebar .sideBox .greyHeader {
    background-image: url( ../img/filter_top_box.png )
}

#left_sidebar .sideBox .greenHeader {
    background-image: url( ../img/sharebar_top.png )
}

#left_sidebar .sideBox .redHeader {
    background-image: url( ../img/make_connections_top.png )
}

#left_sidebar .sideBox .darkGreyHeader {
    background-image: url( ../img/connections_top.png )
}

#left_sidebar .sideBox .blueHeader {
    background-image: url( ../img/blue_header.png )
}

#left_sidebar .sideBox .boxHeader h2 {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 12px;
    padding-top: 5px
}

#left_sidebar .sideBox .boxContent {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
}

#left_sidebar .sideBox h3 {
    margin: 5px 0;
}

#left_sidebar .sideBox .divider {
    margin: 5px 5px;
}

#left_sidebar .sideBox .boxContent img.whatnew {
    margin: 0px 0px 5px 2px
}




body, p, div, td, th, textarea, input {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #5A585C; /*#333*/
}

td {
    vertical-align: top;
}

th {
    text-align: left;
    font-size: 12px;
}

h1 {
    color: darkgreen;
    font-size: 15px;
    font-family: arial, sans-serif;
}

.legendTitle {
    font-size: 13px;
    color: darkgreen;
    padding: 4px;
}

h2 {
    font-size: 12px;
    color: #529a39;
    font-weight: bold;
    font-family: arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1.simple {
    font-size: 20px;
    xmargin: 10px 0 0 0;
    font-weight: normal;
}

h2.simple {
    color: #900;
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: bold;
}

h2.iconHeader {
    padding-left: 25px;
    background-repeat: no-repeat
}

h2 span {
    font-weight: normal
}

h2 img {
    vertical-align: top;
    margin: -2px 5px
}

h2.hr {
    padding-top: 10px;
    border-bottom: 1px solid #999;
    margin: 0 0 10px 0;
    background-color: #fff;
}

h2.hr span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: arial, sans-serif;
    position: relative;
    top: 8px;
    background-color: #fff;
    padding-right: 4px
}

h2.notice {
    color: #666;
    text-align: center;
    margin: 10px;
}

h3 {
    font-size: 11px;
    margin-bottom: 8px;
}

div.pageTop {
    padding: 20px;
    border-bottom: 1px dotted #ccc;
}

.pageTop h1 {
    float: left
}

.pageTop p {
    clear: left;
    font-size: 12px;
    font-family: arial, sans-serif;
    margin: 3px 0 0 0
}

.pageTop div.right {
    float: right;
    padding-top: 10px
}

a.img {
    font-size: 0;
}

input.text, textarea {
    font-size: 11px;
    border: 1px solid #999;
    padding: 2px;
}

textarea.lbText {
    width: 290px;
}

select {
    border: 1px solid #999;
    font-size: 11px;
}

input.checkbox {
    height: 13px;
    width: 13px
}

input.radio {
    vertical-align: middle;
}

label.radio {
    padding-left: 3px;
}

.radio p {
    padding-top: 2px;
    margin: 0px;
}

input.button {
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    cursor: pointer;
    color: #fff;
    background-repeat: repeat-x;
    background-position: top;
    border-width: 1px;
    border-style: solid;
    border-color: #97beeb #24416d #24416d #97beeb;
    background-color: #4f8ace;
    overflow: visible;
    padding: 1px 5px;
}

input.button:hover {
    border-color: #325c8e;
    border-top-color: #93bfee;
    border-left-color: #93bfee;
    background-color: #4f8ace;
    background-repeat: repeat-x;
    background-position: top;
}

input.button:active {
    border-color: #93bfee;
    border-top-color: #325c8e;
    border-left-color: #325c8e;
    background-color: #4f8ace;
    background-position: top;
}

.form_button {
	border-color: #CFCFCF;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	width: 75px;
	background-image: url('../img/bg_btn.gif');
	cursor: pointer;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, "lucida console", sans-serif;
	text-decoration: none;
	text-align: center;
}

input.bigbutton {
    font-size: 16px;
    font-family: arial;
    cursor: pointer;
    color: #fff;
    background-repeat: repeat-x;
    background-position: top;
    border-width: 1px;
    border-style: solid;
    border-color: #97beeb #24416d #24416d #97beeb;
    background-color: #4f8ace;
    overflow: visible;
    padding: 5px 12px;
    font-weight: bold;
}

input.bigbutton:hover {
    border-color: #325c8e;
    border-top-color: #93bfee;
    border-left-color: #93bfee;
    background-color: #4f8ace;
    background-repeat: repeat-x;
    background-position: top;
}

input.bigbutton:active {
    border-color: #93bfee;
    border-top-color: #325c8e;
    border-left-color: #325c8e;
    background-color: #4f8ace;
    background-position: top;
}

input.button_primary {
    font-weight: bold;
}

option {
    padding-right: 5px;
}

p {
    margin: 5px 0;
}

img {
    border: 0;
}

a {
    color: #055fc0;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

.tall {
    height: 100%;
}

.wide {
    width: 100%;
}

table.middle td {
    padding: 0;
    vertical-align: middle;
}

div.linkbar a {
    margin: 0 3px;
    color: #fff;
    text-decoration: none;
}

div.linkbar a:hover {
    text-decoration: underline
}

div.linkbar a.last {
    margin-right: 0;
}

.divider {
    font-size: 1px;
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: 0;
    border-bottom: 1px solid #ccc;
}

a.connect {
    background-image: url( ../img/add.gif );
    background-position: 2px 1px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

a.connect:hover {
    text-decoration: none
}

a.invite {
    background-image: url( ../img/invite.gif );
    background-position: 0 0;
    padding-left: 22px;
}

#header .profile td, #header .editLink a {
    color: #fff;
}

#header .editLink a:hover {
    text-decoration: none;
}

.flash, .success, .error, .notice {
    margin: 1em 0;
    background-position: 4px 5px;
    background-repeat: no-repeat;
    font-weight: normal;
    padding: 6px 5px 6px 26px;
}

.success, .flash {
    color: #2d832a;
    background-image: url( ../img/icon_success.gif );
    background-color: #e6f1b8;
}

.notice {
    color: #a3640e;
    background-image: url( ../img/icon_notice.gif );
    background-color: #faeed3
}

.error {
    color: #b54b35;
    background-image: url( ../img/icon_error.gif );
    background-color: #f7e8e5;
}

.error h1 {
    font-size: 12px;
    margin-bottom: 5px
}

.error ul {
    list-style: disc
}

.error li {
    margin: 2px 0 0 15px
}

a.close {
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-family: arial;
}

.ajaxStatus {
    color: #777;
}

a.back {
    font-size: 14px;
    font-weight: bold;
    font-family: arial, sans-serif;
    padding-left: 11px;
    background-image: url( /pulse/img/laquo.gif );
    background-position: 0 6px;
    background-repeat: no-repeat;
}

div.formContainer {
    background-color: #f6f6f6;
    border: 2px solid #ccc;
    padding: 20px;
    clear: both;
    position: relative;
}

div.formContainer h2 {
    margin: 0 0 10px 0
}

table.form {
    padding-left: 5px;
    padding-top: 10px;
}

table.form td {
    padding: 5px 2px;
    vertical-align: top
}

table.form td.option {
    padding-top: 2px
}

table.form label {
    float: right;
    color: #666;
    line-height: 18px;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap
}

table.form td.option label {
    white-space: normal;
    line-height: 14px
}

table.form label.checkbox {
    float: none;
    font-weight: normal
}

table.form label span {
    font-weight: normal
}

ul.otherActions {
    list-style: none;
    display: inline;
    margin-left: 10px
}

ul.otherActions li {
    display: inline;
    margin-right: 5px
}

ul.otherActions li a {
    color: #666
}

.formHelp {
    color: #999;
    font-size: 10px;
}

.infoBox {
    background-color: #f9f9f9;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 0 1px 0;
    font-size: 12px;
    line-height: 16px;
    margin: 1em 0;
    padding: 14px 12px;
}

.yellowBox {
    background-color: #fffff2;
    border: 1px solid #F5920A;
}

.greyBox {
    padding: 5px;
    background-color: #f6f6f6;
    border: 1px solid #cccccc;
    margin: 10px 0;
    padding: 10px 0;
}

.greyBox h2 {
    margin: 5px 0 10px 10px
}

.errorBox {
    color: #b54b35;
    background-color: #f7e8e5;
    border: 1px solid #F5920A;
}


#page_tabs {
    padding-left: 10px;
    background-color: #3D6CB4;
}

.tabContents {
    border: 1px solid #9b9b9b;
    clear: both;
    padding: 1.5em;
    background: #fff;
    min-height: 300px;
}


.btn {
    float: left;
    margin: 0 0 0px 0;
    font-size: 12px;
    text-decoration: none;
    color: #444;
    outline: none;
}

.onbtn {
    margin-right: 3px;
}

.btn b {
    display: block;
    float: left;
    position: relative;
    margin: 0 1px;
    padding: 1px 0;
    font-weight: normal;
}

.btn b b {
    background: none;
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 0 1px;
}

.btn b b b {
    margin: 0;
    padding: 1px 5px 2px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

.btn:hover {
    cursor: default;
}

.pointer .btn:hover {
    cursor: pointer;
}

.onbtn b, .btn:hover b {
    background: #FFFCD9 url( '/pulse/img/bg-btn.gif' ) repeat-x 0 0;
    padding: 0;
    border: solid;
    border-color: #CCB895 #B79968 #A77101 #B79968;
    border-width: 1px 0;
}

.onbtn b b, .btn:hover b b {
    padding: 0;
    border-width: 0 1px;
}

.onbtn b b b, .btn:hover b b b {
    padding: 5px 8px 4px;
    border-width: 0;
}

.onbtn:hover b {
    border-color: #9cf #69e #69e #7af;
    color: #222;
}

.btn:active {
    color: #111;
}

.btn:active b {
    background-image: none;
    background-color: #ccc;
}

.btn:active b b {
    background-color: transparent;
}


/* ID-CMS specified. */
#quicklinks {
    width: 300px;
    xfloat: right;
}

#quicklinks ul {
    display: inline;
    list-style: none;
}

#quicklinks ul li {
    padding: 4px 0px 4px 14px
}


.table-display {
    width: 300px;
}

.info {
    color: #3A4D6E;
}

/* Styled table*/
/* Table */
table.styled { border-collapse: collapse; border: 0; }
.styled thead { background: url(../img/section/title_bg.gif) #e3e8ec; }
.styled th { padding: 7px 9px; border-bottom: 1px solid #e3e6e8; font-weight: bold; color: #656d75; text-align: left;}
.styled th.first { background: url(../img/section/title_left_table.gif) #e3e8ec 0 0 no-repeat; text-align: left;}
.styled th.last { background: url(../img/section/title_right.gif) #e3e8ec 100% 0 no-repeat; text-align: left;}
table.styled td { padding: 5px 9px; border-bottom: 1px solid #d6d6d6; vertical-align: top; text-align: left; }
td.styled_no_border { border: none !important; padding: 5px 9px !important; vertical-align: top; text-align: left; }
td.styled_small { border: none !important; padding: 1px 9px !important; vertical-align: top; text-align: left; }

td.styled_top_border { padding: 5px 9px; border-bottom: none !important; border-top: 1px solid #d6d6d6 !important; vertical-align: top; text-align: left; }

form.modal {
	display: inline;
}
form.modal input,
form.modal select {
	font-size: 11px;
}

.radio {
    margin-bottom: 4px;  /*was 2*/
    margin-right:4px;
}

.table-form {
   	border: 1px solid #cccccc;
   	border-collapse: collapse;
   	empty-cells: show;
   	clear: both;
}

/* TABLES have grid */
table.grey {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    empty-cells: show;
    clear: both;

}

table.grey td {
	padding: 4px;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

.table-grid {
   	border: 1px solid #cccccc;
   	border-collapse: collapse;
   	empty-cells: show;
   	clear: both;
}

/* -- */
.table-grid thead {
    color: #656d75;
    background: url(../img/section/title_bg.gif) #e3e8ec;
}
.table-grid th {
    font-weight: bold;
    color: #656d75;
    xxtext-align: left;
}
/* -- */

.table-grid th.listhead {
    border: 1px solid #cccccc;
    padding-left: 4px;
    padding-right: 2px;
    line-height: 20px;
}

.table-grid th.right {
    text-align: right;    
}

.table-grid th.center {
    text-align: center;    
}

.table-grid th.listhead a {
	color: blue;
    text-decoration: none;
    font-weight: bold;
}

.table-grid td {
	padding: 4px;
	border: 1px solid #cccccc;
	color: #055fc0;
    vertical-align: middle;
}

.table-grid td.gridTitle {
	padding: 8px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	xxxcolor: #055fc0;
    color: #656d75;
    font-weight: bold;
}

.table-grid td.list {
    color: #055fc0;
}

.table-grid td.total {
    border-top: 2px solid #cccccc !important;
}

.table-grid td.inactive, .table-grid td.inactive a {
    color: #acacac !important;
}

.table-grid td.canceled, .table-grid td.canceled a {
    color: #acacac !important;
}

.table-grid td.conflict, .table-grid td.conflict a {
    background-color: #FF6633 !important;
    color: #ffffff !important;
}
.table-grid td.selConflict, .table-grid td.selConflict a {
    background-color: #FF6633 !important;
    color: #ffffff !important;
}

.table-grid td.requested, .table-grid td.requested a {
    background-color: #FFFF99 !important;
}
.table-grid td.selRequested, .table-grid td.selRequested a {
    background-color: #FFFF66 !important;
}

.table-grid td.confirmed, .table-grid td.confirmed a {
    background-color: #99FF99 !important;
}
.table-grid td.selConfirmed, .table-grid td.selConfirmed a {
    background-color: #66FF66 !important;
}

.table-grid td.selList {
    color: #055fc0;
    background: #e3e8ec;
}

.table-grid td.list_odd {
    color: #055fc0;
    background: #eee;
}

.table-grid td.bold {
    font-weight: bold;
}

.table-grid td.deleted {
    text-decoration:line-through;
}

div.sorter {
    margin-left: 4px;
    float: left;
    width: 30px;
}

.table-nogrid td {
	padding: 4px;
	border: none !important;
	color: #b54b35; /*#a3640e;*/
    vertical-align: middle;
}

.tableMix td {
    padding: 4px;
}

.tablePadding td {
    padding: 4px;
}

.money {
    text-align: right;
    width: 80px;
    padding: 1px;
    color: green;
}

.up {
    background: url( ../img/icons/arrow2green_up.gif ) no-repeat 10px 4px;
    padding-left: 26px;
}

.red {
    color: red;
}

.subtotal {
    background-color:#eef0f2;
    color: white;
    font-weight: bold;
}

div#box{
	width: 80%;
	padding: 20px;
	margin: 0 auto;
    background:#E6E6E6;
    color:#000
}

.fieldName {
	font-weight: bold;
	color: #666666;
    xxxwidth: 100px;
}

.required {
	background-image: url( ../img/marrow9.gif );
    background-repeat: no-repeat;
    background-position: 90px 7px;
    width: 100px;
}

fieldset {
    margin-top: 4px;
    border: 1px solid #cccccc;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

legend {
    font-weight: bold;
    border: 1px solid #cccccc;
    padding: 4px 4px;
    color: #055fc0; /*#FF6917;*/
    margin-bottom: 10px;
}

legend a {
    text-decoration: none;
}

legend a:hover {
    color: #CC0000;
    text-decoration: none;
}

dl {
    xmargin: 4px;
    padding: 4px 0px 4px 14px
}

dt {
    float: left;
    width: 200px;
}
dd {
    margin: 0 0 10px 200px;
}

.form table {
}

.form table td {
	padding: 2px;
}

/* Not working on IE*/
.xxform xxfieldset {
	padding: 10px !important;
}

xxfieldset {
	padding: 10px !important;
}

.form fieldset label.left {
    float: left;
    text-align: right;
    width: 185px;
    margin-right: 5px;
}


div.infoMsg {
	/*position: absolute;
	left: 200px;
	top: 20px;
	width: 320px;*/

    padding-left: 30px;
    padding-top: 4px;
    height: 20px;
    vertical-align: bottom;
    background: url( ../img/icons/info.gif ) no-repeat 10px 4px;
    background-color: #ffffaa;
    margin-bottom: 8px;
    margin-top: 0px;
    z-index: 100000;
}

div.infoMsg a, div.errorMsg a {
	text-decoration: none;
}

div.infoMsg img, , div.errorMsg img {
	padding-top: 4px;
}

div.errorMsg {
    padding-left: 30px;
    padding-top: 4px;
    height: 20px;
    vertical-align: bottom;
    background: url( ../img/icons/error.gif ) no-repeat 10px 4px;
    background-color: #ffffaa;
    margin-bottom: 8px;
    margin-top: -10px;
    z-index: 100000;
}

div.errorMsg a {
	color: #ff0000;
}

span.infoMsg {
    padding-top: 4px;
    padding-left: 24px;
    padding-top: 4px;
    background: url( ../img/icons/info.gif ) no-repeat 1px 2px;
}

span.errorMsg {
    padding-top: 4px;
    padding-left: 32px;
    padding-top: 4px;
    background: url( ../img/icons/error.gif ) no-repeat 10px 2px;
}

.categorylisting {
    color: #666666; /*#055fc0;*/
    font-weight: bold;
    padding-bottom: 8px;
}
.categorylisting a {
    color: #666666; /*#055fc0;*/
    text-decoration: none;
}
.categorybox {
    padding-bottom: 16px;
}

.font14 p, .font14 li, .font14 div, .font14 td, .font14 th {
    font-size: 14px !important;
}

.font12 p, .font12 li, .font12 div, .font12 td, .font12 th {
    font-size: 12px !important;
}

.font11 p, .font11 li, .font11 div, .font11 td, .font11 th {
    font-size: 11px !important;
}

ul.niceList { margin-left:0em; padding-left:0.2em; margin-bottom:1em; }
ul.niceList li { background:url(../img/bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */ padding-left: 1.2em; /*was 0.8*/ list-style: none; }
.niceList ul li { background-image:url(../img/bullet_child.gif); }

ol.niceList li, ul.niceList li { margin-bottom:0.5em; }

ol.niceList { margin-left:1.5em; padding-left:0px; }
.niceList ol li { list-style:decimal; background-image:none; padding-left:0em; }

/* For pages with MSE html editor. */
fieldset.fullwidth {
    width: 775px;
}

textarea#content {
    width: 755px;
    height: 400px;
}

#changelog {
	border: 1ps solid darkgray;
	background-color: #F8F8FF;
	padding: 3px;
	margin-bottom: 10px;
	height: 130px;
	overflow: auto;
}

/* Tags */
#tags_autocomplete_choices {
    margin: 0;
}
#tags_autocomplete_choices li {
    list-style: none;
    background: #FCFCFC;
    border: 1px solid #656565;
    padding: 2px;
}
#tags_autocomplete_choices li.selected {
    background: #EDF2F2;
}

span.errorIcon {
    padding-top: 4px;
    padding-left: 20px; /*32*/
    background: url( ../img/icons/error.gif ) no-repeat 2px 2px;
    z-index: 100000;
    color: red;
}

/* End For MSE. */
