* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #606060;
}

textarea {
    resize: none;
}

img {
    border: none;
    display: block;
}

body {
    background-color: #FBFBFB;
}

.box {
    background-color :#F4F4F4;
    padding-bottom: 0;
    margin-bottom: 25px;
}

a:link {
    color: #3B6E8E;
    text-decoration:none;
}

a:visited {
    color: #3B6E8E;
    text-decoration:none;
}

a:hover {
    color:#3B6E8E;
    text-decoration:underline;
}

a:active {
    color:#3B6E8E;
    text-decoration:none;
}


form {
    display: inline;
    margin: 0;
    padding: 0;
}

input {
}

fieldset {
    padding: 3px;
}

legend {
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

td {
    padding: 3px;    
}

th {
    white-space: nowrap;
}

input.txt {
    /*border-bottom: 2px solid #d2d2d2;*/
    /*border-left: 2px solid #d2d2d2;*/
    /*border-top: 1px dotted #C7C7C7;*/
    /*border-right: 1px dotted #C7C7C7;*/
    border: 1px solid #d2d2d2;
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
    /*height: 16px;*/
    /*line-height: 18px;*/
    margin-left: 0 !important;
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
    color: #606060;
    background-color: #ffffff;
    min-width: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    /*-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
    /*-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/

    height: 26px;
    line-height: 26px;
}

input.button {
    text-align: left;
    /*background-color: #8DA7BB;*/
    color: #606060;
    font-weight: normal;
    padding: 2px 4px;
    border: 1px solid #c8c8c8;
    background-image: url('/images/navbar_bg.png');
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.icon_button {
    text-align: left;
    /*background-color: #8DA7BB;*/
    color: #606060;
    font-weight: normal;
    padding: 2px 4px 2px 22px;
    border: 1px solid #c8c8c8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.button_lock {
    background: url("/images/icons/lock.png") no-repeat 5px 2px;
}

.button_link {
    background: url("/images/icons/link.png") no-repeat 5px 2px;
}

.button_remove {
    background: url("/images/icons-gif/delete-inactive.gif") no-repeat 7px 4px;
}

.button_add {
    background: url("/images/icons-gif/link.png") no-repeat 7px 4px;
}


/*.button {*/
    /*text-align: left;*/
    /*background-color: #8DA7BB;*/
    /*color: #606060;*/
    /*font-weight: normal;*/
    /*padding: 2px 4px;*/
    /*border: 1px solid #c8c8c8;*/
    /*background-image: url('/images/navbar_bg.png');*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
/*}*/

a:link.button, a:visited.button {
    text-decoration: none;
    color: #606060;
    font-weight: normal;
    padding: 3px 4px;
    border: 1px solid #c8c8c8;
    background-image: url('/images/navbar_bg.png');
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a:hover.button {
    text-decoration: none;
    color: #606060;
    background-color: #F4F4F4;
    font-weight: normal;
    border: 1px solid #c8c8c8;
    background-image: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a:active.button {
    text-decoration: none;
    color: #606060;
    background-color: #F4F4F4;
    font-weight: normal;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    /*background-image: url('/images/navbar_bg.png');*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    border: 1px solid #E3E3E3;
    font-size: 11px;
    font-weight: normal;
}

#wrapper-login {
    text-align: center;
}

#outer-wrapper {
    margin: 0;
    padding: 0;
    min-width: 1024px;
}

#wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

#logo {
    background-color: #FBFBFB;
    padding: 11px;
    /*padding-left: 6px;*/
    /*padding-bottom: 12px;*/
}

#login-box {
    width: 375px;
    /*background-color :#F4F4F4;*/
    text-align: left;
    margin-left: auto;
    margin-right: auto;    
}

.box-bottom-left {
    background: url('/images/corner-bottom-left.jpg') 0 100% no-repeat;
    position: relative;
}

.box-bottom-right {
    background: url('/images/corner-bottom-right.jpg') 100% 100% no-repeat;
    position: relative;
}

.box-top-left {
    background: url('/images/corner-top-left.jpg') 0 0 no-repeat;
    position: relative;
}

.box-top-right {
    background: url('/images/corner-top-right.jpg') 100% 0 no-repeat;
    position: relative;
}

.box-bottom {
    background: url('/images/bottom.jpg') 0 100% repeat-x;
    position: relative;
}

.box-top {
    background: url('/images/top.jpg') repeat-x;
    position: relative;
}

.box-left {
    background: url('/images/left.jpg') repeat-y;
    position: relative;
}

.box-right {
    background: url('/images/right.jpg') 100% 0 repeat-y;
    position: relative;
}

.clear {
    font-size: 0;
    height: 0;
    background-color: #FBFBFB;
}

.clear-float-both {
    clear: both;
}

.box-title {
    font-size: 14px;
    font-weight: bold;
    /*background-color: #F4F4F4;*/
    color: #606060;
    padding: 2px;
    height: 35px;
    line-height: 35px;
}

.box-message {
    color: #777777;
    height: 12px;
    line-height: 12px;
    text-transform: none;
    background-color: #fafafa;
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    font-weight: normal;
    padding: 11px;
    vertical-align: middle;
}

.box-error {
    color: #777777;
    /*height: 12px;*/
    /*line-height: 12px;*/
    text-transform: none;
    background-color: lightYellow;
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    font-weight: normal;
    padding: 11px;
    vertical-align: middle;
}

.box-error ul {
    list-style-type: none;
}

.box-error ul li {
    padding: 5px 33px;
    color: #ff4500;
    font-weight: bold;
    background: url("/images/icons/error.png") no-repeat scroll 11px 46% transparent;
}

.box-label {
    font-size: 12px;
    font-weight: bold;
    /*background-color: #F4F4F4;*/
    color: #878787;
    /*padding: 2px;*/
    height: 25px;
    line-height: 32px;
}

.box-input {
    font-size: 14px;
    font-weight: bold;
    /*background-color: #F4F4F4;*/
    color: #606060;
    /*padding: 2px;*/
    height: 30px;
    line-height: 30px;
}

.box-controls {
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    /*background-color: #F4F4F4;*/
    /*color: #606060;*/
    /*padding: 2px;*/
    height: 35px;
    line-height: 35px;
    clear: both;
}

.box-input input {
    width: 97%;
}

.box-filter {
    width: 950px;
    margin-top: 15px;
    background-color: #F4F4F4;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.search-filter {
    /*margin-top: 15px;*/
    /*height: 30px;*/
    line-height: 30px;
    vertical-align: middle;
}

a:link.box-filter {
    line-height: 30px;
    vertical-align: middle;
}

.box-filter label {
    margin-right: 5px;
}

.box-filter input {
    margin-right: 2px;
}

/*select {*/
    /*padding-right: 6px;*/
/*}*/

.box-content-wrapper {
    background-color: #F4F4F4;
}

form div {
    /*clear: left;*/
    /*padding-top: 4px;*/
}

form div label {
    float: left;
    width: 25%;
}

/* Header */
#top-logo {
    float: left;
    padding: 14px;
    background-color: #FBFBFB;
}

#top-logo img {
    display: block;
}

#util {
    float: right;
    padding-top: 5px;
    padding-right: 14px;
}
/* End Header */

/* Menu */
#menu {
    clear: both;
    position: relative;
    background-color: #8CC63F;
    height: 25px;
    line-height: 25px;
    display: block;
}

#menu ul {    
    list-style: none;
    position: relative;
}

#menu ul.logout {
    list-style: none;
    position: relative;
    float: right;
    border-left:  1px #ffffff solid;
}

.workspace_dropdown {
    list-style: none;
    /*position: relative;*/
    /*float: right;*/
    color: #ffffff;
    text-transform: uppercase;
    /*border-left:  1px #ffffff solid;*/
}

.workspace_dropdown li {
    list-style: none;
    /*position: relative;*/
    /*float: right;*/
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    /*border-left:  1px #ffffff solid;*/
}

#menu li {
    float: left;
    display: block;
    margin: 0;
    border-right: 1px #ffffff solid;
    font-size: 12px;
}

#menu li.active a:link,
#menu li.active a:visited,
#menu li.active a:hover {
    color: #000000;
    background-color: #D4D4D4;
    font-size: 12px;
}

#menu a:link, #menu a:visited {
    padding: 0 14px;
    color: #FFFFFF;
    background-color: #8CC63F;
    text-decoration: none;
    border: none;
    margin:0;
    display: block;
    font-size: 12px;
}

#menu a:hover {
    color: #000000;
    background-color: #D4D4D4;
    display: block;
    padding: 0 14px;
    font-size: 12px;
}
/* End Menu */

/* Main Content */

#main {
    position: relative;
    width: 100%;    
    padding-top: 0;
}

#main-menu {
    /*float: left;*/
    /*width: 150px;*/
    clear: both;
    position: relative;
    /*background-color: #FFFFFF;*/
    height: 31px;
    line-height: 31px;
    display: block;
    border-bottom: 1px solid #f4f4f4;
}

#main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#main-menu li {
    margin: 0;
    /*border-bottom: 1px solid #ffffff;*/
    display: block;
    float: left;
    /*border-right: 1px #f4f4f4 solid;*/
}

#main-menu a:link, #main-menu a:visited {
    color: #3B6E8E;
    font-weight: bold;    
    text-decoration: none;
    border: none;    
    margin:0;
    display: block;
    padding: 0 15px;
    /*width: 100px;*/
}

#main-section {
    border-top: 1px solid #ffffff;
    /*margin-left: 160px;*/
}

#main-menu li.active a:link,
#main-menu li.active a:visited
{
    color: #8DA7BB;
    /*background-color: #8DA7BB;*/
    font-weight: bold;
    text-decoration: none;
    border: none;
    margin:0;
    display: block;
    padding: 0 15px;
    /*width: 100px;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
}

#main-menu a:hover,
#main-menu li.active a:hover {
    color: #8DA7BB;
    font-weight: bold;
    /*background-color: #D4D4D4;*/
    display: block;
    margin: 0;
    padding: 0 15px;
    /*width: 100px;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;    */
}

#main-title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    margin-left: 14px;
    color: #606060;
    float: left;
    clear: both;
}

#main-content {
    padding-top: 35px;
    position: relative;
}

/* End Main Content */

/* Footer */
#footer {
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
}

#copywrite {
    float: left;
    padding-left: 14px;
    padding-top: 7px;
}

#org-logo {
    float: right;
    padding-right: 14px;
    padding-top: 0;
    margin-top: 0;
}
/* End Footer */

/* Utils */

.clear-float {
    /*position: relative;*/
    clear: both;
    font-size: 0;
    height: 0;
    line-height:0;
}

/* End Utils */

.formField {
    /*border-left: none;*/
    /*border-right: none;*/
    /*border-top: none;*/
    border: 1px solid #DEDEDE;
    font-size: 12px;
    font-weight: normal;
    padding: 6px;
    background-color: #ffffff;
    /*width: 95%;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*color: #777777;*/
    width: 80%;
}

.formField.date {
    width: 50%;
}

.formField.phone {
    width: 45%;
}

.formField.phone-ext {
    width: 20%;
}

.formField.zip {
    width: 50%;
}

.formField.zip-short {
    width: 22%;
}

.formTextarea {
    border: 0 solid #ffffff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 100%;
    background-color: #ffffff;
    vertical-align: middle;
}

.divTextarea {
    /*border: 1px solid #ffffff;*/
    font-size: 12px;
    font-weight: normal;
    /*margin: 14px 5px 5px;*/
    padding: 8px;
    background-color: #ffffff;
    /*background-color: #fbfbfb;*/
    /*width: 95%;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*color: #606060;*/
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    /*-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
    /*-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);*/
}

.required {font-weight:bold;}

#new_user_win {
    visibility:hidden;
	z-index: 1000;
	position:absolute;
	background: #ffffff;
	border-style: solid;
	border-width:1px;
	border-color:#6699cc;
    padding-bottom:0px;
	color: #000000;
	padding: 2px;
}

#box_grade_win {
    visibility:hidden;
	z-index: 1000;
	position:absolute;
	background: #ffffff;
	border-style: solid;
	border-width:1px;
	border-color:#cccccc;
    padding-bottom:0px;
	color: #000000;
	overflow: auto;
	padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#box_destination_win {
    visibility:hidden;
	z-index: 1000;
	position:absolute;
	background: #ffffff;
	border-style: solid;
	border-width:1px;
	border-color:#cccccc;
    padding-bottom:0px;
	color: #000000;
	overflow: auto;
	padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#box_origin_win {
    visibility:hidden;
	z-index: 1000;
	position:absolute;
	background: #ffffff;
	border-style: solid;
	border-width:1px;
	border-color:#cccccc;
    padding-bottom:0px;
	color: #000000;
	overflow: auto;
	padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#user_group_win {
    visibility:hidden;
	z-index: 1000;
	position:absolute;
	background: #ffffff;
	border-style: solid;
	border-width:1px;
	border-color:#cccccc;
    padding-bottom:0px;
	color: #000000;
	overflow: auto;
	padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#group_win {
    visibility:hidden;
	z-index: 1000;
	position:absolute;
	background: #ffffff;
	border-style: solid;
	border-width:1px;
	border-color:#6699cc;
    padding-bottom:0px;
	color: #000000;
	overflow: auto;
	padding: 2px;
}

.print_button {
    padding: 4px 25px 4px 4px;
    border: 1px solid #e3e3e3;
    background:url('/images/icons-gif/printer.gif') 93% 50% no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: left;
    margin-right: 4px;
}

.pdf_button {
    padding: 4px 25px 4px 4px;
    border: 1px solid #e3e3e3;
    background:url('/images/icons-gif/pdf.gif') 93% 50% no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: left;
    margin-right: 4px;
}

.close_button {
    padding: 4px 25px 4px 4px;
    border: 1px solid #e3e3e3;
    background:url('/images/icons-gif/close.gif') 93% 50% no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: right;
}

a:hover.print_button, a:link.print_button, a:active.print_button, a:visited.print_button {
    text-decoration: none;
}

a:hover.pdf_button, a:link.pdf_button, a:active.pdf_button, a:visited.pdf_button {
    text-decoration: none;
}

a:hover.close_button, a:link.close_button, a:active.close_button, a:visited.close_button {
    text-decoration: none;
}

/*.dataTableHeadingRow {}*/
/*.dataTableHeadingContent { white-space:nowrap; font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #4F6698; font-weight: bold; border-left: solid #99BBE8 1px;border-bottom:  solid #99BBE8 1px;border-right: solid #99BBE8 1px;padding:4px 10px 4px 4px; background-image: url('/images/navbar_bg.png');}*/
/*.dataTableHeadingContentCheck { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #15428B; font-weight: bold; border-left: solid #99BBE8 1px;border-bottom:  solid #99BBE8 1px;border-right: solid #99BBE8 1px;padding-left:4px; background-image: url('/images/navbar_bg.png');}*/
/*.dataTableRow { background-color: #ffffff;}*/
/*.dataTableRow td { background-color: #ffffff; border-bottom: solid #f0f0f0 1px;}*/
/*.dataTableRowSelected { background-color: #e3e3e3; }*/
/*.dataTableRowSelected td { background-color: #e3e3e3; border-bottom: solid #f0f0f0 1px;}*/
/*.dataTableRowOver { background-color: #f0f1f1; cursor: pointer; cursor: hand; }*/
/*.dataTableRowOver td { background-color: #f0f1f1; cursor: pointer; cursor: hand; border-bottom: solid #f0f0f0 1px;}*/
/*.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; border-left: solid #f0f0f0 1px;padding-left:4px;}*/
/*.dataTableContent img {display: block;padding-right:4px;}*/
/*.dataTableContent a:link, .dataTableContent a:visited { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #4F6698; font-weight:normal; }*/
/*.dataTableHeadingContent a:link, .dataTableHeadingContent a:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #4F6698; font-weight:normal; }*/

/*.dataTableRowData {}*/
/*.dataTableRowData td { border-bottom: none;}*/
/*.dataTableContentLabel { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #4F6698; border-right: none;font-weight:bold; background:#ffffff;}*/
/*.dataTableContentData { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; border-right: none; font-weight:normal;}*/
/*.dataTableContentData .formField { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; font-weight:normal;}*/

/*.subTableHeaderData { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; border-bottom: solid #4F6698 1px;border-top: solid #4F6698 1px;font-weight:normal;background:#eeeeee;}*/
/*.subTableData { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; border-bottom: solid #eeeeee 1px;font-weight:normal;background:#ffffff;}*/


/* new testing UI */

.box {
    background: #fafafa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);*/
    /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);*/
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .1);*/
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    margin: 0;
    border: 1px solid #dedede; /* e9e9e9 */
}

.box-menu {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    /*margin-bottom: 2px;*/
    /*padding-bottom: 4px;*/
    float: right;
    padding-right: 6px;
    /*width: 48%;*/
}

.box-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*position: relative;*/
    float: right;
}

.box-menu li {
    margin: 0;
    display: block;
    float: right;
}

.box-menu a:link, .box-menu a:visited {
    color: #3B6E8E;
    font-weight: bold;
    text-decoration: none;
    border: none;
    margin:0;
    display: block;
    padding: 0 8px;
}

.box-menu li.active a:link,
.box-menu li.active a:visited
{
    color: #8DA7BB;
    /*background-color: #8DA7BB;*/
    font-weight: bold;
    text-decoration: none;
    border: none;
    margin:0;
    display: block;
    padding: 0 8px;
    /*width: 100px;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
}

.box-menu a:hover,
.box-menu li.active a:hover {
    color: #8DA7BB;
    font-weight: bold;
    /*background-color: #D4D4D4;*/
    display: block;
    margin: 0;
    padding: 0 8px;
    /*width: 100px;*/
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;    */
}


.box-header {
    background: #e5e5e5 url("/img/bg_table_th.png") repeat-x; /*url("/img/bg_table_th.png") repeat-x*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));*/
    /*background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));*/
    /*background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));*/
    /*background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));*/
    /*background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));*/
    /*background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');*/
    /*border-top: 1px solid #fafafa;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #dedede;
    height: 34px;
    line-height: 34px;
}

.box-header h1 {
    color: #898989;
    float: left;
    font-family: "Tahoma", "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    padding-left: 14px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
    /*width: 500px;*/
    white-space:nowrap;
    position: relative;
}

.short h1 {
    /*width: 170px;*/
}

.box-header h1 div {
    display: inline-block;
    float: right;
    position: absolute;
    width: 50px;
    height: 11px;
    line-height: 11px;
    /*margin: 0 0 0 10px;*/
    top: 5px;
    left: 84%;
}

.box-loading {

}

.box-content {
    color: #666666;
    font-family: Aller, 'Lucida Grande', sans-serif;
    font-size: 12px;
    line-height: 20px;
    clear: both;
    /*padding: 2px;*/
}

.box-content .info th {
    font-weight: bold;
    padding-right: 10px;
}

.box-content .left {
    border-right: 1px solid #EFEFF0;
}

.box-content .right {
    border-left: 1px solid #FFFFFF;
}

.box-text-container {
    padding: 14px;
}

.box-notes-container {
    background-color: #f0f0f0;
    padding: 4px;
}

.embedded {
    border-top: 1px solid #e2e2e2;
}

.box-content p {
    margin-bottom: 14px
}

.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}

.page-content {
    margin: 10px 0 0;
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.window-content {
    margin: 5px 0;
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}