/* ================= CHANGE PASSWORD ================== */

#content #content_main #changepassword table tr td  {
  padding-top: 10px;
  border-color:transparent;
  
}

#content #content_main #changepassword input {
  width: 180px;
  margin-right: 30px;
  border: 1.5px solid #CCC;
  height: 24px;
  padding-top: 0px 5px;
  cursor: pointer;
  vertical-align: middle;
}


/* =============== Facebook & Printing Options ==================*/

#social {
  margin-top: 20px;
  border-top: 1px dotted #999;
  padding-top: 15px;
}

.fb{
  	float: left;
	margin-top: 3px;
}

.functions {
  	float: right;
	margin-top: 3px;
}

#wrapper #content #SubpageNav #extra {
	margin-bottom: 15px;
}

#wrapper #content #SubpageNav #extra img{
	margin: 7px;
}


#subButton {
	margin-top: 15px;
}
/* ================== Main Content of the website sub pages ========================*/

#content #content_main {
  float: left;
  width: 670px;
  margin-left: 20px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 5px 20px 25px 20px;
  background-color: #FFF;
  min-height: 300px;
  border-left: dotted 1px #bbbbbb;
}


#content #content_main .eventsGrid table td {
  border: solid #ccc 1px;
  font-size: 11px;
}

#content #content_main table.uxChangePassword {
  border:none;
}



/* =============== Styles for Calendar =================*/

#content #pageNav #calendar .cal table {
  background-color:transparent;
  border: 1px solid black;
  vertical-align: middle;
  width: 100px;
  
}

#content #pageNav #calendar .cal table a {
  background-color:transparent;
  padding: 5px 2px 2px 2px;
  
}

#content #pageNav #calendar .cal table th{
  border: 1px solid black;
  padding: 5px 0px 5px 0px;
}

#content #pageNav #calendar .cal table td{
  border: 1px solid #003768;
}


#content #content_main table td h2 {
      font-size: 11px;
}

#content #content_main table td h5 {
      font-size: 10px;
}


/* =============== STYLING FOR TABLE ============== */

#content #content_main table {
  border: solid 1px #b3b3b3;
  vertical-align: top;
  margin-bottom: 20px;
  border-collapse: collapse;
  min-width: 75%;
}

#content #content_main table th {
  border: solid #b3b3b3 1px;
  padding: 7px 10px;
  vertical-align: middle;
  font-size: 12px;  
  background-color: #e9e9e9;
}

#content #content_main table td {
  border: 1px solid #ccc;
  font-size: 11px;
  line-height: 17px;
  vertical-align: top;
  padding: 5px 15px 5px 8px;
}

#content #content_main table td:hover {
}

#content #content_main table td p {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 8px;
}

#content #content_main table td a{
  color: #1862b6;
  font-size: 11px;
  line-height: 16px;
  text-decoration: underline;
}

#content #content_main table td a:hover{
  display: inline-block;
}

#content #content_main h1 {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  margin-left: -3px;
  color: #FFF;
  background: url(../_images/03_headers/content_h1.gif) repeat center center;
  padding: 10px 15px 11px 10px;
}


#content #content_main h2 {
  font-size: 13px;
  margin-left: -2px;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
  color: #FFF;
  background-color: #FC9700;
  padding: 3px 10px 4px 10px;
  padding-top: 5px;
}

#content #content_main h2 a {
  color: #9e1304;
}

#content #content_main h3  {
  font-size: 13px;
  line-height: 18px;
  color: #00213F;
  margin-bottom: 10px;
  font-weight: bold;
  padding-right: 35px;
}


#content #content_main h4 {
  font-size: 13px;
  color: #057dd1;
  margin-bottom: 8px;
  font-weight: bold;
  padding-right: 35px;
}


#content #content_main h5 {
  font-size: 12px;
  line-height: 17px;
  display: block;
  color: #000;
  margin: 0px 0px 9px 0px;
  padding: 3px 15px 5px 10px;
  font-weight: bold;
  background-color: #EFEEED;
}


#content #content_main h6 {
  font-size: 10.5px;
  margin: 10px 0px 5px 0px;
  border-bottom-color: #5893C1;
  padding: 5px 12px 0px 0px;
  color: #0A3868;
  border-top: 1px dotted #5893C1;
  text-align: right;
  border-right: 1px dotted #5A94C3;
  background: url(../_images/02_buttons/back.gif) no-repeat 580px 8.5px;
}

#content #content_main h6 a:link {
  text-decoration: none;
  color: #0c6fae;
}

#content #content_main h6 a:visited {
  text-decoration: none;
  color: #0c6fae;
}

#content #content_main h6 a:hover {
  text-decoration: underline;
}

#content #content_main p {
  font-size: 12px;
  line-height: 18px;
  padding-right: 20px;
  margin-bottom: 15px;
}


#content #content_main hr  {
  border-top: solid 1px #999;
  margin: 15px 0px;
}

#content #content_main a, a:hover, a:focus, a:active, a:link {
  text-decoration: none;
  /color: #00b4ff;
  color: #21a8db;
}


#content #content_main a:hover {
  text-decoration: underline;
}


#content #content_main ul {
  padding-left: 25px;
  font-size: 12px;
  list-style-position: outside;
  list-style-type: disc;
  line-height: 17px;
  margin-bottom: 13px;
  margin-top: 0px;
}

#content #content_main ul ol{
  padding-left: 25px;
}

#content #content_main ul li{
  margin-bottom: 6px;
  list-style-type: disc;
}

#content #content_main ol {
  padding-left: 55px;
  list-style-position: outside;
  list-style-type: decimal;
  margin-bottom: 20px;
  margin-top: 5px;
}

#content #content_main ol li{
  margin-bottom: 6px;
  line-height: 15px;
  font-size: 11.5px;
}


/* ================ Sitemap style ====================== */

#sitemap {
  font-size: 13px;
}

#sitemap ul.tree, ul.tree ul  { 
  list-style-type: none; 
  /*background: url(/_images/vline.png) repeat-y; margin: 0;*/  
  padding: 0px; 
  font-size: 11px;

} 

#sitemap ul.tree ul li{ 
  list-style-type: none; 
  margin-left: 0px; 
  font-weight: normal; 
  font-size: 12px;
} 

#sitemap ul.tree li { 
  list-style-type: none; 
  margin: 0px; 
  padding: 0px 0px 0px 12px; 
  line-height: 18px; background: url(/_images/node.png) no-repeat; color: #369; 
  font-size: 12px;
  font-weight: bold;
} 

#sitemap ul.tree li ul{
  font-weight: normal;
  margin-top: 20px;
}

#sitemap ul.tree li.last { 
  background: #fff url(/_images/lastnode.png) no-repeat; 
} 
#sitemap ul.tree li:last-child {  
  background: #fff url(/_images/lastnode.png) no-repeat; 
} 



/* ================  Print Button style remember to modify the lightness +42 =================*/

#print-button {
  float: right;
  margin-right: 18px;
  margin-top: 0px;
}


/* Formatting for search box */

form#search_form input {
  vertical-align:middle;
  display:inline;
}

form#search_form #search_image {
  margin-left: -18px;
  padding: 2px;
}

#content #content_main div.error-page {
    font-size:15px;
    font-variant: small-caps;
    border: 1px dotted;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../_images/error.png');
}

#topwrapper #wrapper #content #content_main #loginpage {
   width: 690px;
   height: 45px;
   border: 1px solid #cccccc; 
   background-color: #EFEEED; 
   padding: 10px;
   margin-bottom: 15px;
   margin-top: 0px;
   display: block;
   margin-right: 0px;
   margin-left: -3px;
}

#topwrapper #wrapper #content #content_main #loginpage .uxLogin table tr td.login-label label.input_title {
  color: #000;
  font-size: 12px;
}

#topwrapper #wrapper #content #content_main #loginpage #uxLoginFailurePanel .errormsg{
  color: #000;

}

#content #content_main #loginpage .uxLogin table, tr, td {
  border-style: none;
}



/* STYLING FOR SUPERGRAD WEBSITE */

#question {
  background: url('/media/74247/img_divider.gif') bottom center no-repeat;
  margin-bottom: 20px;
}

#question h4 {
  padding: 13px 35px 0px 35px;
  background: url('/media/74252/img_question_mark.gif') left no-repeat;
  text-decoration: underline;
}



/* ======== SOCIAL MEDIA ======== */

#socialText {
	margin-right: 20px;
	width: 310px;
	float: left;
}

#socialWidget {
	padding-left: 20px;
}

.twtr-doc a {
	font-weight: bold;
}

#socialWidget .twtr-widget h3 {
	font-size: 25px!important;
	font-weight: bold!important;
}

.twtr-widget h4 {
	font-size: 18px!important;
	font-weight: normal!important;
}

.twtr-widget p {
	font-size: 13px!important;
}

.twtr-tweet {
	margin: 10px 0px;
}

.twtr-widget em a{
	font-size: 11px!important;
	margin-bottom: 5px;
	font-weight: normal;
}

.twtr-widget em {
	margin-top: 5px!important;
	}

/* ======== CUSTOM CLASSES ===== */
#extra h2.cmsfSocial a {
	font-size: 16px;
	text-align: center;
	background: #ce5c00;
	color: #FFF;
	margin: 5px 0px 10px;
	display: block;
	padding: 5px 5px 6px;
	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
  	-moz-box-shadow:0 0 5px #888888;
  	-webkit-box-shadow:0 0 5px #888888;
	-khtml-border-radius: 10px;
	border-radius: 10px;

}


#extra h2.cmsfSocial a:hover {
	text-decoration: underline;
	background: #934d01;
}



#pageTwitter {
	float: left;
	margin-right: 10px;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

