*
{
  margin: 0;
  padding: 0;
}

html, body
{
  height: 100%;
}

body
{
  font-size: 76%;
  /*background: #FFFFFF url(../images/border-left.png) 0 0 repeat-y;*/
}

a img
{
  border: none;
}

#wrapper
{
  /*margin-left: 32px;*/
  /*font: normal 2.3ex/1.5 sans-serif;*/
  font: normal 1em/1.5 sans-serif;
  min-height: 100%;
  /*background: #FFFFFF url(../images/border-right.png) 100% 0 repeat-y;
  padding-right: 32px;*/
  overflow: auto;
}

#head
{
  border-top: 10px solid #214478;
  padding: 1ex 2ex 17px;
  background: #FFFFFF url(http://cdn.tracmor.com/static/images/line.png) 0 100% repeat-x;
}

#head h1 a
{
  display: block;
  text-indent: -9999px;
  background: url(http://cdn.tracmor.com/static/images/tracmor_logo_with_reflection.png) 20px 50% no-repeat;
  height: 80px;
  width: 170px;
  overflow: hidden;
  text-decoration: none;
}

#sidebar
{
  float: left;
  width: 230px;
  margin: 2ex 0;
  background: #FFFFFF;
  padding-bottom: 100px;
}

#banner img
{
  display: block;
  width: 196px;
  margin: 0 3ex;
}

#get
{
  text-align: center;
  margin: 1ex 0.5ex;
  font-weight: bold;
}

#get ul
{
  font-weight: normal;
  list-style: none;
  display: inline;
  font-size: 1.7ex;
}

#get li
{
  display: inline;
  border-left: 1px solid #CCCCCC;
  margin-left: -1px;
  padding: 0 1ex;
}

#get li.first
{
  border-left: none;
}

#get a
{
  color: #00356B;
}

#nav
{
  margin: 0 1.5ex;
  padding: 0 1.5ex;
}

#nav h2
{
  font-size: 0.9em;
  border-bottom: 1px dotted #AAAAAA;
  color: #444444;
  /*font-size: 1.725ex;*/
  margin: 2ex 0 1ex;
  text-transform: uppercase;
  font-weight: normal;
}

#nav ul
{
  /*list-style: ;*/
  margin-left: 15px;
}

#nav li
{
  margin: 0.25ex 1ex;
  color: #777777;
  font-size: 0.9em;
  /*font-size: 1.4ex;*/
}

#nav a
{
  font-weight: bold;
  margin-right: 0.75ex;
  color: #214478;
  font-size: 1.1em;
  /*font-size: 2.4ex;*/
  display: block;
}

.home #nav-home a, .get #nav-get a, .join #nav-join a
{
  color: #777777;
  text-decoration: none;
}

#content
{
  margin-left: 250px;
  padding: 1ex 2ex 120px;
  color: #666666;
  background: #FFFFFF;
  display: inline-block;
}

/* Blame IE6 and the guillotine bug for this one */
#content { display: block; }

#content h2
{
  font-size: 1.6em;
  /*font-size: 3.25ex;*/
}

#content h2 div {
  font-size: 1ex;
  font-weight: normal;
}

#content h3
{
  color: #214478;
  margin: 1.5ex 0 0.5ex;
  font-size: 1.4em;
  /*font-size: 2.5ex;*/
}

#content table
{
  border-collapse: collapse;
}

#content table th
{
  background: #DDDDDD;
}

#content table th, #content table td
{
  border: 1px solid #000000;
  padding: 0.6ex;
}

#content p
{
  margin: 1ex 5ex 1ex 0;
}

#content ul
{
  list-style: square;
  margin: 0 3ex 2ex;
}

#content img
{
  /*margin: 2ex 0;*/
}

#content a
{
  color: #214478;
}

.download
{
  list-style-image: url(http://cdn.tracmor.com/static/images/arrow.png);
  list-style-position: outside;
  margin: 1.6ex 3ex;
}

.download li
{
  color: #777777;
  font-size: 1.8ex;
  background: #EFEFEF;
  padding: 1ex;
  border-bottom: 1px dotted #AAAAAA;
}

.download a
{
  font-weight: bold;
}

.roles
{
  margin: 0!important;
  list-style: none!important;
  background: red;
  display: inline;
}

.roles li
{
  float: left;
  margin-bottom: 0.5ex;
}

.roles a
{
  line-height: 1;
  width: 130px;
  height: 150px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.roles a:hover
{
  background-color: #EFEFEF;
}

.roles img
{
}

#footer
{
  position: relative;
  font: normal 1.5ex/1.5 sans-serif;
  text-align: center;
  background: #FFFFFF url(http://cdn.tracmor.com/static/images/line-bottom.png) 0 0 repeat-x;
  margin: -90px 0 0;
  border-bottom: 10px solid #214478;
  height: 80px;
  color: #AAAAAA;
}

#bottom
{
  /*margin-left: 32px;
  padding-right: 32px;*/
}

#footer ul
{
  list-style: none;
}

#footer li
{
  display: inline;
  border-left: 1px solid #AAAAAA;
  padding: 0 0.75ex;
  margin-left: -1px;
}

#footer li.first
{
  border-left: none;
}

#footer a
{
  color: #223344;
}

#footer a:hover
{
  color: #112233;
}

#footer p
{
  margin: 0 1.5ex;
}

#footer .copy
{
  padding-top: 3ex;
}

#footer .disclaimer
{
}

#screenshot-banner a {
  font-size: 1.6ex;
  text-align: left;
}

#screenshot-banner ul
{
  list-style: none;
}

#screenshot-banner li
{
  display: inline;
  margin-right: 2ex;
}

#screenshot-banner img
{
  vertical-align: bottom;
  border: 0;
}

input, textarea, select
{
  border: #AAA 1px solid;
}

input, textarea, option
{
  padding: 2px 5px 2px 5px;
}

.noborder {
  border: 0px;
}

#content #sponsors
{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

#content #sponsors li
{
  text-align: center;
  float: left;
  width: 150px;
  margin: 0 1ex;
}

#content #sponsors li img
{
  display: block;
}

#content ul.downloadbox
{
  overflow: hidden;
  list-style: none;
  margin: 0 2ex;
  padding: 6ex 2ex 4ex 180px;
  border-radius: 1.5ex;
  -webkit-border-radius: 1.5ex;
  -moz-border-radius: 1.5ex;
  background: #C0DBDD 30px 50% no-repeat;
  font-size: 1.7ex;
  display: inline-block;
}

.downloadbox li
{
  width: 32ex;
  float: left;
  padding: 0 0 2ex;
}

.downloadbox li li
{
  width: auto;
  float: none;
  padding: 0;
}


#content pre.command
{
  font-size: 2.25ex;
  border: solid #DDDDDD;
  border-width: 1px 1px 1px 5px;
  background: #F2F5F6;
  padding: 0.5ex 2ex;
}


#content p.note
{
  padding: 1ex 2ex;
  font-size: 1.75ex;
  border: 1px solid #DDDDDD;
  background: #F2F5F6;
}

#content p.warning
{
  padding: 1ex 2ex;
  font-size: 1.75ex;
  border: 1px solid #DDDDDD;
  background: #FF3232;
}

#content ul#resources
{
  list-style: none;
}

#content ul#resources a
{
  padding-left: 20px;
  background: url(http://cdn.tracmor.com/static/images/arrow.png) 0 50% no-repeat;
}

#content ul#resources li
{
  padding-left: 70px;
  margin-bottom: 3.5ex;
}

#content img.smirk
{
  margin: 0 1ex 0 0;
}

form
{
  list-style: none;
  margin: 1ex 0!important;
}

form .field
{
  margin: 0 0 1ex;
  text-align: left;
  overflow: hidden;
}

form .field label
{
  float: left;
  clear: left;
  width: 16ex;
  text-align: right;
  padding: 0 2ex 0 0;
}

form .field input, form .field textarea
{
  margin: 0;
}

form .field textarea
{
  width:42ex;
  height:16ex;
}

.warning {
	color: darkred;
}

.bluelink {
  color: #214478;
  text-decoration:underline;
}

.ticket_heading
{
  color: #FFFFFF;
  background-color: #214478;
  margin: 0;
  padding: 2px 0px 2px 5px;
  font-size:12px;
  font-style:italic;
  font-weight:bold;
  width:600px;
  float:none;
}

.ticket_subject
{
  font-size: 18px;
  color: #214478;
  margin: 0;
  padding: 2px 0 2px 5px;
  font-weight: bold;
  border-left: 1px solid #214478;
  border-bottom: 1px solid #214478;
  border-right: 1px solid #214478;
  width:598px;
  float:none;
}

	/* QDateTimePicker */
	span.datetimepicker { }
		span.datetimepicker select { font: 12px 'Arial', 'Helvetica'; background-color: #eef; border: 1px solid #aaf; }
		span.datetimepicker select:focus { background-color: #fff; border-color: #aaf; }
		span.datetimepicker select.month { width: 55px; }
		span.datetimepicker select.day { width: 45px; margin-left: 8px; }
		span.datetimepicker select.year { width: 60px; margin-left: 8px; }
		span.datetimepicker select.hour { width: 65px; margin-left: 12px; margin-right: 2px; }
		span.datetimepicker select.minute { width: 45px; margin-left: 2px; margin-right: 2px; }
		span.datetimepicker select.second { width: 45px; margin-left: 2px; }

	/* QDataGrid */
	table.datagrid { border: 1px solid #aaa; }
		table.datagrid caption, table.datagrid tfoot { padding-bottom: 4px; overflow: auto; }
			table.datagrid span.left { float: left; font-size: 10px; display: block; }
			table.datagrid span.right { float: right; font-size: 10px; display: block; }
		table.datagrid tr { background-color: #fff; }
			table.datagrid tr.alternate { background-color: #eee; }
		table.datagrid th { background-color: #aaf; padding: 3px 5px 3px 5px; text-align: left; }
			table.datagrid th a { color: #000; text-decoration: none; }
			table.datagrid th a:hover { color: #000; text-decoration: underline;}
		table.datagrid td { padding: 5px; }
			table.datagrid td a { color: #000; }
			table.datagrid td a:hover { color: #000; text-decoration: none; }
		table.datagrid tfoot { border-top: 1px solid #aaf;} 

	/* QPaginator */
	span.paginator { margin: 0; padding: 0; }
		span.paginator span { list-style-type:none; display: inline; padding: 0; margin: 0; }
			span.paginator span.page a { text-decoration: none; color: #000000; padding: 0 3px 0 3px; margin: 0 2px 0 2px;}
			span.paginator span.page a:hover { background-color: #ccf; }
			span.paginator span.arrow { font-weight: bold; color: #ccc; margin: 0; padding: 0 3px 0 3px; }
			span.paginator span.arrow a { font-weight: bold; color: #000; text-decoration: none; }
			span.paginator span.selected { font-weight: bold; background-color: #eee; padding: 0 3px 0 3px; margin: 0 2px 0 2px; border: 1px; border-style: solid; }
			span.paginator span.break { color: #666; margin: 0 5px 0 5px; }
			span.paginator span.ellipsis { color: #666; }