/* GLOBAL RESET */
a { outline:none; }

/* FORMS AND INPUTS */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}

#ContactForm input[type=text] {
	width: 100%;
}

#ContactForm textarea {
	width: 100%;
	font-size: 130%;
}

div.paging {
	margin-bottom: 0.5em;	
}

div.paging div.disabled {
	color: #bbbbbb;
	display: inline;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #ffba02;
	font-size: 130%;
	font-weight: bold;
}
form div {
	clear: both;
	margin-bottom: .2em;
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input {
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	text-align: right;
	/*margin-left: 140px;*/
}
label {
	display: block;
	font-size: 130%;
	padding-right: 20px;
}
input {
	clear: both;
	display: block;
	font-size: 130%;
	font-family: "Trebuchet MS", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}

input[type=text] {
	background:#fffaec none repeat scroll 0%;
	border: 1px solid #666666;
	width: 50%;
}

input[type=password] {
	background:#fffaec none repeat scroll 0%;
	border: 1px solid #666666;
	width: 50%;
}

input[type=image]
{
	/*clear: none;	*/
}

textarea {
	clear: both;
	display: block;
	font-size: 130%;
	font-family: "Trebuchet MS", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	background:#fffaec none repeat scroll 0%;
	border: 1px solid #666666;
}

select {
	clear: both;
	display: block;
	font-size: 130%;
	font-family: "Trebuchet MS", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	background:#fffaec none repeat scroll 0%;
	border: 1px solid #666666;
	width: 100%;
}

select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 130%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin:	4px 6px 4px 0px;
	width: auto;
}

input[type=hidden] {
	display: none;
}

input[type=submit] {
	clear: none;
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-size: 110%;
	vertical-align: bottom;
}

/* Introduction (overview) */

div.introduction {
	font-size: 11px;
	background-color: #222222;
	color: #ffffff;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 3px solid #000000;
	margin-top: 10px;
	margin-bottom: 30px;
}
div.introduction ul {
	margin-top: 14px;
	/*margin-right: 0px;*/
	margin-bottom: 14px;
	/*margin-left: 0px; */
}

div.introduction li {
	color: #ffffff;
}

div.introduction p {
	text-align: justify;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.introduction h1 {
	color: #ffffff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.6em;
	/*text-align:center;*/
}
div.introduction .buttons {
	text-align: right;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
div.introduction .graytext {
	color: #cccccc;
	/*line-height: 1.3em;*/
}

div.introduction strong {
	color: #ffffff	
}

div.introduction img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 20px;
}

/* Notices and Errors */

div.message, div.error-message {
	color: #900;
	font-weight: bold;
	margin: 8px 0px;
	text-align: center;
}

div.error-message {
	clear: both;
}

div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #fff0c9;
	border: 1px solid #ffea87;
	color: #111;
	display: block;
	/*font-size: 1em;*/
	padding: 0.5em;
	margin: 1em 0;
}

span.error {
	background-color: #fff0c9;
	border: 1px solid #ffea87;
	color: #111;
	display: block;
	/*font-size: 1em;*/
	padding: 0.5em;
	margin: 1em 0;
}

span.important-notice {
	background-color: #F7D6D2;
	border: 1px solid #F7A59C;
	color: #111;
	display: block;
	font-size: 12px;
	padding: 0.5em;
	margin: 1em 0;
}

span.date {	
	font-size: 0.9em;
	color: #999;
	display: block;
	margin-top: -0.8em;
	margin-bottom: 14px;
}

div.miniMenu {
	font-size: 0.8em;
	text-align: right;
	margin: -2.8em 0px 1.8em 0px;
	padding: 0px;
}


/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em 1em 0em;
	/*width: 50%;*/
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 12em;
	margin-top: -2em;
	vertical-align: top;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

#flashMessage 
  {
    background:#fec;
    color:#600;
  	text-align: left;
  }


/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #ffc93a;
	text-align: left;
	padding: 2px;
}

th.actions {
	text-align: right;	
}

th a {
	display: block;
	text-decoration: none;
}

th a:hover {
	background-color: #ffde85;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	/*border-right: 1px solid #ccc;*/
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

table tr.featured td {
	background: #fff1cb;
}

td.actions {
	white-space: nowrap;
	text-align: right;
}
td.actions a {
	display: inline;
}

td.centered {
	text-align: center;
	vertical-align: middle;	
}

th.centered {
	text-align: center;	
}

h1 {
	color:#ffba02;
	font-size:1.8em;
}

h2 {
	color:#ffba02;
	font-size:1.5em;
	font-weight:normal;
	height:32px;
	margin: 15px 0pt 5px;
}

img.floating {
	border: none;
	float: left;
	margin-right: 12px;
}

img.floating_right {
	border: none;
	float: right;
	margin-left: 10px;
}


a img {
	border: none;	
}

.feed {
 	margin-left: 3px;
	padding: 0 0 0 19px;
  	background: url("../img/icons/feed14.png") no-repeat 0 50%;
}

h2 a:link, h2 a:visited {
color:#ffba02;
font-weight:normal;
text-decoration:none;
}

h2 a:hover, h2 a:active {
background:transparent none repeat scroll 0%;
border-bottom:1px dotted #ffba02;
color:#333333;
font-weight:normal;
text-decoration:none;
}

h3 {
	color:#FFFFFF;
	float:left;
	font-size:1.2em;
	/*font-weight:bold;*/
	overflow:hidden;
}

h4 {
	color:#ffba02;
	font-size:1.2em;
	height:32px;
	margin: 15px 0pt 5px;
	width:540px;
	font-weight:bold;
	overflow:hidden;
}

h5 {
	color:#ffba02;
	font-size:1.1em;
	font-weight:bold;
	margin-top: 10px;
}

a:link {
	color:#333333;
	/*font-weight:bold;*/
	text-decoration:underline;
}

a:hover, a:active {
	color:#e2a400;
	text-decoration:underline;
}

.groupListingAltRow td {
	background: #f4f2f4;
}

a:link.groupListingLink {
	color:#e2a400;	
}

a:visited.groupListingLink {
	color:#e2a400;	
}

.groupListingOwner {
	
	font-size: 0.9em;		
}
	
.groupListingDescription {
	color:#666666;
	font-size: 0.9em;		
}

.groupListingActions {
	font-size: 0.9em;		
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#container {
	margin:0pt auto;
	text-align:left;
	width:765px;
}

#content {
	overflow: hidden;
	float:left;
	width:610px;
	padding-top: 10px;
	padding-left: 20px;
}

.line {
	margin:20px;
}


#footer p {
color:#999999;
float:left;
font-size:1.1em;
padding:0pt;
}

* html .clearfix {
	height:1%;
}

span.hidden {
display:none;
font-size:2em;
}

#websiteHeading {
	background: transparent url(../img/heading_logo.png) no-repeat;
	margin-top: 10px;
	margin-bottom: 8px;
	height:85px;
	width:900px;
}

#websiteHeading h1 {
	font-size: 8px;
	float:left;
	color:black;
	margin-top: 78px;	
}

#websiteHeadingRight {
background: transparent url(../img/heading_kiosks.png) no-repeat;
margin-top: 22px;
margin-right: 20px;
float: right;
height:50px;
width: 166px;
}

* {
	color:#333333;
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0pt;
}

body {
	background:#FFFFFF url(../img/heading_background.jpg) repeat-x scroll 50% 0pt;
	font-family:Trebuchet MS, Verdana, Arial;
	font-size: 13px;
	margin:0pt;
	padding:0pt;
}

#container {
	margin:0pt auto;
	overflow:hidden;
	width:900px;
}
#footer {
background:#333333 url(../img/footer_background.jpg) repeat-x scroll 50% 0pt;
height:100px;
margin:20px 0pt 0pt;
padding:0pt;
}

#footerContent {
	color:#999999;
	font-size:0.8em;
	height:90px;
	margin:0pt auto;
	padding:0pt;
	width:900px;
}

#footerTxt {
	float:left;
	margin-top:18px;
	margin-left: 15px;
	width:555px;
}
#footerMenu {
	float:right;
	font-size:0.9em;
	margin-top:33px;
	width:320px;
}
#footerMenu a {
	color:#999999;
	text-decoration:none;
	font-weight: bold;
}
#footerMenu a:hover {
	border-bottom:1px dotted #ffba02;
	font-weight: bold;
	color:#FFFFFF;
}
#footerMenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#footerMenu ul li {
	float: right;
	margin: 0pt 2px;
	text-align: center;
}

#menu {
background-image:url(../img/menu_background.jpg);
height:34px;
margin:0pt;
padding:6px 0pt 0pt;
width:900px;
}

#indicator {
	float: right;
	margin-right: 10px;
	margin-top: -3.6em;
}

#menuitems {
	float:left;
	/*width:500px;*/
	width: auto;
	margin-top:3px;
	margin-left: 20px;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: inline;
	width: 100%;
	margin: 0;
}

#menuitems ul li {
	float:left;
	margin: 0;
	padding 0;
	display: inline;
}

#menu a {
	color:#FFFFFF;
	/*font-size:1.1em;*/
	font-weight:normal;
	text-decoration:none;
	display:block;
	width: auto;
	padding:0.1em 1.5em;
}

#menu a:hover {
	color:#ffba02;
	/*font-size:1.1em;*/
	font-weight:normal;
	text-decoration:underline;
}

#menuBlog a {
	color: #ffeebb;
	font-weight: bold;
}

#menuBlog a:hover {
	font-weight: bold;
}

#menuTryIt a {
	color:#ffba02;
	/*font-size:1.1em;*/
	font-weight:normal;
	text-decoration:none;
}

#menuTryIt a:hover {
	color:#ffba02;
	/*font-size:1.1em;*/
	font-weight:normal;
	text-decoration:underline;
}


#menuextra {
	float:right;
	width:215px;
}

#menuextra ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

label.searchLabel {
	display:inline;	
}

input.searchField {
	display:inline;
	margin-top:2px;
	padding:2px;
	width:250px;
}

input.searchButton {
	background-image: url(../img/icons/search.gif);
	display: inline;
	border:0pt none;
	height:32px;
	margin:2px 0pt 0pt;
	padding:0pt;
	width:32px;
	vertical-align: top;
	cursor: pointer;
}

#content {
	float:left;
	width:610px;
}

#sidebar {
	background:transparent url(../img/sidebar_footer.jpg) no-repeat scroll center bottom;
	/*background: transparent;*/
	color:#FFFFFF;
	float:right;
	line-height:2em;
	padding-bottom:8px;
	width:250px;
	overflow: hidden;
}
/*
.sidebarBlock {
	background-image:url(../img/sidebar_background.jpg);
	color: #ffffff;
	padding:1pt 35px;
	width:230px;
	height: 300px;
}
*/

.sidebarContent {
	background-image: url(../img/sidebar_background.jpg);
	color:#FFFFFF;
	padding:1pt 15px;
	width:220px;
	/*margin-bottom: 35px;*/
}

.sidebarContent a {
	color:#FFFFFF;
	font-size:1.0em;
	font-weight:normal;
	text-decoration:none;
}

.sidebarContent a:hover {
	border-bottom:1px dotted #FFFFFF;
	color:#333333;
	font-weight:normal;
}

#uptimeMonitor a:hover {
	color:#333333;
	font-weight:normal;
	border-bottom: none;
}

#facebookBadge {
	text-align:center;	
}

#facebookBadge a:hover {
	color:#333333;
	font-weight:normal;
	border-bottom: none;
}

.sidebarContent b {
	color: #ffffff;
	font-size:1.3em;
	font-weight:normal;
}

span.sidebarText {
	color:#FFFFFF;
	font-size:1em;
}

span.sidebarMenuSmall {
	color:#FFFFFF;
	font-size:0.8em;
	line-height:1.5em;	
	display: block;
	clear: both; 
	margin-left: 20px;
}


span.sidebarMenu {
	color:#FFFFFF;
	font-size:1em;
	display: block;
	clear: both; 
	margin-left: 20px;
}

span.red  {
	color:red;	
}

span.green  {
	color:green;	
}

p.button {
	margin-bottom: 30px;
	padding:0;
}
.button a:link, .button a:visited {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#E19C05; /*url(images/more_bg_hover.png) no-repeat scroll 85% 50%;*/
	color:#FFFFFF;
	/* font-family:Verdana,Arial,Helvetica,sans-serif; */
	font-size:11px;
	padding:0.5em 2em 0.5em 1em;
	text-decoration:none;
	text-transform:uppercase;
}
.button a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E19C05; /* url(images/more_bg.png) no-repeat scroll 85% 50%; */
	color:#FFE2DA;
	text-decoration:none;
}
.button a:active {
	color:#FFFFFF;
	text-decoration:none;
}

a.freshwidget-theme {
	text-decoration: none;
	text-transform: uppercase;  
}
