html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Fieldhouse Styles */

body {
  background-color: #E5E5E5;
  font-family: "Arial","Helvetica","Verdana";
}

#Header {
  height: 40px;
  margin: 0;
  padding: 0px;
  background-color: #FFF;
}

#Header #Top {
  height: 2px;
}

#logo {
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 31%;
  margin-top: 5px;
  padding: 7px 5px 7px 5px;
  text-align: center;
}

#Header h1 {
  float: left;
  font-size: 15pt;
  font-weight: bold;
  color: #000;
}

#Header #Tabs {
  height: 40px;
  background-color: #255FA8;
}

ul#MainTabs, ul#SettingsTabs {
  display: block;
  margin: 0 0 0 5px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}

ul#SettingsTabs {
  float: right;
}

ul#MainTabs li, ul#SettingsTabs li {
  float: left;
  display: inline-block;
  height: 12px;
  margin: 17px 5px 0 2px;
  font-size: 13px;
}

ul#MainTabs a, ul#SettingsTabs a  {
  display: block;
  padding: 5px 10px 5px 10px;
  background-color: #68B04F;
  color: #FFF;  
  text-decoration: none;
  font-weight: bold;
}

ul#SettingsTabs a {
  background-color: #254F82;
  font-weight: normal;
}

ul#SettingsTabs .logout a {
  background-color: transparent;
}

body.ads ul#MainTabs a#ads,
body.channels ul#MainTabs a#channels,
body.widgets ul#MainTabs a#widgets,
body.users ul#SettingsTabs a#users,
body.link_variables ul#SettingsTabs a#link_variables {
  background-color: #EEE;
  color: #000;
}


#Wrapper {
  clear: both;
  margin: 15px 0 20px 20px;
}

.FullWidth {
  width: 92%;
}

.PartialWidth {
  min-width: 750px;
  width: 70%;
}

.MainColumn {
  float: left;
  min-height: 600px;
  background-color: #FFF;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 15px;  
}

.MainColumn table {
  width: 100%;
  font-size: 10pt;
  color: #111;
}

.MainColumn table th {
  padding: 5px;
  font-weight: bold;
}

.MainColumn table td {
  padding: 5px;
}

.SideColumn {
  float: left;
}

.SideColumn h1 {
  margin: 15px 0 0 5px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #000;
  font-size: 12pt;
  font-weight: bold;
}

.SideColumn h2 {
  margin-top: 15px;
  padding: 5px;
  font-size: 10pt;
  font-weight: bold;
}


.normal_page_header {
  margin: -15px -15px 15px -15px;
  background-color: #EDF3FD;
  padding: 5px;
  height: 40px;
  color: #000;
}

.normal_page_header h2 {
  margin: 10px 0 0 10px;
  font-size: 16pt;
  font-weight: bold;
}

.PageActions {
  float: right;
  padding: 10px;
}

.PageActions a {
  color: #255FA8;  
}

.ad_type {
  clear: both;
  margin-bottom: 10px;
}

.ad_type h3 {
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding: 5px;
  color: #444;
}

.ad_type .ads {
  padding: 5px;
}

.ad_type .ad {
  list-style: none;
  display: inline-block;
  width: 225px;
  height: 285px;
  margin: 0 5px 5px 5px;
  border: 1px solid #CCC;
  font-size: 10pt;
  text-align: center;
}

.ad_type .ad .thumbnail {
  display: block;
  width: 200px;
  height: 200px;
  margin: 5px 12px 5px 12px;
  text-align: center;
}

.ad_468x60, .ad_728x90  {
  margin-top: 90px;  
}

.widget_types {
  margin: 25px 0 0 0;
}

.widget_type {
  display: inline-block;
  list-style: none;
  margin: 0 5px 5px 5px;
  border: 1px solid #CCC;
}
.widget_type a {
  display: inline-block;
  width: 225px;
  height: 45px;
  padding: 100px 0 100px 0;
  font-size: 15pt;
  text-align: center; 
  text-decoration: none;
}

.ButtonToAddNew {
  margin: 5px 5px 5px 5px;
  width: 150px;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #FFF;
  padding: 7px;
  color: #68B04F;
  font-size: 11pt;
  font-weight: bold;
}

.Filter li {
  font-size: 12pt;
}

.Filter a:link, .Filter a:visited {
  display: block;
  width: 200px;
  margin: 0 0 3px 0;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  color: #255FA8;  
} 

.Filter a:hover, .Filter a.activeSizeFilter {
  background-color: #666;
  text-decoration: none;
  color: #FFF;  
} 

.form {
  font-size: 10pt;  
}

.form p {
  margin: 15px 0 15px 0; 
  color: #111;
}

.form label {
  display: inline-block;
  margin: 0 0 3px 0;
  padding: 0;
  font-weight: bold;
}

.form .OptionSettings {
  margin: 10px 0 20px 0px;
}

.form h2 {
  margin: 15px 0 15px 0;
  padding-bottom: 5px; 
  font-size: 13pt;
  color: #111;  
  font-weight: bold;
  border-bottom: 1px solid #111;
}

.form fieldset {
  margin: 0 10px 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 10px 10px 10px;
}

.form legend {
	margin: 10px;
  padding: 5px; 
  font-size: 13pt;
  color: #111;  
  font-weight: bold;	
}

#new_widget {
  
}

#new_widget fieldset {
  margin: 0 0 10px 0;
  border: 1px solid #000;
  padding: 0 10px 10px 10px;
}

#new_widget legend {
  font-size: 11pt;
  font-weight: bold;
}

.WidgetCode {
  width: 600px;
  height: 450px;
}

.ColumnarView {
  float: left;
  width: 175px;
  height: 250px;
}

.ColumnarView p {
  margin: 4px;
}

.ColumnarView p.title {
  margin: 0;
  padding: 5px;
  background-color: #255FA8;
  color: #FFF;
  text-align: center;
}

.ColumnarView p.child {
  background-color: #68B04F;
}


.ColumnarView p.detail {
  height: 72px;
  margin: 0;
  padding: 10px;
  background-color: #EDF3FD;
  color: #000;
  font-size: 9pt;
}

.ColumnarView select {
  width: 175px;
  height: 200px;
  margin: 0;
  background-color: #EDF3FD;
}

#Login {
  width: 450px;
  height: 200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #666;
  background-color: #FFF;
  padding: 25px;
}

.flash {
  padding: 15px 0 0 0;
  color: green;
  text-align: center;  
}