@charset "UTF-8";
/* On The City Generic Login Page */

/* Chris Changes */
table.userSearchResult {
width: 100%;
}

table.userSearchResult td.img {
width: 100px;
}

#content label {
margin-top: 10px;
display: block;
}
/* Chris Changes End */


body {
	background: #fff;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 14px;
	text-align: center;	
	padding: 0px;
	margin: 0px;
}

submit_form {
	width:50%;
	border:#000
}



	
#container {
	width: 100%x;
	height:  100%;
	padding:  0px;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 14px;
}

#login_container {
	width:450px;
	margin: 0 auto;
	text-align:left;
}

#user_logo {
	margin-left:-5px;
}
	
#content {
	padding:  100px 25px 23px 0px;
}

#content .login_titles {
	color:#333;
	font-size:16px;
	text-align:left;
}

#content p {
	padding: 20px 0 0 0;
	margin:  0px;
	
}

#content input.big, #content select.big,
#content input#password, #content input#login, #content input#email,#content input#email_confirmation {
	background:  #fff;
	color:#666;
	font-family:"Helvetica Neue", "Helvetica", "Arial", sans-serif;
	letter-spacing:-0.03em;
	width: 450px;
	height: 100%;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 5px 2px 5px 5px;
	margin-top:3px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#content input#password, #content input#login, #content input#email,#content input#email_confirmation {
	font-size: 36px;
}

#content input#password:focus, #content input#login:focus, #content input#email:focus,#content input#email_confirmation:focus {
	background: #f2fbff;
	/*background:  #fff url(/images/login_bg_selected.png) left bottom scroll repeat-x;*/

}

#remember-me {
	color:#666; 
	float:left;
	padding-top:12px;
}

#remember-me input#remember_me {
	margin-left: -1px;
	margin-top:-2px;
}

#remember-me input#assimilate {
	margin-left: -1px;
	margin-top:-2px;
}

.connect {
	color:#00aeef;
	font-weight:bold;
}

#remember-me .styled{
	width: 19px;
	height: 20px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
}

#forgot {
	padding-top: 10px;
	float:right;
	*width:300px;
}

#login_btn {
	width:300px;
	float:right;
	clear:both;
	padding-top:20px;
}

#kiosk_login_btn {
	width:300px;
	float:right;
	padding-top:20px;
}

#forgotlogin {padding-top: 20px;}

.white a, .white a:visited {
	color:  #666;
	text-decoration: none;
	outline: none;
	}

.white a:hover {
	text-decoration: underline;
}

#forgot-password {	
	padding:  10px 20px 40px 20px;
	margin: 100px 0px 0px 70px;
	color: #999;
	text-align: left;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #f2fbff url() no-repeat;
}

#forgot-password input{
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 5px;
	width: 205px;
	color:#666;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float:left;
}
	
#forgot-password .block{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

#forgot-password p {
	padding: 10px 0px 10px 0px;
}

#forgot-password #btn {
	text-align:  right;
	width:125px;
	float:left;
}

#forgot-login {
	padding:  10px 20px 40px 20px;
	margin: 100px 0px 0px 70px;
	color: #999;
	text-align: left;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #f2fbff url() no-repeat;
}

#forgot-login input{
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 5px;
	width: 205px;
	color:#666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float:left;
}

#forgot-login .block{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

#forgot-login p {
	padding: 10px 0px 10px 0px;
}

#forgot-login #btn {
	text-align:  right;
	width:125px;
	float:left;
}

#btn {
	text-align:right;
	margin: 0;
	padding: 0;
}
	
#btn input.submit  {
	background: #F00F;
	height:43px;
	width:116px;
	margin-top: 20px;
	color: #fff;
	font-size: 1.3em;
	border: #fff 1px solid;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
} 

#btn input.submit:hover {
	background: #225A6F;
}

#btn input.submit2  {
	background: #0088BB;
	color: #fff;
	font-size: 1.0em;
	border: #fff 1px solid;
	padding: 6px 5px 5px 5px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
	width: 120px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#btn input.submit2:hover  {
	background: #4CCEFF;	
}

#bumper {
	position: fixed;
	padding-top:40px;
	border-bottom: 2px solid #999;
	background: #FFF9F2;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align:center;
	color: #666;
	font-size: 1.6em;
	z-index:10000;
	*opacity:0.9;
	filter:alpha(opacity:90);
}

#bumper p {
	float: left;
	margin: 0px;
	/*padding: 20px 0 40px 35px;*/
}

#bumper img {
	margin-top:15px;
	margin-bottom:20px;
	border:0;
	
}

#kiosk_trouble {
	color:#666;
	font-size: 11px;
	line-height: 14px;
	
}

#kiosk_trouble a {
	color: #0066cc;
	text-decoration:none;
	
}

#kiosk_trouble a:hover {
	text-decoration:underline;
	
}	



#toolbar {
	height: 25px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}
	
#navholder {
	float:right;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#gmenu_container {width:600px; height:29px; position: relative; z-index:50;}

#menutabs {padding:0px 0px 0px 5px;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#gmenu, #gmenu ul {padding:0; margin:0; list-style-type: none; }

/* Set up the link size, color and borders */
#gmenu a, #gmenu a:visited {
	display:block;
	width:130px; 
	font-size:14px; 
	color:#fff; 
	height:29px; 
	line-height:30px; 
	text-decoration:none; 
	text-indent: 5px; 
	padding-left: 5px;
	}

/* Set up the sub level borders */
#gmenu li ul li a, #gmenu li ul li a:visited {border-width:1px 1px 1px 1px; font-size:12px; background:#000;}
#gmenu li a.enclose, #gmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#gmenu li {float:left; background:#2f2f2f; margin-right: 7px; }
#gmenu li.active {float:left; background:#e4e4e4; }
#gmenu li.active > a, #gmenu li.active > a:visited { color:#000;}
#gmenu li.dropactive > a, #gmenu li.dropactive > a:visited { color:#000;}

/* For Non-IE browsers and IE7 */
#gmenu li:hover {position:relative;}

/* Make the hovered list color persist */
#gmenu li:hover > a {background: #000; color:#e4c02e;}

#gmenu .active:hover > a:visited {background: #000; color:#e4c02e;}
#gmenu .dropactive:hover > a:visited {background: #000; color:#e4c02e;}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#gmenu li ul {display:none;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#gmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:-11px; left:80px; 
	padding:13px 30px 30px 30px;
	background:transparent url(/images/toolbar/transparent.gif); 
	width:120px;
	 }

/* Position the first sub level beneath the top level links */
#gmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#gmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #gmenu li a:hover {position:relative; background:#dfd7ca; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#gmenu li a:active, #gmenu li a:focus {background:#000; color:#fff;}

/* Set up the pointers for the sub level indication */
#gmenu li.fly {background:#2f2f2f url(/images/drop_arrow.gif) no-repeat right center;}
#gmenu li.drop {background:#2f2f2f url(/images/drop_arrow.gif) no-repeat right center;}
#gmenu li.dropactive {background:#e4e4e4 url(/images/drop_arrow.gif) no-repeat right center;}

#gmenu .drop li a {
	border-bottom: 1px solid #303030;
	}
#gmenu .dropactive li a {
	border-bottom: 1px solid #303030;
	}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #gmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(../transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#gmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#gmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#gmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#gmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#gmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; left:-31px; top:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#gmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#gmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#gmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#gmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like *


/*---------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS Â© COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+-------------------------------------------------*/


/*-------------------------------------------+
|                                            |
|                   BASICS                   |
|                                            |
+-------------------------------------------*/

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
	margin:0; 
	padding:0;
	font-size: 100%;
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
em {
	font-style:italic;
}
a { outline: none; }
/*---------- END RESET ----------*/


/*BASIC LAYOUT
-------------------------------------------------------- */
#site_container {
	margin: 1em;
}

h2 {
	border-bottom: 1px solid #eee;
}

.right {
	float:right;
}

.left {
	float:left;
}

hr {
	height:1px;
	border: 1px solid #eee;
}


/*-------------------------------------------+
|                                            |
|                  UTILITIES                 |
|                                            |
+-------------------------------------------*/
.spaceafter { 
	margin-bottom:1em;
	}

.spacebefore {
	margin-top:1em;
	}
.nopad { padding: 0; }
.relative { position: relative; }
.absolute { position: absolute; }
.borderbottom { border-bottom: 1px solid #eee; }
.bordertop { border-top: 1px solid #eee; }
.noborder { border: 0 !important; }
.anchortop { vertical-align: top; margin-top: 0; }
.anchorbottom { vertical-align: bottom; margin-bottom: 0; }
.round { 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	 
}
.absolute_bottom_right { 
	position: absolute;
	bottom: 0; 
	right: 0; 
}
.absolute_bottom_left { 
	position: absolute;
	bottom: 0; 
	left: 0; 
}
.absolute_top_right { 
	position: absolute;
	top: 0; 
	right: 0; 
}
.absolute_top_left { 
	position: absolute;
	top: 0; 
	left: 0; 
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* end clearfix hack */

.spacebelow {
	margin-bottom:8px;
}

.spaceabove {
	margin-top:8px;
}

.spaceright {
	margin-right:8px;
}
.spaceleft {
	margin-left:8px;
}

.block {
	display:block;
}

/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-right:2em;
	margin-top:0.3em;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:1.8em;
	margin-left:2em;
	margin-top:0.3em;
}

.padded_border {
	padding:2px;
	border:1px solid #ccc;
}


/*-------------------------------------------+
|                                            |
|                 TYPE STYLES                |
|                                            |
+-------------------------------------------*/

html{
	font-size:100%;
	min-height:101%;
}
body{
	font-family:'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size:62.5%; /* this makes all em measurements in metric: 1.0 em = 10 px */
	text-align:left;
}

small {
	font-size:1em;
}

.medium-size { 
	font-size: 1.2em; 
}

.medium-large-size {
	font-size: 1.6em;
}

form .label_large, .label_large{
	font-size:1.4em;
}

.form_field{
	font-size:1.1em;
}

.form_field_large{
	font-size:1.3em;
}


/*NAVIGATION
-------------------------------------------------------- */
#nav li{
	font-size:18px;	
}
#nav .subsection li{
	font-size: 14px;
}

a {
	color: #0066cc;
	text-decoration: none;
	}
a.fragment, a.fragment:hover, a.fragment:link, a.fragment:visited, a.fragment:active {
	text-decoration:none;
	}
a span.nounder, a:link span.nounder, a:visited span.nounder, a:active span.nounder, a:hover span.nounder {
	text-decoration:none;
	}
a:active span.under, a:hover span.under {
	text-decoration:underline;
	}

/*PARAGRAPHS
-------------------------------------------------------- */

.generic p {
	font-size:1.2em;
	line-height:1.25em;
	margin-bottom:1.25em;
}

.halfline p {
	font-size:1.2em;
	line-height:1.25em;
	margin-bottom:.625em;
}

.subtext p {
	line-height:1.36364em;
	margin-bottom:0.68182em;
}

/*STATUS
-------------------------------------------------------- */
.status p{
	font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-style: italic;
	line-height:1.25em;
	text-align:right;
}
.status_large p{
	font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
	font-size: 1.8em;
	font-style: italic;
	line-height:1.25em;
	text-align:left;
	padding: 0.33333em 0 0.125em 0;	
}
.status_reply p{
	font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
	font-size: 1.4em;
	font-style: italic;
	line-height:1.25em;
	text-align:left;
}


/*HEADINGS
-------------------------------------------------------- */
h1{
	font-size:3.2em;
	font-weight:lighter;
	line-height:1em;
	letter-spacing: -0.05em;
}

h2, h3{
	font-size:2.4em;
	line-height:1.25em; /* 3.0em total */
	letter-spacing: -0.025em;
	padding: 0 0 .625em; /* adds 15px before keyline*/	
}

h2 {
	padding-top: .8em;
}

h2 small { 
	font-size:.5em;
	letter-spacing: 0; 
}

h3.graph{
	font-size:2.4em;
	line-height:1.25em; /* 3.0em total */
	letter-spacing: -0.025em;
	padding: 0;	
}

h4{
	font-size:1.8em;
	line-height:1.66667em; /* 3.0em total */
	letter-spacing: -0.03em;
	padding: 0 0 .33333em;		
}
h4 small { 
	font-size:.66667em;
	letter-spacing: 0; 
}
h5{
	font-size:1.4em;
	line-height:2.1429em; /* 3.0em total */
}

/*LISTS
-------------------------------------------------------- */
.hotlist li{
	font-size:1.8em;
	line-height:1.66667em; /* 3.0em total */
	letter-spacing: -0.03em;
	padding: 0 0 .33333em;
}

/*SPECIAL CLASSES
-------------------------------------------------------- */
.news_item_text{
	font-size:1.6em;
	line-height:1.25em;
}
.news_item_context{
	font-size:1.2em;
	line-height:1.25em;
}

.stamp{
	font-size: 1.1em;
	line-height: 1.2em;
}

.subtext{
	font-size:1.1em;
	line-height:1.36364em;
}

.regtext{
	font-size:1.2em;
	line-height:1.25em;
}

.step_number{
	font-size:7.2em;
	line-height:1em;
	letter-spacing:-0.05em;
	position:relative;
	top:-0.13889em;
	margin: 0 0.13889em 0 0;
	width: 35px;
}

.btn_go, .btn_stop, .btn_neutral{
	font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
	text-align: center;
	vertical-align: top;
}




/*LINKS
-------------------------------------------------------- */
a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:2em;
	margin-left:0;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}

span.plus { position:relative; top:-1px;}



/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
/*ul{
	margin-bottom:1.8em;
	list-style:square inside;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}*/
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/


/*

	"I could eat a knob at night"
		-	Karl Pilkington

*/

/*-------------------------------------------+
|                                            |
|                   COLORS                   |
|                                            |
+-------------------------------------------*/

/*BASIC COLORS
-------------------------------------------------------- */

body{
	color:#777;
	background-color:#fff;
}

a {
	color:#0066ee;
}

hr {
	color: #eee;
	background-color: #eee;
}

/* for testing elements */
.test_bg {
	background:blue;
}


/*NAVIGATION COLORS
-------------------------------------------------------- */
#nav {
	color:#555;
}
#subnav a{
	color:#a6a6a6;
	background-color:#fff;
}
#nav a {
	color:#777;
}

#nav a:hover, #subnav a:hover {
	color:#555;
}
#nav .activesection, #nav .activesection ul, #nav .activesection ul li, #nav .activescreen ul {
	background-color:#ececec;
}

#nav .activesection ul li.activescreen {
	background-color: #fff;
}

 #nav .activesection a{
	color:#555;
}
#nav .activesection a:hover {
	color:#222;
}
#nav .activescreen {
	color:#222;
}
#nav .activescreen a:hover, #subnav .activescreen a:hover {
	color:#000;
}

#nav ul {
	background-color:#ddd;
}

/*TEXT COLORS
-------------------------------------------------------- */
.white{
	color:#fff;
}
.ultra_light{
	color:#eee;
}
.light{
	color:#ccc;	
}
.medium_light{
	color:#999;
}
.medium{
	color:#777;	
}
.medium_dark{
	color:#555;	
}
.ultra_dark{
	color:#222;	
}
.black{
	color:#000;
}
.blue {
	color:#3D68B1;
}
.red, .red a, a.red {
	color:#BF311A;
}
.green{
	color:#8a8d09;
}
.linkblue {
	color:#0066ee;
}

/*BACKGROUND COLORS
-------------------------------------------------------- */
.bg_white {
	background-color:#fff;
}
.bg_ultra_light{
	background-color:#eee;
}
.bg_light{
	background-color:#ccc;
}
.bg_medium_light{
	background-color:#999;
}
.bg_medium{
	background-color:#777;
}
.bg_medium_dark{
	background-color:#555;
}
.bg_ultra_dark{
	background-color:#222;	
}
.bg_black{
	background-color:#000;
}
.bg_red{
	background-color:#bf311a;
}
.bg_green{
	background-color:#8a8d09;
}
.bg_blue{
	background-color:#5d87a1;
}
.bg_orange{
	background-color:#d48230;
}

.list_item_bg_odd {
	background:#fff;
}

.list_item_bg_even {
	background:#f8f8f8;
}

/*ELEMENT COLORS
-------------------------------------------------------- */
.btn_go{
	color: #fff;
	background-color:#333;
}
.btn_stop{
	color: #fff;
	background-color:#bf311a;
}
.btn_neutral{
	color: #fff;
	background-color:#5d87a1;
}

a.btn_go, a.btn_stop, a.btn_neutral {
	color: #fff;
}

a.btn_go:hover{
	color: #fff;
	background-color:#666a00;
}
a.btn_stop:hover{
	color: #fff;
	background-color:#98200b;
}
a.btn_neutral:hover{
	color: #fff;
	background-color:#45687d;
}
.form_div{
	background-color: #f0f0f0;
}

.form_field{
	outline-color:-moz-use-text-color;
	color:#222;
}

.form_field:focus{
	background-color: #f2fbff;
}

.form_field_large{
	outline-color:-moz-use-text-color;
	color:#222;
}

.form_field_large:focus{
	background-color: #f2fbff;
}

/*MISC COLORS
-------------------------------------------------------- */
a.delete-link { color: #BF311A; }


/*-------------------------------------------+
|                                            |
|                    GRID                    |
|                                            |
+-------------------------------------------*/

/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
/*.generic{
	border-top:0.5em solid #666;
	float:left;
	padding-top:1em;
	margin-bottom:2em;
}*/
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}

/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 108px */
.onezeroeight{
	width:9em;
	margin-right:1.8em;
}
/* for the partial column right of the nav */
.oneninetyeight{
    width:19.8em;
    margin-right:1.8em;
}
/* 207px */
.twozeroseven{
	width:20.7em;
	margin-right:1.8em;
}
/* 315px */
.threefifteen{
	width:31.5em;
	margin-right:1.8em;
}
/* 369px */
.threesixtynine{
	width:36.9em;
	margin-right:1.8em;
}
/* 423px */
.fourtwentythree{
	width:42.3em;
	margin-right:1.8em;
}
/* 531px */
.fivethirtyone{
	width:53.1em;
	margin-right:1.8em;
}
/* 541px This breaks the grid but is needed is some places because of padding issues, etc.. So there. */
.fivefortyone{
	width:541px;
	margin-right: 18px;
}
/* 639px */
.sixthirtynine{
	width:63.9em;
	margin-right:1.8em;
}
/* 747px */
.sevenfortyseven{
	width:74.7em;
	margin-right:1.8em;
}
/* 855px */
.eightfiftyfive{
	width:85.5em;
	margin-right:1.8em;
}
/* 963px */
.ninesixtythree{
	width:96.3em;
	margin-right:1.8em;
}

table tbody tr td { 
	width:auto; 
	vertical-align:middle;
}

th { 
	width:auto; 
	vertical-align:middle;
	font-family:"Arial Black", Gadget, sans-serif;
}

table tfoot tr td { 
	width:auto; 
	vertical-align:middle;
}

.four_in_sixthirtynine {
	width:63.9em;
}
table.four_in_fivethirtyone { width: 541px; }
.form_div.fivethirtyone { width: 521px; }

.four_in_fivethirtyone { width: 531px; }
.two_in_fivethirtyone { width:53.1em; }
		
table.four_in_sixthirtynine td.desc,
table.two_in_fivethirtyone td.desc,
table.two_in_fourtwentythree td.desc  { 
	width:9.2em;
}

table.four_in_sixthirtynine td.fields { 
	width:19.6em; 
}

table.two_in_fivethirtyone td.fields { 
	width:43.9em; 
	}
	table.two_in_fivethirtyone td.fields.with_autocomplete { 
		background-color:#ccc; 
		}
table.two_in_fourtwentythree td.with_autocomplete.fields { 
	width: 40.2em;
}
table.two_in_fourtwentythree td.fields {
	width: 14.3em;
}

ul.subnav, 
ul.tabbed_nav,
ul.ipe_tabs { 
	display:block;
	vertical-align:baseline;
	font-size:1.2em;
	}
	ul.tabbed_nav,
	ul.subnav {
		border-bottom: solid 1px #ddd;
	}
	
	ul.ipe_tabs {
		padding:.6em .6em .6em 1.8em;
		text-align:left;
		}
	ul.subnav { 
		text-align:right;
		padding:.6em 1.8em .5em .6em;
		text-align:right;
		}

ul.subnav li,
ul.tabbed_nav li,
ul.ipe_tabs li {
	display:inline;
	}

ul.subnav li a,
ul.tabbed_nav li a,
ul.ipe_tabs li a {
	background:#fff; 
	margin: 0 0 0 .125em;
	padding:.6em 1em .6em 1em; 
	position:relative;
	bottom:1px;
	color: #ccc;
	}
	ul.subnav li a,
	ul.tabbed_nav li a {
		border:solid 1px #ddd;
		}
	ul.ipe_tabs li a {
		border:solid 1px #ccc;
		}
		
ul.subnav li a.tabon,
ul.ipe_tabs li a.tabon,
ul.tabbed_nav li a.tabon {
	background:#fff; 
	border-bottom:solid 1px #fff;
	color: #222;
	}

ul.tabbed_nav {
	padding:.4em .4em .4em 1em;
	text-align:left;
	}
	ul.tabbed_nav li a { 
		bottom: 0; 
		border-bottom: 0; 
		padding: .4em 1em;
		}
	ul.tabbed_nav li a.tabon { border-bottom: 0; }

/*-------------------------------------------+
|                                            |
|                   FORMS                    |
|                                            |
+-------------------------------------------*/


/*GENERAL FORM STYLES
-------------------------------------------------------- */
select {
	font-family:Hevetica Neue, Helvetica, Arial, sans-serif;
	border:solid 1px #bbb; 
	color:#555; 
	background-color:#fff;
	background-image:none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
fieldset { margin: 0; padding: 0; }
form label{
	margin: 0 .5em 0 0;
}
form .label_large{
	margin: 0 .4em 0 0;
}
.form_div{
	border: 0 solid;
	background-image: url(/images/angled_line_bg.png);
	background-repeat: repeat;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
}

.form_checkbox{
		font-size:1.1em;
		line-height: 1.81818em;
		margin: 0 0 .8em 0;
}
.form_checkbox input{
		margin: 0 .5em 0 0;
}

.form_radio{
		font-size:1.1em;
		line-height: 1.81818em;
		margin: 0 0 .8em 0;
}
.form_radio input{
		margin: 0 .5em 0 0;
}

.form_field{
	margin: 0 0 .8em 0;
	height: 1.81818em;
	width: 16.36363em;
	border: .1em solid #ccc;
	/*padding: .2em 0 0 .5em;*/
	outline-style:none;
	outline-width:0;	
}

.form_field_45px{
	margin: 0 0 .8em 0;
	height: 1.81818em;
	width: 5.45454333em;
	border: .1em solid #ccc;
	padding: .2em 0 0 .5em;
	outline-style:none;
	outline-width:0;	
}

.form_field_large{
	margin: 0 0 .625em 0;
	height: 1.5em;
	border: .1em solid #ccc;
	outline-style:none;
	outline-width:0;	
	font-weight: bold;
}

.two_in_fivethirtyone input.date { 
	width: 16.2em;
	margin-right:-.4em; 
	}
.two_in_fivethirtyone div.auto_complete_strip { 
	background: url(/images/icon_point_to_results.gif) no-repeat left;
	display:inline-block; 
	width:21.9em; 
	background-color:#ccc;
	margin: 0; 
	padding: 0.75em; 
	}
.two_in_fivethirtyone .date_feedback { margin-left:2em; }

/* ID Named Form Field Specs
-------------------------------------------------------- */
#account_role_title {
	display:none;
}

#fund_pledge_description, 
#user_input_pledge_date,
 {
	width:17.4em;
	}
#batch_batch_state { 
	width: 17.7em;
	}

#fund_group_id,
#fund_fund_state,
#fund_pledge_type,
#fund_pledge_state { 
	width: 17.7em;
	}

#user_input_batch_date {
		width:16.4em;
	}

#donation_fund_id, 
#donation_batch_id, 
#donation_donation_state {
	max-width:200px; 
	width:160px;
	}
	
#user_campus_id {
	width: 11.1em;
}
#user_primary_phone,
#user_secondary_phone { 
	width: 8em;}
	
	
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location{
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}

/*FOR STYLESHEET
-------------------------------------------------------- */
#test_form{
	width:30em;
}
.assoc_form{
	width:45.5em;
	float:right;
	margin: 0 0 .3em 0;
}
.assoc_form textarea{
	width:45.5em;
	border: .1em solid #ccc;
	padding: .2em 0 0 .5em;
	outline-style:none;
	outline-width:0;
	margin: 0 0 .9em 0;
}
#assoc_procedural{
	width:52.2em;
	padding: .9em 1.8em .9em 1.8em;
	/*position:relative;*/
	float:left;
	}
	
/* USER SEARCH FORM */
/*table.autocomplete {
	margin: 1em .9em;
	float: left; 	
}*/
	table.autocomplete .desc {
		padding-left: .9em; 
		width: 9.3em;
	}
	table.autocomplete .fields { 
		width: 16.6em;
		padding-right: 1.3em;
		background-image: url(/images/icon_point_to_results.gif);
		background-repeat: no-repeat;
		background-position: right 4px;
		z-index: 1;
	}
		table.autocomplete .fields input {
			top: 0;
			width: 16.6em;
		}
	table.autocomplete .results {
		width: 20.3em;
	}
	table.autocomplete .results #searchresults {
		padding: .25em;
		z-index: 101;
		width: 18.9em;
		top: 1.33em;
	}
		table.autocomplete .results #searchresults a {
			color: #777777;
			padding: .3em 1em;
			display: block; 
		}
		table.autocomplete .results #searchresults a:hover {
			background: #fff;
			text-decoration: none; 
		}
/* @end USER SEARCH FORM */

/* SPECIFIC TABLE/FIELDSET STYLES */
#create_new_group { padding: 1em .9em; }
#group_time_zone { width: 16em; }
#group_description,
#group_external_description { 
	width: 98%; 
	height: 7em; 
	font-size: 1.2em;
}
#group_target_size { width: 5em; }
#group_address_attributes__city { width: 12.7em; }
#group_address_attributes__state { width: 3em; }
#group_address_attributes__zipcode { width: 4.5em; }
#group_address_attributes__street { width: 32.3em; }
#group_address_attributes__privacy_setting { width: 12.3em; padding: .35em; }

#group_advanced_settings td { padding: .5em 1.5em; }
#role_title { 
	padding: .25em .15em .15em; 
	border-color: #ccc;
}

#user_primary_phone_type,
#user_secondary_phone_type  { margin-right: .5em; padding: .4em; }

#donation_pledge_fund_id { width: 18.1em; }
#donor_statement_campus { width: 17.3em; }

#donations_report_amount_type,
#donations_report_campus,
#giving_report_type,
#giving_report_campus { width: 17.1em; }
#offline_user_campus_id,
#process_task_parent_task_id,
#process_task_phase_id,
#process_task_task_type { width: 15.8em; } 

#process_task_question_set_id,
#process_task_completion_action,
#process_task_completion_mode,
#process_task_assign_type { width: 20em; }

#process_task_escalation_reasons,
#process_task_approval_reasons { width: 50em;}

table.process_tasks td { background: #eee; padding: .5em 0;  text-align: left; vertical-align: top;}
	table.process_tasks .secondary td { background: #fff; padding: 0; }
	table.process_tasks td.order { width: 1.5em; padding-left: .5em; font-weight: bold; }
	table.process_tasks .secondary td.order { text-align: right; width: 2em; padding-left: 0; font-weight: normal; }
	table.process_tasks td.title { width: 20em; font-weight: bold; font-size: 1.1em; }
	table.process_tasks .secondary td.title { width: 21em; padding-left: 1em; font-weight: normal; font-size: 1em; }
	table.process_tasks td.type { width: 12em; font-weight: bold; font-size: 1.1em; }
	table.process_tasks .secondary td.type { font-weight: normal; font-size: 1em; width: 13em; }
	
#newer_member_process table.process_tasks .secondary td.title { width: 31.25em; }
#person_task_list_content table.process_tasks .secondary td.title { padding-left: .5em; }
	
#process_definition_start_template,
#process_task_escalation_reasons,
#process_task_approval_reasons,
#process_definition_not_started_promotion,
#process_definition_inprocess_promotion,
#process_definition_complete_promotion { width: 50em; }

select#process_people_phase,
select#process_report_campus {
	border: solid 1px #aaa;
	padding:.5em;
	background:#fff;
	font-size:1.1em;
	color:#333;
	}
/* @end SPECIFIC TABLE STYLES */

.btn_go, .btn_stop, .btn_neutral, input.btn_go, input.btn_stop, input.btn_neutral {
	font-size:12px;
	border: 0 solid;
	background-image: url(/images/angled_line_bg_dark.png);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0 0 0 7px;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	cursor:pointer;
}
a.btn_go, a.btn_stop, a.btn_neutral {
	display:inline-block;
	text-decoration:none;
	margin: 0 0 0 7px;
	padding: 4px 12px;
	
}
.btn_first { /*removes margin on leftmost button, if necessary*/
	margin:0;
}

.search_form_wrapper .btn_go{
	font-size:11px;
	height: 20px;
	padding:0 9px;
}

form input {
	font-family:'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
}

.end{
	margin-left:0 !important;
	margin-right:0 !important;
}