body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,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:1.0em;}
a{text-decoration:none;}
 
html
{
	height: 100%;
	margin-bottom: 1px;
}
 
.error
{
	color:red;
}

body
{
	font: 62.5%/1.3em 'Lucida Grande', Verdana, sans-serif;
	color: #000;
	background-color: #FFF;
}
 
table
{
	width: 100%;
}
 
th,td
{
	vertical-align: top; 
	text-align: left;
}
  
#preferences a:focus,
#header a:focus,
.tabs a:focus,
.filters a:focus
{
	outline: none;
}
 
#header
{
	position: relative;
	font-size: 0.9em;
	line-height: 1.0em;
	
	padding: 13px 10px 12px 62px;
	margin-bottom: 18px;
}
 
.mini #header h1,
.display #header h1 a,
.preferences #header h1 a
{
	text-indent: -9999px;
	display: block;
	width: 52px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 7px;
}
 
#header h2
{
	white-space: nowrap;
	overflow: hidden;
}
 
.display #header,
.preferences #header
{
	margin: 0 0px 0px;
}
 
.display #header h1,
.preferences #header h1
{
	width: 4px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}
 
.display #header h1 a,
.preferences #header h1 a
{
	top: -24px;
}
 
#header .panes
{
	position: absolute;
	top: 4px;
	right: 5px;
	line-height: 24px;
	padding: 0 0 0 4px;
	height: 24px;
	overflow: hidden;
}
 
#header .panes div
{
	padding: 0 10px 0 4px;
	float: left;
}
 
.votes
{
	background: #FFF url(/img/thumbs.jpg) top left no-repeat;
}

body.display
{
	padding-top: 53px;
}
  
#header-container
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
 
#header .pages
{
	margin-left: 0;
	float: left;
}
 
#header .pages li
{
	float: left;
	padding: 0 5px 0 6px;
}
 
#header .pages li a,
#header .pages li a:hover
{
	display: block;
}
 
#header .pages li.first-child,
#header .pages li.only-child
{
	padding-left: 7px;
}
 
#header .pages li.last-child,
#header .pages li.only-child
{
	padding-right: 11px;
}
 
.pane h1,
#preferences h1
{
	font: 1.8em/1.0em "Helvetica Neue", Helvetica, Arial;
	padding: 6px 10px 8px;
}
 
.pane h1
{
	cursor: pointer;
}
 
.display .pane,
.display .pane-column
{
	position: relative;
	margin: 0 10px 10px 5px;
	float: left;
	min-width: 340px;
}
 
.display .pane-column
{
	margin-bottom: 0;
}
 
.display .pane-column .pane
{
	float: none;
	width: 100%;
	margin-left: 0;
}
 
.display .pane .footer div
{
	padding-top: 9px;
}
 
.display .pane .content
{
	margin: 0 3px 0 5px;
}
 
.content .content-container
{
	position: relative;
	z-index: 100;
	padding: 2px 4px 0 2px;
}
 
.display table th
{
	padding: 4px 12px 3px 0;
	font-size: 0.6em;
}
 
.display table th.first-child
{
	padding-left: 4px;
}
 
.display table th.last-child
{
	padding-right: 6px;
}
 
.display table th.focus
{
	font-weight: bold;
}
 
.display table th.sort
{
	width: 1%;
	text-align: right;
	white-space: nowrap;
}
 
.display table td
{
	font-size: 0.6em;
	padding: 3px 12px 3px 0;
}
 
.display table td.first-child
{
	padding-left: 4px;
}
 
.display table td.last-child
{
	padding-right: 4px;
}
 
.display table tr.first-child td
{
	padding-top: 6px;
}
 
.display table td.focus
{
	font-size: 0.8em;
}
 
.display table td.focus span
{
	font-size: 0.85em;
}
 
.display table td.sort
{
	text-align: right;
	white-space: nowrap;
	width: 1%;
}
 
.display ul.tabs
{
	position: absolute;
	top: 9px;
	right: 3px;
	padding-right: 2px;
	font-size: 0.9em;
	line-height: 1.0em;
}
 
.display ul.tabs li
{
	float: left;
	margin: 0 -5px;
}
 
.display ul.tabs li a
{
	display: block;
	padding: 5px 10px 16px;
}
 
 
ul.filters
{
	font-size: 1.0em;
	line-height: 1.0em;
	padding: 1px 0 1px 2px;
}
  
ul.filters li
{
	float: left;
	margin: 0 3px 4px 0;
}
 
ul.filters li a
{
	display: block;
	padding: 2px 6px;
}

.news_link,
.event_link,
.job_link,
.comment_link
{
	color: #406D01;
}

#header
{
	border-top: 1px solid #252525;
	background-color: #2E2E2E;
	color: #CCC;
}
 
.mini #header h1,
.display #header h1 a,
.preferences #header h1 a
{
	background: url(http://imgapnastartup.appspot.com/img/loading.gif) top left no-repeat;
}
 
#header a
{
	color: #BCE27F;
}
 
#header a:hover
{
	color: #E9F08F;
}
 
.display #header,
.preferences #header
{
	background: #2E2E2E url(http://imgapnastartup.appspot.com/img/bg-round-bottom-right.gif) bottom right no-repeat;
}
 
.display #header h1,
.preferences #header h1
{
	background: #2E2E2E url(http://imgapnastartup.appspot.com/img/bg-round-bottom-left.gif) bottom right no-repeat;
}
 
#header .panes
{
	background: #3C3C3C url(http://imgapnastartup.appspot.com/img/bg-panes-left.gif) top left no-repeat;
	color: #999;
}
 
#header .panes a:hover
{
	color: #E9F08F;
}
 
#header .pages
{
	background: #3C3C3C url(http://imgapnastartup.appspot.com/img/bg-pages-right.gif) top right no-repeat;
}
 
#header .pages li
{
	background: url(http://imgapnastartup.appspot.com/img/bg-pages-divider.gif) top left no-repeat;
}
 
#header .pages li a,
#header .pages li a:hover
{
	color: #FFF;
}
 
#header .pages li.first-child,
#header .pages li.only-child
{
	background-image: url(http://imgapnastartup.appspot.com/img/bg-pages-left.gif);
}
 
form a
{
	color: #BCE27F;
}
 
form a:hover
{
	color: #E9F08F;
}
 
.pane h1,
#preferences h1
{
	color: #CCC;
	text-shadow: #111 1px 1px 1px;
}
 
.pane
{
	background: #2E2E2E url(/img/bg-round-top-left.gif) top left no-repeat;
}
 
.pane .footer
{
	background: url(/img/bg-pane-bottom-left.gif) bottom left no-repeat;
}
 
.pane .footer div
{
	background: url(http://imgapnastartup.appspot.com/img/bg-pane-bottom-right.gif) bottom right no-repeat;
}
 
.pane .content
{
	background: #FFF url(http://imgapnastartup.appspot.com/img/bg-pane-right.gif) top right repeat-y;
}
 
.display table th
{
	color: #525D43;
	background-color: #CDE9A7;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C3E595;
}
  
.display table th.focus
{
	color: #292F21;
}

.job_table tr:hover td,
.event_table tr:hover td, 
.news_table tr:hover td
{
	background-color: #F2F2F2;
}

.display table td.focus span
{
	color: #999;
}
.display table td.focus span a
{
	color: #777;
}

.display table td.focus span a:hover
{
	color: #3A3417;
}

.display ul.tabs li a
{
	color: #BCE27F;
}
 
.display ul.tabs li.active
{
	background: #FFF url(/img/bg-tab-left.gif) top left no-repeat;
}
 
.display ul.tabs li.active a,
.display ul.tabs li.active a:hover
{
	color: #484848;
	background: url(/img/bg-tab-right.gif) top right no-repeat;
}
ul.filters li a
{
	color: #666;
}
 
ul.filters li a:hover
{
	color: #8ABF43;
}
 
ul.filters li.active
{
	background: url(/img/bg-filter-left.gif) top left no-repeat;
}
 
ul.filters li.active a,
ul.filters li.active a:hover
{
	color: #FFF;
	background: url(/img/bg-filter-right.gif) top right no-repeat;
}

#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:400px; width:600px; background-color:#BCE27F; border:3px solid #ccc;valign='center'}
#simplemodal-container a.modalCloseImg {background:url(http://imgapnastartup.appspot.com/img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

#emailAttendeesContent h1,
#addEventContent h1,
#addJobContent h1,
#addNewsContent h1 
{
	font-size: 20px;
	margin-left: 40%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#emailAttendeesContent label,
#addEventContent label,
#addJobContent label,
#addNewsContent label {
	font-size: 12px;
	margin-left: 10px;	
}

#emailAttendeesContent div,
#addEventContent div,
#addJobContent div,
#addNewsContent div {
/*	dis*/
}

.cnt_disabled {
background:#CCCCCC;
}

/*.cnt_disabled {
background:#FEF1EC none repeat scroll 0 0;
border:1px solid #CD0A0A;
color:#CD0A0A;
}
*/
