/* Import styles for calendar used in date/datetime custom fields */
@import "https://summit.helpspot.com/js/jscalendar/skins/aqua/theme.css";

body
{
     font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
     font-size: 15px;
     line-height: 26px;
	  color:  rgb(37, 37, 37);
}

p {

}

<!--
h1
{
	color: #39399c;
	margin: 10px 0 2px 0;
}

h2
{
	color: black;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

h3
{
	color: #373c55;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}

h4
{
	color: #000;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

h5 {
	margin-bottom: -10px;
	}
-->
/*
a:link
{
	color: #3366cc;
	text-decoration: none;
}

a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #ff8000;
	text-decoration: none;
}
*/
img { border: 0; }

.subheading{
	margin-bottom:  5px;
	line-height:	120%;
}

/* DIVs */

#container
{
    width: 936px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #fff;
    /* border-left: 1px #ccc solid; */
    /* border-right: 1px #ccc solid; */
    /* border-bottom: 1px #ccc solid; */
    text-align:left;
}

#logoContainer
{
    width: 936px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align:left;
}
#banner
{
	padding: 2px;
	margin: -10px;
	margin-bottom: 25px;
	padding-top: 24px;
	padding-left: 15px;
   background: rgb(50, 51, 103);
	color: #fff;
	text-align: left;
	font-size:	26px;
	box-shadow: 1px 0px 10px black;
	height: 55px;
	width: 100%;
	}


#leftSidebar
{
    float: left;
    width:  200px;
    margin: 20px 0 0 0;
    padding: 0;
    padding-right: 10px;
    background-color: transparent;
    display: inline;
    /* border-right: 1px #ccc solid; */
}

#content2col
{
    padding: 0;
    padding-left: 20px;
    margin: 20px 20px 0 210px;
    background-color: transparent;
}

#footer
{
	padding: 0;
	margin: 15px 0 15px 165px;
	background-color: transparent;
	clear: both;
	font: 12px/14px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;

	color: #999;
	width: 575px;
	padding-top: 5px;
	text-align: center;
	}

#footer a{
	color: #999;
}

.hilite2col
	{
	background: #fffecc;
	border: 1px solid #cecece;
	width: 100%;
	margin: 0 0 10px 0;
	}

.hilite2col p
{
	margin: 3px 14px 3px 14px;
	}

.fieldset{
	padding: 4px;
	border:	1px solid #ccc;
}

legend{
	padding-left:		4px;
	padding-right:		4px;
	font-weight:		bold;
	color:				#000;

}

/* Navbars */
.navBar
{
	margin: 0 0 10px 20px;
	padding: 0;
   font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

.navBar li
{
	margin: 0;
	padding: 0;
	display: block;
	color: #3163ce;
	list-style-type: none;
}

.navBar a:link, .navBar a:visited
{
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
}

.navBar a:link.navOn, .navBar a:visited.navOn, .navBar a:hover.navOn
{
	font-weight: bold;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
    background: url(https://summit.helpspot.com/portal/images/blue-tri.gif) no-repeat left top;
}

.navBar a:hover
{
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #39399c
}

.navBar a:visited { color: #3163ce; }

/*Subnav*/
.subnavBar
{
	margin: 0 0 0 12px;
	padding: 0;
   font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

.subnavBar li
{
	font: 12px/20px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	color: #3163ce;
	background: none;
	list-style-type: none;
}

.subnavBar a:link, .subnavBar a:visited
{
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
}

.subnavBar a:link.navOff, .subnavBar a:visited.navOff
{
	font-weight: normal;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: #3163ce;
	background: url(https://summit.helpspot.com/portal/images/blue-dot.gif) no-repeat left top;
}

.subnavBar a:hover.navOff
{
	font-weight: normal;
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #39399c;
	background: url(https://summit.helpspot.com/portal/images/blue-dot.gif) no-repeat left top;
}

.subnavBar a:link.navOn, .subnavBar a:visited.navOn, .subnavBar a:hover.navOn
{
	font-weight: bold;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
	background: url(https://summit.helpspot.com/portal/images/blue-tri.gif) no-repeat left top;
}

.subnavBar a:hover
{
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #39399c;
}

.subnavBar a:visited { color: #3163ce; }

/* Phone Nav */
.phonenavBar
{
	margin: 0 0 10px 30px;
	padding: 0;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

.phonenavBar li
{
	font: 12px/20px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	color: #999;
	list-style-type: none;
}

.phoneNum
{
	color: #000;
/* 	font-weight: normal; */
   font-size: medium;
}

/* KB */
.kbtoc{
	font-size:			14px;
	line-height:		120%;
	list-style-type: 	none;
	padding-left:		0px;
	margin-left:		0px;
}

.kbtocpage{
	font-size:			14px;
	line-height:		140%;
	list-style-type: 	none;
}

.kbhighlight{
	background-color:	#ffff99;
}

.kbextralist{
	margin:				3px;
	list-style-type:	none;
	line-height:		160%;
}

/* */
div.datarow
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div.datarow span.left
{
  float: left;
  text-align: left;
  width: 49%;
 }

div.datarow span.right
{
  float: right;
  text-align: right;
  width: 49%;
 }

 input, textarea {
   font-size: 100%;
 }

.nextprev
{
	font-size: 12px;
}

.helpful
{
	text-align: right;
	padding: 15px;
}

.sticky
{
	font-size: 10px;
	color: red;
}

.formbuttondiv{
	border-top: 		2px solid #dab631;
	background:			#FEE587;
	margin-top:			10px;
	padding:			10px;
	clear: 				both;
}

.formbox{
	padding-top: 		20px;
}

.forumlabel {
	color:				#060;
	font-weight:		bold;
}

.forumtable{
	font-size: 			12px;
	float:				right;
}

.forumpost{
	padding:			3px;
	padding-left: 		14px;
}

.datalabel {
	color: 				#7F7F7F;

	line-height: 		120%;
	font-weight:		bold;
}

.captcha_label{
	color:				#000;
	font-size:			14px;
	border: 			1px solid red;
	padding:			3px 10px 3px 10px;
}

.forumoption{
	color: #000;
	font: bold 14px/14px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	border-bottom: 1px #000 solid;
	width: 100%;
}

.forumform{
	padding-top: 20px;
	clear: both;
	width: 75%;
}

.requestwrap{
	width: 75%;
}

.requestpad{
	padding:			3px;
	padding-left: 		14px;
   word-wrap: break-word;
}

.error {
	color: red;
}

.required {
	color: #930000;
}

.bold{
	font-weight: bold;
}

.namedate{
	color: #39399c;
	font-weight: bold;
}

.score {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

pre{
	font: 				100% courier,monospace;
	border: 			   1px solid #ccc;
	overflow: 			auto;
	overflow-x: 		scroll;
	width: 				90%;
	padding: 			1em 1em 1em 1em;
	background: 		#fff7f0;
	color: 				#000
}

.initsubject{
	color: 				#7F7F7F;
}

.request_summary{
	display:			   block;
	overflow:			hidden;
	height:				26px;
}

.feedback_box_error{
	border:				1px solid red;
	padding:			10px;
	color:				red;
	font-weight:		bold;
}

.feedback_box_positive{
	border:				1px solid green;
	padding:			10px;
	color:				green;
	font-weight:		bold;
}

.calendar_date_table{
	padding-left:		0px;
	margin-left:		0px;
	margin-top:			2px;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

.calendar_date{
	text-align:			bottom;
	border:				1px solid #666666;
	background-color:	#fff;
	padding:			2px;
}

.calendar_date_holder{
	color:				#666666;
	cursor: 			pointer;
}

.sending_note{
	color:				red;
}

.summitLogoSummit {
        font-family: times, Serif !important;
        font-size: 175%;
}
.summitLogoHealthcare {
        font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#navigation {
	display: none;
	width: 100%;
	background-color:rgb(33,35,80);
	margin: 0 -10px;
	display: block;
	vertical-align: baseline;
	text-align: center;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: inline-block;
	list-style: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0;
	white-space: nowrap;
}

#navigation a, #navigation a:visited, #navigation a:active {
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	}

table {
   border-collapse: collapse;
   border-spacing: 0;
   border-collapse: separate;
   -webkit-border-horizontal-spacing: 2px;
   -webkit-border-vertical-spacing: 2px;
}

thead {
   display: table-header-group;
   vertical-align: middle;
   border-top-color: inherit;
   border-right-color: inherit;
   border-bottom-color: inherit;
   border-left-color: inherit;
}
thead th {
    background: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    border-top: #cccccc;
    font-weight: bold;
    padding: 0;
}

/* Row Data */
.rowOn
{
	background-color: #f8f8f8;
	padding: 3px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rowOff
{
	background-color: #fff;
	padding: 3px;
}

table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}
tr.rowOn,
tr.rowOff {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.rowOn {
   background-color: #fff;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
td {
   padding: 0px 10px 0px 0px;
}

input, textarea {
  padding-left: 5px;
  border-radius: 8px;
  border: 2px solid #d9d9d9;
}
input:focus, textarea:focus {
  border: 2px solid rgb(33,35,80);
  background: linear-gradient(to bottom,#FFFFFF 0%,#F4EDF7 100%);;
}
input {
   line-height: 1.5em;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button,
input.form-submit,
a.button {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    border: 2px solid #d9d9d9;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #666666;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    margin-right: 6px;
    text-transform: uppercase;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active,
input.form-submit:active,
a.button:active {
    position: relative;
    top: 1px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
button:hover,
input.form-submit:hover,
a.button:hover {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #e0e0e0 0%, #f2f2f2 100%);
}

code {
   margin-left: 2em;
   font-family: Menlo, Consolas, monospace;
}

/* Import styles for calendar used in date/datetime custom fields */
@import "https://summit.helpspot.com/js/jscalendar/skins/aqua/theme.css";

body
{
     font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
     font-size: 15px;
     line-height: 26px;
	  color:  rgb(37, 37, 37);
}

p {

}

<!--
h1
{
	color: #39399c;
	margin: 10px 0 2px 0;
}

h2
{
	color: black;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

h3
{
	color: #373c55;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}

h4
{
	color: #000;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

h5 {
	margin-bottom: -10px;
	}
-->
/*
a:link
{
	color: #3366cc;
	text-decoration: none;
}

a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #ff8000;
	text-decoration: none;
}
*/
img { border: 0; }

.subheading{
	margin-bottom:  5px;
	line-height:	120%;
}

/* DIVs */

#container
{
    width: 936px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #fff;
    /* border-left: 1px #ccc solid; */
    /* border-right: 1px #ccc solid; */
    /* border-bottom: 1px #ccc solid; */
    text-align:left;
}

#logoContainer
{
    width: 936px;
    padding: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align:left;
}
#banner
{
	padding: 2px;
	margin: -10px;
	margin-bottom: 25px;
	padding-top: 24px;
	padding-left: 15px;
   background: rgb(50, 51, 103);
	color: #fff;
	text-align: left;
	font-size:	26px;
	box-shadow: 1px 0px 10px black;
	height: 55px;
	width: 100%;
	}


#leftSidebar
{
    float: left;
    width:  200px;
    margin: 20px 0 0 0;
    padding: 0;
    padding-right: 10px;
    background-color: transparent;
    display: inline;
    /* border-right: 1px #ccc solid; */
}

#content2col
{
    padding: 0;
    padding-left: 20px;
    margin: 20px 20px 0 210px;
    background-color: transparent;
}

#footer
{
	padding: 0;
	margin: 15px 0 15px 165px;
	background-color: transparent;
	clear: both;
	font: 12px/14px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;

	color: #999;
	width: 575px;
	padding-top: 5px;
	text-align: center;
	}

#footer a{
	color: #999;
}

.hilite2col
	{
	background: #fffecc;
	border: 1px solid #cecece;
	width: 100%;
	margin: 0 0 10px 0;
	}

.hilite2col p
{
	margin: 3px 14px 3px 14px;
	}

.fieldset{
	padding: 4px;
	border:	1px solid #ccc;
}

legend{
	padding-left:		4px;
	padding-right:		4px;
	font-weight:		bold;
	color:				#000;

}

/* Navbars */
.navBar
{
	margin: 0 0 10px 20px;
	padding: 0;
   font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

.navBar li
{
	margin: 0;
	padding: 0;
	display: block;
	color: #3163ce;
	list-style-type: none;
}

.navBar a:link, .navBar a:visited
{
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
}

.navBar a:link.navOn, .navBar a:visited.navOn, .navBar a:hover.navOn
{
	font-weight: bold;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
    background: url(https://summit.helpspot.com/portal/images/blue-tri.gif) no-repeat left top;
}

.navBar a:hover
{
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #39399c
}

.navBar a:visited { color: #3163ce; }

/*Subnav*/
.subnavBar
{
	margin: 0 0 0 12px;
	padding: 0;
   font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

.subnavBar li
{
	font: 12px/20px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	color: #3163ce;
	background: none;
	list-style-type: none;
}

.subnavBar a:link, .subnavBar a:visited
{
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
}

.subnavBar a:link.navOff, .subnavBar a:visited.navOff
{
	font-weight: normal;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: #3163ce;
	background: url(https://summit.helpspot.com/portal/images/blue-dot.gif) no-repeat left top;
}

.subnavBar a:hover.navOff
{
	font-weight: normal;
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #39399c;
	background: url(https://summit.helpspot.com/portal/images/blue-dot.gif) no-repeat left top;
}

.subnavBar a:link.navOn, .subnavBar a:visited.navOn, .subnavBar a:hover.navOn
{
	font-weight: bold;
	padding: 0 0 6px 10px;
	text-decoration: none;
	color: rgb(31,31,100);
	background: url(https://summit.helpspot.com/portal/images/blue-tri.gif) no-repeat left top;
}

.subnavBar a:hover
{
	padding: 0 0 6px 10px;
	text-decoration: underline;
	color: #39399c;
}

.subnavBar a:visited { color: #3163ce; }

/* Phone Nav */
.phonenavBar
{
	margin: 0 0 10px 30px;
	padding: 0;
	font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

.phonenavBar li
{
	font: 12px/20px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	color: #999;
	list-style-type: none;
}

.phoneNum
{
	color: #000;
/* 	font-weight: normal; */
   font-size: medium;
}

/* KB */
.kbtoc{
	font-size:			14px;
	line-height:		120%;
	list-style-type: 	none;
	padding-left:		0px;
	margin-left:		0px;
}

.kbtocpage{
	font-size:			14px;
	line-height:		140%;
	list-style-type: 	none;
}

.kbhighlight{
	background-color:	#ffff99;
}

.kbextralist{
	margin:				3px;
	list-style-type:	none;
	line-height:		160%;
}

/* */
div.datarow
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div.datarow span.left
{
  float: left;
  text-align: left;
  width: 49%;
 }

div.datarow span.right
{
  float: right;
  text-align: right;
  width: 49%;
 }

 input, textarea {
   font-size: 100%;
 }

.nextprev
{
	font-size: 12px;
}

.helpful
{
	text-align: right;
	padding: 15px;
}

.sticky
{
	font-size: 10px;
	color: red;
}

.formbuttondiv{
	border-top: 		2px solid #dab631;
	background:			#FEE587;
	margin-top:			10px;
	padding:			10px;
	clear: 				both;
}

.formbox{
	padding-top: 		20px;
}

.forumlabel {
	color:				#060;
	font-weight:		bold;
}

.forumtable{
	font-size: 			12px;
	float:				right;
}

.forumpost{
	padding:			3px;
	padding-left: 		14px;
}

.datalabel {
	color: 				#7F7F7F;

	line-height: 		120%;
	font-weight:		bold;
}

.captcha_label{
	color:				#000;
	font-size:			14px;
	border: 			1px solid red;
	padding:			3px 10px 3px 10px;
}

.forumoption{
	color: #000;
	font: bold 14px/14px "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
	border-bottom: 1px #000 solid;
	width: 100%;
}

.forumform{
	padding-top: 20px;
	clear: both;
	width: 75%;
}

.requestwrap{
	width: 75%;
}

.requestpad{
	padding:			3px;
	padding-left: 		14px;
   word-wrap: break-word;
}

.error {
	color: red;
}

.required {
	color: #930000;
}

.bold{
	font-weight: bold;
}

.namedate{
	color: #39399c;
	font-weight: bold;
}

.score {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

pre{
	font: 				100% courier,monospace;
	border: 			   1px solid #ccc;
	overflow: 			auto;
	overflow-x: 		scroll;
	width: 				90%;
	padding: 			1em 1em 1em 1em;
	background: 		#fff7f0;
	color: 				#000
}

.initsubject{
	color: 				#7F7F7F;
}

.request_summary{
	display:			   block;
	overflow:			hidden;
	height:				26px;
}

.feedback_box_error{
	border:				1px solid red;
	padding:			10px;
	color:				red;
	font-weight:		bold;
}

.feedback_box_positive{
	border:				1px solid green;
	padding:			10px;
	color:				green;
	font-weight:		bold;
}

.calendar_date_table{
	padding-left:		0px;
	margin-left:		0px;
	margin-top:			2px;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

.calendar_date{
	text-align:			bottom;
	border:				1px solid #666666;
	background-color:	#fff;
	padding:			2px;
}

.calendar_date_holder{
	color:				#666666;
	cursor: 			pointer;
}

.sending_note{
	color:				red;
}

.summitLogoSummit {
        font-family: times, Serif !important;
        font-size: 175%;
}
.summitLogoHealthcare {
        font-family: "PT Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

#navigation {
	display: none;
	width: 100%;
	background-color:rgb(33,35,80);
	margin: 0 -10px;
	display: block;
	vertical-align: baseline;
	text-align: center;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: inline-block;
	list-style: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0;
	white-space: nowrap;
}

#navigation a, #navigation a:visited, #navigation a:active {
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	}

table {
   border-collapse: collapse;
   border-spacing: 0;
   border-collapse: separate;
   -webkit-border-horizontal-spacing: 2px;
   -webkit-border-vertical-spacing: 2px;
}

thead {
   display: table-header-group;
   vertical-align: middle;
   border-top-color: inherit;
   border-right-color: inherit;
   border-bottom-color: inherit;
   border-left-color: inherit;
}
thead th {
    background: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    border-top: #cccccc;
    font-weight: bold;
    padding: 0;
}

/* Row Data */
.rowOn
{
	background-color: #f8f8f8;
	padding: 3px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rowOff
{
	background-color: #fff;
	padding: 3px;
}

table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}
tr.rowOn,
tr.rowOff {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.rowOn {
   background-color: #fff;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
td {
   padding: 0px 10px 0px 0px;
}

input, textarea {
  padding-left: 5px;
  border-radius: 8px;
  border: 2px solid #d9d9d9;
}
input:focus, textarea:focus {
  border: 2px solid rgb(33,35,80);
  background: linear-gradient(to bottom,#FFFFFF 0%,#F4EDF7 100%);;
}
input {
   line-height: 1.5em;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button,
input.form-submit,
a.button {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
    border: 2px solid #d9d9d9;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #666666;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    margin-right: 6px;
    text-transform: uppercase;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active,
input.form-submit:active,
a.button:active {
    position: relative;
    top: 1px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
button:hover,
input.form-submit:hover,
a.button:hover {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #e0e0e0 0%, #f2f2f2 100%);
}

code {
   margin-left: 2em;
   font-family: Menlo, Consolas, monospace;
}

.redAlert {
	background:#fff0f0;
	border: 1px solid #f1e1e1;
	border-top: 6px solid #f1e1e1;
	padding: 4px 7px;
}

.yellowAlert {
	background:#FFFFE3;
	border: 1px solid #f7f7d9;
	border-top: 6px solid #f7f7d9;
	padding: 4px 7px;
}

.greenAlert {
	background:#f7fff8;
	border: 1px solid #c3e0c9;
	border-top: 6px solid #c3e0c9;
	padding: 4px 7px;
}