body, html {
	background-color: #162c42;
	color: #404040;
	font: 11px Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}

/**********************************************************************/
/***                    Begin Layout Definitions                    ***/
/**********************************************************************/

/*** Begin Page Containers ***/

#pagecontainer {
	width: 100%;
	min-width: 1000px;
	margin: 0;
	zoom: 1;
}

/*** End Page Containers ***/

/*** Begin Page Header ***/

#headercontainer {
	width: auto;
	height: 94px;
	background: url(../images/bg_header.jpg) repeat-x left top;
	padding: 0;
	margin: 0 auto;
}

#logobox {
	float: left;
	width: 172px;
	padding: 22px 45px 23px 25px;
}

#logininfobox {
        position: absolute;
         right: 10px;
         top: 7px;
}

.s_userinfo {
	float: left;
	margin: 7px 10px;
	color: #ffffff;
}

.s_userinfo_logout {
    float: left;
    margin: 0px;
    color: #ffffff;
}

#mainnavbox {
	/*float: left;
	margin: 48px 0 0 0;*/
	position:absolute;
	left:242px;
	top:48px;
	width:875px;
}


/*** End Page Header ***/

/*** Begin Page Footer ***/

#footercontainer {
	width: auto;
	background-color: #000000;
	color: #ffffff;
	padding: 9px 10px 9px 10px;
	margin: 0;
}

/*** End Page Footer ***/

/*** Begin Main Content ***/

#maincontainer {
	background: #ffffff url("../images/bg_main.gif") repeat-y left top;
	padding: 0;
}

#leftbar {
	width: 184px;
	float: left;
	padding: 22px 8px;
	clear: both;
}
 
#leftnavbox {
	border-bottom: 1px solid #c8cccf;
	border-right: 1px solid #c8cccf;
	border-left: 1px solid #c8cccf;
	background-color: #ffffff;
}

#maincontent {
	background-color: #ffffff;
	padding: 1px 0 20px 0; width: 100%;
}

#maincontainer #maincontent {
	width: auto;
	float: left;
	padding: 1px 0 60px 0;
}

hr {
  border: none;
  background-color: #B4CBDF;
  color: #B4CBDF;
  height: 1px;
  width: 100em;
}

div + #maincontent {
	float: left;	
}

.s_tabbedbox {
	margin: 10px 20px 20px 20px;
	padding-bottom: 20px;
}

.s_subtabsbox {
	border-bottom: 1px solid #cfcfcf;
	background: url("../images/bg_subtabs.gif") repeat-x 0 27px;
}

.s_subtabbox {
	border: 1px solid #cfcfcf;
	padding-bottom:20px;
}
.s_subtabsboxad {
	border: 1px solid #cfcfcf;
	
 	width:  762px;
	background: url("../images/bg_subtabs.gif") repeat-x 0 27px;
}

.s_searchbox {
	width: 965px;
	margin: 20px 0 0 20px;
}

#maincontainer .s_searchbox {
	width: 870px;
}

.s_tabbedbox .s_searchbox {
	width: 930px;
	margin: 10px 0 0 15px;
}

.s_sbcontent  {
	padding: 0 25px;
	border-left: solid 1px #b6c2d2;
	border-right: solid 1px #b6c2d2;
	background-color: #d4dde8;
}

.s_sbtopleft {
	background: url(../images/bg_search_topleft.gif) no-repeat top left;
}

.s_sbtopright  {
	background: url(../images/bg_search_topright.gif) no-repeat top right;
	margin-left: 10px;
}

.s_sbbottomleft {
	background: url(../images/bg_search_bottomleft.gif) no-repeat bottom left;
}

.s_sbbottomright  {
	background: url(../images/bg_search_bottomright.gif) no-repeat bottom right;
	margin-left: 10px;
}

.s_sbtopleft, .s_sbtopright, .s_sbbottomleft, .s_sbbottomright {
	height: 22px; font-size: 1px;
}

.s_centeredouter {
	display: table;
	margin: 0 auto;
}

.s_centeredouter {
	display: table-cell;
}

/* IE/Mac \*//*/
* html .centeredouter {
	display: block;
	margin: 0;
	text-align: center;
}
* html .centeredinner {
	display: inline-block;
	width: 1px;
	white-space: nowrap;
}
/**/

* html .s_centeredouter {
	display: block;
	margin: 0;
	text-align: center;
}
* html .s_centeredinner {
	display: inline;
	_height: 0;
	zoom: 1;
}


/*** End Main Content ***/

/*** Begin Form Definitions ***/

form {
	margin: 0;
	padding: 0;
}

label {
	float: left;
	width: 185px;
	padding: 0;
	font-weight: bold;
	margin: 5px 5px 0 0;
	text-align: right;
}

longlabel {
	float: left;
	width: 585px;
	padding: 0;
	font-weight: bold;
	margin: 10px 5px 10px 5px;
	text-align: right;
}

.s_fieldssetright label {
	width: 125px;
}

.s_fieldssetrightStatus label {
	width: 145px;
}
.s_searchbox label {
	width: auto;
}
.s_searchbox .s_fieldssetleft label {
	width: 100px;
}

.s_searchbox .s_fieldssetright label {
	width: 125px;
}
input, textarea, select {
	float: left;
	font: 11px Arial, Helvetica, Sans-Serif;
	color: #404040;
	margin: 1px 0;
}

input {
	padding: 1px;
}

input.s_extralongtext, input.s_longtext, input.s_mediumtext, input.s_shorttext, input.s_numbertext, select.s_long, select.s_medium, select.s_short {
	margin-right: 5px;
}

input.s_extralongtext {
	width: 480px;
}

input.s_longtext {
	width: 160px;
}

input.s_mediumtext {
	width: 161px;
}

input.s_shorttext {
	width: 20px;
}

input.s_numbertext {
	width: 5px;
}

select.s_long {
	width: 163px;
	margin-top: 3px;
	vertical-align: top;	
}

select.s_medium {
	width: 168px;
}

select.s_short {
	width: 57px;
	}

.s_formfieldsset {
	width: 800px;
	margin-top: 20px;
}

.s_tabbedbox .s_formfieldsset {
	width: 950px;
}

.s_sbcontent .s_formfieldsset {
	width: 870px;
	margin-top: 0px;
}
.s_sbcontent .s_formfieldsset .s_fieldssetleft .s_fieldssetleftExchange .s_fieldssetleftSurvey {
	width: auto;
}

.s_fieldssetleft {
	float: left;
	width: 399px;
}

.s_fieldssetleftExchange {
	float: left;
	width: 305px;
}

.s_fieldssetleftSurvey {
	float: left;
	width: 500px;
}

.s_fieldssetright {
	float: left;
	width: auto;
}

.s_fieldssetrightStatus {
	float: left;
	width: auto;
}

.s_formrow {
	/*width: 425px;*/
	margin: 0 0 0 20px;
	padding: 2px 0 0 0;
}

.s_searchbox .s_formrow {
	width: auto;
}

.s_searchbox .s_fieldssetleft .s_formrow {
	width: 300px;
}

.s_searchbox .s_fieldssetright .s_formrow {
	width: 370px; 
	
}
.s_fieldssetright .s_formrow {
	width: 335px;
}

.s_radiobtnsset {
	float: left;
 	width: 167px;
	margin-right: 5px;
}

.s_radiotxt {
	/*float: left;*/
	line-height: 20px;
	margin: 0 20px 0 3px;
	padding-top: 0;
	vertical-align: top;
}

.s_checkset {
	float: left;
 	width: 167px;
}

.s_checktxt_multiline {
	float: left;
	width: 152px;
	margin: 0 0 0 5px;
	padding-top: 0;
}
.s_checktxt_singleline {
	vertical-align: top;
	line-height: 20px;
	margin: 0 0 0 3px;
}
.s_formrow .dijitCheckBox {
	float: left;
	margin-top: 5px;
}
.s_colon {
	float: left;
	line-height: 20px;
	margin: 0 5px 0 0;
}

.s_formbuttons {
	width: 450px;
	margin-top: 20px;
    clear: both;
    float: left;
}

.s_formbuttons_top {
	width: 450px;
	margin-top: 20px;
}

.s_formbuttonsad {
	width: 350px;
	margin-top: 20px;
	margin-right: 25px;
}

.s_tabbedbox .s_formbuttons {
	width: 335px; 
	margin: 20px 0 0 143px;
}

.s_tabbedbox .s_searchbox .s_formbuttons {
	width: 522px;
	margin: 20px 0 0 0px;
}
/*** End Form Definitions ***/

/*** Begin Tables Definitions ***/
.s_scrollabletbl {
	clear: both;
	margin: 10px 15px 0 15px;
}

table {
	border-bottom: 1px solid #c4cedb;
	border-right: 1px solid #c4cedb;
	margin: 20px 15px 0 15px;
	/*width: 930px;*/
}

.s_scrollabletbl table {
	/*width: 2350px;*/
	margin: 0;
}

.s_scrollabletbl table.s_narrow {
	/*width: 1310px;*/
}
.s_formfieldsset table {
	margin-top: 0;
	width: 440px;
}

tr.s_header {
	background-color: #849cb6;
	color: #ffffff;
	font-weight: bold;
}

tr.s_subheader {
	background-color: #d4dde8;
	font-weight: bold;

}

s_evenrow {
	background-color: #E0E0E0;
}

tr.s_selected {
	background-color: #fff590;
}

td, th {
	border-top: 1px solid #c4cedb;
	border-left: 1px solid #c4cedb;
	padding: 3px 5px;
	vertical-align: top;
	font-weight: normal;
}

tr.s_header td {
	padding: 4px 5px;
	font-weight: bold;
}

tr.s_total td, tr.s_total th {
	border-top: 2px solid #c4cedb;
}

td.s_total {
	font-weight: bold;
	text-align: right;
}

td.s_empty, th.s_empty {
	border: 0;
	background-color: #ffffff;
}

/*** End Tables Definitions ***/

/*** Begin Images Definitions ***/

img {
	/*display: block;*/
	border: 0;
}

form img {
	margin: 0;
}

/*** End Images Definitions ***/

/*** Begin Anchor Tag Definitions ***/

#logininfobox form span {
    
    float: left;
    background: url("../images/btn_logout_left.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 2px;
    
} /* sign out button */

#logininfobox form span input {
    color: #ffffff;
    background: url("../images/btn_logout_right.gif") no-repeat right top;
    padding: 7px 15px 11px 13px;
    border: none;
    cursor: pointer;
} /* sign out button */

#mainnavbox a{
	color: #ffffff;
	float: left;
	background: url("../images/bg_maintabs_off.gif") no-repeat left top;
	margin: 7px -1px 0 0;
	padding: 0 0 0 1px;
	text-decoration: none;
	position: relative;
} /* main tabs */

#mainnavbox a span{
	height:24px;
	float: left;
	display: block;
	background: url("../images/bg_maintabs_off.gif") no-repeat right top;
	padding: 9px 10px 0 10px;
	text-align:center;
	font-weight: bold;
	cursor: pointer;
} /* main tabs */

#mainnavbox a.current{
	margin: 0 -1px 0 0;
	background: url("../images/bg_maintabs_on.gif") no-repeat left top;
} /* main tabs */

#mainnavbox a.current span{
	height:31px;
	padding: 16px 10px 0 10px;
	background: url("../images/bg_maintabs_on.gif") no-repeat right top;
} /* main tabs */

#leftnavbox a {
	border-top: 1px solid #c8cccf;
	padding: 5px 0 5px 10px;
	display: block;
	width: 172px;
	height: 14px;
	color: #404040;
	text-decoration: none;
}

#leftnavbox a.current {
	font-weight: bold;
	background: url("../images/icn_arrow.gif") no-repeat 167px 7px;
}

.s_subtabsbox a{
	width: 122px;
	color: #404040;
	float: left;
	background: url(../images/bg_subtabs_off.gif) no-repeat left top;
	margin: 2px 2px -2px -1px;
	padding: 0 0 0 2px;
	text-decoration: none;
	position: relative;
} /* sub-tabs */

.s_subtabsbox a span{
	width: 122px;
	height: 20px;
	float: left;
      	display: block;
      	background: url("../images/bg_subtabs_off.gif") no-repeat right top;
      	padding: 6px 0 0 0;
	text-align: center;
	cursor: pointer;
} /* sub-tabs */

.s_subtabsbox a.current{
	background: url(../images/bg_subtabs_on.gif) no-repeat left top;
} /* sub-tabs */

.s_subtabsbox a.current span{
	background: url("../images/bg_subtabs_on.gif") no-repeat right top;
} /* sub-tabs */
/*** End Anchor Tag Definitions ***/


.s_subtabsboxad a{
	width: 122px;
	color: #404040;
	float: left;
      	background: url(../images/bg_subtabs_off.gif) no-repeat left top;
      	margin:  2px 2px 0 -1px;
      	padding: 0 0 0 2px;
      	text-decoration: none;
	position: relative;
} /* sub-tabs */

.s_subtabsboxad a span{
	width: 122px;
	height: 20px;
	float: left;
      	display: block;
      	background: url("../images/bg_subtabs_off.gif") no-repeat right top;
      	padding: 6px 0 0 0;
	text-align: center;
	cursor: pointer;
} /* sub-tabs */

.s_subtabsboxad a.current{
	background: url(../images/bg_subtabs_on.gif) no-repeat left top;
} /* sub-tabs */

.s_subtabsboxad a.current span{
	background: url("../images/bg_subtabs_on.gif") no-repeat right top;
} /* sub-tabs */


/*** Begin Page Headers, Paragraphs and Text Definitions ***/

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 0 0;
	color: #550200;
	width: 317px;
	text-align: right;
	
}

.s_searchbox .s_formfieldsset h1 {
	margin: 0;
	width: 260px;
}

.s_mainTxt {
	font: 11px Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
}

.s_requirednote {
	width: 785px;
	text-align: right;
	margin: 0 0 60px 0;
}

.s_requirednoteleft {
	width: 785px;
	text-align: left;
	margin: 0 25px 10px 25px;
	font-weight: bold;
}

.s_tabbedbox .s_requirednote {
	width: 953px;
	margin: 0;
}

.s_required {
	color: #d80901;
	font-size: 12px;
	font-weight: normal;
}

.s_ortxt {
	float:left;
	font-weight: bold;
	margin: 3px 5px 0 0;
}

/*** End Page Headers, Paragraphs and Text Definitions ***/

.s_placeright {
	float: right;
}

.s_hideshow {
	display: none;
}
.s_placeleft {
	float: left;
}

/**********************************************************************/
/***                     End Layout Definitions                     ***/
/**********************************************************************/

/**********************************************************************/
/***                    Begin Floaters Clearing                     ***/
/**********************************************************************/

#headercontainer:after, #loginbox:after, #mainnavbox:after, #maincontainer:after, .s_formfieldsset:after, .s_formrow:after, .s_radiobtnsset:after, .s_placeright:after, .s_formbuttons:after, .s_sbcontent:after, .s_subtabsbox:after {
    	content: ".";
    	display: block;
 		height: 0;
    	clear: both;
    	visibility: hidden;
}

#headercontainer, #loginbox, #mainnavbox, #maincontainer, .s_formfieldsset, .s_formrow, .s_radiobtnsset, .s_placeright, .s_formbuttons, .s_sbcontent, .s_subtabsbox {
	display: inline-block;
}

/* Hides from IE-mac \*/
*html #headercontainer, *html #loginbox, *html #mainnavbox, *html #maincontainer, *html .s_formfieldsset, *html .s_formrow, *html .s_radiobtnsset, *html .s_placeright, *html .s_formbuttons, *html .s_sbcontent, *html .s_subtabsbox {
	height: 1%;
}

#headercontainer, #loginbox, #mainnavbox, #maincontainer, .s_formfieldsset, .s_formrow, .s_radiobtnsset, .s_placeright, .s_formbuttons, .s_sbcontent, .s_subtabsbox  {
	display: block;
}
/* End hide from IE-mac */

/**********************************************************************/
/***                     End Floaters Clearing                      ***/
/**********************************************************************/

/* added by pauld */
.s_errors h1{
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 50px;
	color: red;
}

span.s_field_error {
    float:right;
    text-align: right;
    clear: right;
}

.s_errors ul {
	list-style: none;
	margin-left: 50px;
	font-weight: bold;
	color: red;
}


img.s_help_img   {
	display: inline;
}

/* inline-block fix for IE */
.inline-block-fix {
	display:inline-block !important; // for Safari, Opera, and IE 7
	display:-moz-inline-box !important; // for Mozilla
	-moz-box-orient:vertical;
	zoom: 1; display: inline; // for IE 6
	vertical-align:top;
}

.s_help {
         width:320;
         height:250;
         background:#E9EFF4;
         border:1px solid #C4D5E3;
         padding:10px;
         margin-bottom:20;
         font-family:arial;
         font-size:12px;
}

.s_textarea {
   width:200px;
   height:50px;
   border:1px solid #ccc;
   background:#f2f2f2;
   padding:6px;
   overflow:auto;
}

.loading_indicator_parent {
	/*position:relative;*/
}

#loading_indicator {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position:absolute;
	left:210px;
	top:60px;
}

.s_infoMessage
{
	font-weight: bold;
	margin-left:20px;
}

.s_subreport_title
{
	margin: 20px 15px 0 15px;
}

.s_subreport_hr
{
	float: left;
	display: block;
	width: 100%;
}

/* for sorting tables using jquery plugin */
th.headerSortUp { 
    background-image: url(../images/table-header-asc.gif) !important; 
}
th.headerSortDown { 
    background-image: url(../images/table-header-desc.gif) !important; 
}
th.headerSort { 
    background-image: url(../images/table-header-bg.gif);     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right;
    padding-right: 20px; 
    margin-right: -1px;
}
table tbody tr.odd td {
	background-color:#E0E0E0;
}

table tbody tr.gtotal td {
	background-color:#EFEFFB;
}

table tfoot tr.totals td {
  background-color:#EFEFFB;
}
.s_paging_controls {
	display: block;
	width: 600px;
	height: 20px;
	margin: 2px 0 20px 15px;
}
.s_paging_controls .s_placeright {
    float:left;
}

.s_paging_controls label {
    width:80px;
}

.s_paging_controls .dijitComboBox {
	float: left;
	margin: 4px 5px 0 0;
	width: 70px;
}
.s_paging_controls .s_button {
	width:54px;
}

.s_button {
    background-color: #668099;
    float: left;
    display: block;
    color: #ffffff;
    font: 11px Arial, Helvetica, Sans-Serif;
    border-style: none;
	margin: 1px 5px 0 0;
    cursor: pointer;
    padding: 0 5px 0 5px;
    height: 19px;
    border-top: solid #45596d 1px;
    border-bottom: solid #5b7ea2 1px;
    border-right: solid #59748f 1px;
    border-left: solid #59748f 1px;
    border-radius: 4px;
    min-width: 75px;
}

.s_formrow .dijitTextBox {
    margin-top: 3px;
    vertical-align: top;
    /*width: 215px;*/
}

.s_formrow .dijitTimeTextBox {
    margin-top: 3px;
    vertical-align: top;
    width: 15em;
}

/* exchange auth. styles */

.s_fieldssetauth {
	overflow: auto;
	width: 700px;
}
.s_exch_auth_outer {
	margin-top: 20px;
	overflow:auto;
}
.s_exch_survey_outer {
	margin-top: 20px;
	overflow:auto;
}
.s_exch_auth_inner {
	float: left;
	width: 210px; 
	margin: 0 0 0 20px;
    padding: 2px 0 0;
}

.s_exch_survey_inner {
	float: left;
	width: 400px; 
	margin: 0 0 0 20px;
    padding: 2px 0 0;
}

.s_exch_status_outer {
	margin-top: 20px;
	width: 340px; 
}

.s_exch_status_inner {
	float: left;
	width: 340px; 
	margin: 0 0 0 20px;
    padding: 2px 0 0;
}

.s_exch_status_heading {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    width: auto;
}
.s_exch_status_fields {
 	float: left;
 	width: 350px;
}

.lightLabel {
	font-weight: normal;	
}
.s_exch_auth_exchange_inner {
	float: left;
	width: 210px; 
	margin: 0 0 0 20px;
    padding: 2px 0 0;
}

.s_exch_auth_heading {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    width: auto;
}

.s_exch_survey_heading {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
    width: auto;
}

.s_exch_auth_fields {
 	float: left;
 	width: 190px;
}

.s_exch_survey_fields {
 	float: left;
 	width: 400px;
}
.s_exch_auth_single {
 	float: left;
 	width: 100%;
}

.s_exch_survey_single {
 	float: left;
 	width: 100%;
}

/* reporting */
.report_links_set {
	display: block;
	margin-top: 20px;
	margin-left: 50px;
}

h1.report_group_heading {
	text-align: left; 
}

a.report_link, a.report_link:visited {
	display: block;
	padding: 0;
	font-weight: bold;
	margin: 3px 5px 0 30px;
	text-align: left;
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#1b2942;
}

label.breadcrumb {
	float: left;
	padding: 0;
	font-weight: bold;
	margin: 3px 5px 0 0px;
	text-align: left;
	width: 500px;
	font: 14px Arial, Helvetica, Sans-Serif;
}

a.breadcrumb {
	float: left;
	padding: 0;
	font-weight: bold;
	margin: 3px 5px 0 5px;
	text-align: left;
	font: 14px Arial, Helvetica, Sans-Serif;
}

ul, li {
list-style-type:none;
padding:0;
margin:0;
}

#crumbs {
border:1px solid #dedede;
height:20px;
}

#crumbs li {
float:left;
line-height:20px;
padding-left:.75em;
color:#777;
}

#crumbs li a {
display:block;
padding:0 15px 0 0;
background:url(../images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
text-decoration:none;
color:#777;
}

#crumbs li a:hover, #crumbs li a:focus {
color:#1b2942;
}

.s_timeoutMessage {
	color: red;
	font-size: 14px;
	margin-left: 5px;
}

textarea {
    display: inline-block;
    float: left;
    max-height: 22em !important;
    min-height: 8.5em !important;
    overflow-y: auto !important;
    width: 670px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
	background: #f2f2f2;
}

form#editAdminForm label {
	width: inherit;
}

/** after removedojo **/
/**
div.s_formfieldsset div.s_formrow div.control input.hasDatepicker {
	float: none;
	width: 139px;
}
.ui-datepicker-trigger {
    margin-right: 5px;
}
form#loginForm span.s_field_error {
    margin-right: 0px;
}
form#loginForm div.s_formrow {
	width: 355px;
}
form#forgotPasswordForm div.formfieldsset div.s_formrow select, form#forgotPasswordForm div.formfieldsset div.s_formrow input {
	width: 225px;
}
form#newPassword div.formfieldsset div.s_formrow input {
	width: 225px;
}
form#editAdminForm div.s_formrow {
	width: 675px;
}
form#editUserForm div.s_formfieldsset div.s_formrow select.s_long {
    width: 215px;
}
form#editPinForm div.s_formfieldsset {
	width: 380px;
}

span.readonly {
	margin-right: 5px;
}
**/
.indexCodeDetail .s_sbcontent .s_formfieldsset {
    width: 850px;
}
.indexCodeDetail .s_sbcontent {
    padding: 0 10px;
}
.indexCodeDetail .s_searchbox .s_fieldssetleft label {
	width: 95px;
}
.indexCodeDetail .s_searchbox .s_fieldssetleft .s_formrow {
    width: 270px;
}
.indexCodeDetail .s_searchbox .s_fieldssetright label {
    width: 205px;
}
.indexCodeDetail .s_searchbox .s_fieldssetright .s_formrow {
    width: 550px;
}
.indexCodeDetail .s_fieldssetright {
	width: 550px;
}
.indexCodeDetail .s_fieldssetleft {
    width: 300px;
}
.indexCodeDetail .s_fieldssetright select.s_long {
    width: 300px;
}

.sides-dialog .ui-dialog-buttonset .ui-button {
	background-color: #668099;
	float: left;
	display: block;
	color: #ffffff;
	font: 11px Arial, Helvetica, Sans-Serif;
	border-style: none;
	cursor: pointer;
	padding: 0 5px 0 5px; 
	height: 19px;
	border-top: solid #45596d 1px;
	border-bottom: solid #5b7ea2 1px;
	border-right:  solid #59748f 1px;
	border-left: solid #59748f 1px;
	border-radius: 4px;
	min-width: 75px;
}

.new_certs {
    float: right;
    margin-top: 10px;
    margin-right: 320px;
}

div.readonly {
	margin-top: 5px;
}