/* --------------------------------------------------------------   reset.css   * Resets default browser CSS.-------------------------------------------------------------- */html { 	margin:0; 	padding:0; 	border:0; }body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, nav, section {  margin: 0;  padding: 0;  border: 0;  font-weight: inherit;  font-style: inherit;  font-family: inherit;  vertical-align: baseline;}/* This helps to make newer HTML5 elements behave like DIVs in older browers */ article, aside, dialog, figure, footer, header,hgroup, nav, section {    display:block;}/* Line-height should always be unitless! */body {  line-height: 1.5;  background: white; }/* Tables still need 'cellspacing="0"' in the markup. */table { 	border-collapse: separate; 	border-spacing: 0; }/* float:none prevents the span-x classes from breaking table-cell display */caption, th, td { 	text-align: left; 	font-weight: normal; 	float:none !important; }table, th, td { 	vertical-align: middle; }/* Remove possible quote marks (") from <q>, <blockquote>. */blockquote:before, blockquote:after, q:before, q:after { content: ''; }blockquote, q { quotes: "" ""; }/* Remove annoying border on linked images. */a img { border: none; }/* Remember to define your own focus styles! */:focus { outline: 0; }body 
{
  margin: 0 auto;
  font-size: 1em;
  font-family: Helvetica, Verdana, sans-serif;
  padding: 0;
  text-align: left;
  color: #202a08;
  background-color: #444;
  line-height: 1.5em;
  max-width: 1440px;
  min-width: 550px;
}

#sitebody
{
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* head */
   
.bar {
	padding: 0 5px; 
	display: block;
	clear: both;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
    line-height: 1em;
    vertical-align: baseline;
}

.bar ul {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}	

.bar ul li {
	float: left;
	margin: 0 0; 
}   

.bar a, .bar a:hover {
	padding: 8px 5px; 
	text-decoration: none;
	display: inline-block;
	font-size: .85em;
}
   
.head {
}   
   
.head, .head a
{
  background: #0cac00;
  color: #145a10;
}

.head a:hover 
{
   color: white;
}

.head #psi
{
  padding: 3px 8px 3px 20px;
  margin: 5px 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-right: 2px solid rgba(50,50,50,.2);
}

.head #psi:hover
{
  color: white;
}

.head ul {
	float: right;
}

.groups {
	border-top: 1px solid #ddd;
}

.groups, .groups a {
	background-color: #cc8200;
	color: #543603;
}

.groups a:hover {
	color: white;
}

.groups a, .groups a:hover {
	font-size: .95em;
	padding: 10px;
}

.groups li.selected a {
	background-color:  #f2f5e9;
}

.groups li.selected a:hover {
	color: #744b04;
}

/* search */

.search
{
  display: inline-block;
  padding: 1px 0;
}

.search form
{
  margin: 0; padding: 4px 0px;
}

.search input
{
  border: 1px solid #DDD;
  margin: 0;
}

.search input#q
{
  width: 100px;
  background: rgba(200,200,200,.5);
  padding: 2px 3px;
  margin: 0;
  border: 0;
  font-size: 1.2em;
  color: #222;
  vertical-align: top;
}

.search input#go
{
  background: rgba(200,200,200,.5);
  border: 0;
  padding: 3px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}

/* quotes */

.quote {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
}

.quotee {
	padding: 0 0 20px 0;
	font-family: Georgia, Times, serif;
	text-align: right;
	font-size: 1em;
	font-style: italic;
}

.trlink {
	float: right;
	background-color: #e5e5e5;
	color: #222;
	font-weight: normal;
	font-family: Helvetica, Verdana, sans-serif;
}
	
.afterthought {
	border-top: 3px double grey;
	padding: 30px 0px 0;
	margin-top: 50px;
	font-size: 1.5em;
	opacity: .3;
	line-height: 1.8em;
}

/* flash */

.flash {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 28%;
	z-index: 100;
	max-width: 400px;
	min-width: 200px;
}

.flash.g
{
	top: 46px;
}

.flash .flash_bubble input {
	width: 100%;
	display: block;
}

.flash a 
{
	color: #efefef;
	text-decoration: underline;
}

.flash_bubble
{
	padding: 12px 30px 12px 20px;
	font-size: 100%;
	font-weight: 500;
	text-align: left;	
	line-height: 1.5em;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 2px solid #eee;
	min-height: 3em;
	box-shadow: 0px 0px 10px #333;
	color: #eee;
	background: #666;
	margin-bottom: 10px;
	position: relative;
}

.flash_bubble .close
{
	position: absolute;
	top: 8px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/icons/other/round_delete_icon&16.png') no-repeat top right;
}


.flash_message
{
	padding-left: 52px;
	background: #666 url('../images/icons/other/info_icon&32.png') no-repeat 10px 12px;
}

.flash_error 
{
	padding-left: 52px;
	background: #666 url('../images/icons/other/attention_icon&32.png') no-repeat 10px 12px;
}

/* site */

#site
{
  clear: both;
  background: #f2f5e9 url('../images/bg.jpg') no-repeat top right;
  margin: 0;
  position: relative;
  font-size: .8em;
  z-index: 10;
}

#content 
{
  margin: 0;
  padding: 20px 30px 20px;
  position: relative;  
  display: block;
  z-index: 1;
}

#back
{
	padding: 10px 0 0 30px;
}

#back a
{
	color: #444;
	font-size: .9em;
	z-index: 5;
	padding-left: 24px;
	background: transparent url('../images/icons/nav/arrow_back.png') no-repeat left center;
}

#maintitle 
{
  margin: 0;
  padding: 10px 30px 0;
  overflow: hidden;
  
  /*border-bottom: 1px solid #e5e5e5;*/
}

#maintitle h1
{
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 4em;
	font-weight: bold;
}

/* foot */

.foot
{
  background: #444;
  position: relative;
  color: #aaa;
  font-size: .78em;
  padding: 20px 30px;
  text-transform: none;
  border-top: 3px solid #999;
  z-index: 100;
}

.foot h3 {
	color: #f0f0f0;
}

.foot p, .foot h3
{
  margin-right: 40px;
   line-height: 1.9em;
}

.foot a 
{
  color: #ccc
}

.foot div.part
{
  width: 33%;
  float: left;
}

.foot > div > div > div
{
  padding: 0 20px;	
}

/*************************************************************
 * HTML ELEMENTS
 * ALL
 * General styling of vaious html-elements
 ************************************************************/

/* 
 * HEADINGS AND PARAGRAPHS
 */

h1, h2, h3 {color: #222; line-height: 1.5em}
h4 {font-weight: bold}
p {margin: .4em 0 .8em; line-height: 1.4em}
emph { color: green; }
hr {border: solid #aaa; border-width: 1px 0 0 0}
h1 span { font-weight: normal; font-size: .5em; font-variant: normal; text-transform: none}
h2 span { font-weight: normal; font-size: .6em; font-variant: normal; text-transform: none}
h3 span {}
ul {list-style-position: inside; }
ol {list-style-position: outside; margin: 3px 20px;}
ul.items {list-style-type: none; margin: 0; padding: 0}


/* 
 * LINKS AND ANCHORS
 */

a { color: green; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: none}

/* HIGHLIGHTING */

::-moz-selection{
	background: #d64532;
	color: #FFFFFF;
} 

::selection {
	background: #d64532;
	color: #ffffff;
}

/* 
 * .VISUALCLEAR
 * Handy element for clearing all floats. Used for positioning only 
 */
 
/* clearfix */
 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
  
.clearfix {
	display: inline-block;
}
  
html[xmlns] .clearfix {
	display: block;
}
  
* html .clearfix {
	height: 1%;
}/* --------------------------------- *\ 		FLUID GRID\* --------------------------------- */.grid {width: 100%;max-width: 1440px;min-width: 755px;margin: 0 auto;overflow: hidden;}.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {margin-right: 3.8%;float: left;min-height: 1px;}.grid .onecol {width: 4.85%;}.grid .twocol {width: 13.45%;}.grid .threecol {width: 22.05%;}.grid .fourcol {width: 30.75%;}.grid .fivecol {width: 39.45%;}.grid .sixcol {width: 48%;}.grid .sevencol {width: 56.75%;}.grid .eightcol {width: 65.4%;}.grid .ninecol {width: 74.05%;}.grid .tencol {width: 82.7%;}.grid .elevencol {width: 91.35%;}.grid .twelvecol {width: 100%;float: left;}.grid .last {margin-right: 0px;}.grid img, .grid object, .grid embed, .grid textarea {max-width: 100%;}.grid img {	height: auto;}/* Smaller screens */@media only screen and (max-width: 1023px) {	body {	/*font-size: 0.8em;*/	line-height: 1.5em;	}		}/* Mobile */@media handheld, only screen and (max-width: 1024px) {		html #content .gmargin {		margin-right: 0; !important	}		div#gmeta {		display: none;	}}@media handheld, only screen and (max-width: 767px) {		.grid {	width: 100%;	min-width: 0;	margin-left: 0px;	margin-right: 0px;	padding-left: 0px;	padding-right: 0px;	}		.grid .onecol, .grid .twocol, .grid .threecol, .grid .fourcol, .grid .fivecol, .grid .sixcol, .grid .sevencol, .grid .eightcol, .grid .ninecol, .grid .tencol, .grid .elevencol, .grid .twelvecol {	width: auto;	float: none;	margin-left: 0px;	margin-right: 0px;	padding-left: 0px;	padding-right: 0px;	}}.element {	overflow: hidden;	padding: 0 4px;	margin-bottom: 10px;}.element .element_title {	background-color: rgba(200,200,200,.2);	font-weight: bold;	color: grey;	padding: 2px 4px;	margin: 0 -4px 10px;}	/* --------------------------------- *\ 		3 COLUMNS\* --------------------------------- */.threecols{	/* position */	position: relative;}.threecols-main{	/* box model */	margin-right: 460px;}.threecols-side{	/* position */	position: absolute;	right: 0;	top: 0;	/* box model */	width: 460px;}.threecols-side-col1{	/* position */	position: absolute; 	top: 0;	left: 230px;		/* box model */	width: 210px;}.threecols-side-col2{	/* position */	position: absolute;	top: 0;	left: 0;		/* box model */	width: 210px;}/* --------------------------------- *\ 		2 COLUMNS\* --------------------------------- */.twocols {		/* position */	position: relative;}.twocols-main{	/* box model */	margin-right: 230px;}.twocols-side{	/* position */	position: absolute;	right: 0;	top: 0;			/* box-model */	width: 210px;	}a.file,
a.file[href$='.txt'], a.file[href$='.odt'], a.file[href$='.pdf'], a.file[href$='.doc'], a.file[href$='.docx'], a.file[href$='.xls'], a.file[href$='.xlsx'], a.file[href$='.ppt'],
a.file[href$='.mp3'],
a.file[href$='.png'], a.file[href$='.jpg'], a.file[href$='.jpeg'], a.file[href$='.gif'],
a.file[href$='.zip'], a.file[href$='.tar.gz'], a.file[href$='.rar'],
a.file[href$='.cpp'], a.file[href$='.rb']
{
  display:inline-block;
  padding-left:20px;
  line-height:20px;
  background:transparent none center left no-repeat;
}

a.file { background-image: url('../images/icons/micro/page_white.png') }
a.file[href$='.txt'] { background-image:  url('../images/icons/micro/page_white_text.png') }
a.file[href$='.odt'] { background-image: url('../images/icons/micro/openoffice.png') }
a.file[href$='.pdf'] { background-image: url('../images/icons/micro/page_white_acrobat.png') }
a.file[href$='.doc'], a.file[href$='.docx'] { background-image: url('../images/icons/micro/page_white_word.png') }
a.file[href$='.xls'], a.file[href$='.xlsx']{ background-image:  url('../images/icons/micro/page_white_excel.png') }
a.file[href$='.ppt'] {background-image: url('../images/icons/micro/page_white_powerpoint.png')}
a.file[href$='.mp3'] { background-image:  url('../images/icons/micro/music.png') }
a.file[href$='.png'], a.file[href$='.jpg'], a.file[href$='.jpeg'], a.file[href$='.gif'] { background-image:  url('../images/icons/micro/image.png') }
a.file[href$='.zip'], a.file[href$='.tar.gz'], a.file[href$='.rar'] { background-image:  url('../images/icons/micro/page_white_compressed.png') }
a.file[href$='.cpp'] { background-image: url('../images/icons/micro/page_white_cplusplus.png') }
a.file[href$='.rb'] { background-image: url('../images/icons/micro/page_white_ruby.png') }

.ics {
  display:inline-block;
  padding-left:16px;
  line-height:20px;
  background:transparent url('../images/icons/micro/ics.gif') center left no-repeat;
}

a.edit {
  display: inline-block;
  padding-left:20px;
  line-height:20px;
  background: transparent url('../images/cc/black/png/doc_edit_icon&16.png') center left no-repeat;
  opacity: .5;
  color: #222;
  font-weight: bold;
  font-size: 10pt;
}

a.edit:hover {
	opacity: 1;
	color: #222;
}	

a.delete {
  display: inline-block;
  height: 26px;
  padding: 0 5px 0 22px;
  overflow: hidden;
  background: transparent url('../images/cc/black/png/delete_icon&16.png') 3px center no-repeat;
  color: #222;
}

a.delete:hover {
	background-color: rgba(0,0,0,0.2)
}	

a.imageclick {
	display: inline-block;
	overflow: hidden;
	padding: 0;
}

a.imageclick img {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
}

a.imageclick:hover img {
  background-color: rgba(0,0,0,0.2)
}


a.event {
  display:inline-block;
  padding-left:20px;
  line-height:20px;
  background:transparent url('../images/icons/micro/date.png') center left no-repeat;
}

a.user {
  display:inline-block;
  padding-left: 18px;
  background:transparent url('../images/icons/micro/user.png') left center no-repeat;
  text-transform: capitalize;	
  opacity: 0.8;
}

a.user:hover
{
  background:transparent url('../images/icons/micro/user_go.png') left center no-repeat;
}

a.group 
{
  padding-left: 18px;
  background:transparent url('../images/icons/micro/group.png') left center no-repeat;
}

a.gallery
{
  padding-left: 18px;
  background:transparent url('../images/icons/micro/group.png') left center no-repeat;
}

/* MICRO ICONS CLASSES */

a.watch, a.move, a.group
{
  display:inline-block;
  background:transparent none 5px center no-repeat;
}

a.watch { background-image: url('../images/icons/micro/eye.png') }
a.move { background-image: url('../images/icons/micro/page_white_go.png') }
a.group { background-image: url('../images/icons/micro/group.png') }


/* MICRO ICONS CLASSES */

.watch
{
  display:inline-block;
  padding-left: 20px;
  background:transparent none center left no-repeat;
}

.watch { background-image: url('../images/icons/micro/eye.png') }


li.app_wiki_licon, li.app_calendar_licon, li.app_gallery_licon, li.app_polls_licon, li.app_admin_licon, li.app_group_licon
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style-type: none;
}

li.app_wiki_licon
{
	background-image: url('../images/icons/apps/wiki_t.png');	
}

li.app_calendar_licon
{
	background-image: url('../images/icons/apps/calendar_t.png');	
}

li.app_gallery_licon
{
	background-image: url('../images/icons/apps/galleries_t.png');	
}

li.app_polls_licon
{
	background-image: url('../images/icons/apps/polls_t.png');	
}

li.app_admin_licon
{
	background-image: url('../images/icons/apps/admin_t.png');	
}

li.app_group_licon
{
	background-image: url('../images/icons/apps/group_t.png');	
}

/* 64x64 */

.unknown_64
	{	background-image: url('../images/icons/mimes/64x64/unknown.png') }

html body .pdf_64 
	{ background-image: url('../images/icons/mimes/64x64/pdf.png'); }

html body .wma_64, html body .mp4_64, html body .mpeg_64, html body .mpeg2_64, html body .mpg_64
 	{ background-image: url('../images/icons/mimes/64x64/video_mpeg.png'); }

html body .txt_64
	{ background-image: url('../images/icons/mimes/64x64/txt.png'); }

html body .doc_64, html body .docx_64
	{ background-image: url('../images/icons/mimes/64x64/application_vnd.ms_word.png'); }

html body .xls_64, html body .xlsx_64, html body .xl_64, html body . xla_64, html body .xlm_64, html body .xls_64, html body .xlt_64
	{ background-image: url('../images/icons/mimes/64x64/application_vnd.ms_excel.png'); }

html body .ppt_64
	{ background-image: url('../images/icons/mimes/64x64/application_vnd.ms_powerpoint.png'); }
	
html body .odt_64
	{ background-image: url('../images/icons/mimes/64x64/document.png'); }

html body .ods_64
	{ background-image: url('../images/icons/mimes/64x64/spreadsheet.png'); }

html body .odp_64
	{ background-image: url('../images/icons/mimes/64x64/presentation.png'); }
	
html body .zip_64, html body .gz_64, html body .bz_64
	{ background-image: url('../images/icons/mimes/64x64/application_zip.png'); }

html body .java_64
	{ background-image: url('../images/icons/mimes/64x64/source_java.png'); }

html body .c_64
	{ background-image: url('../images/icons/mimes/64x64/source_c.png'); }

html body .cpp_64
	{ background-image: url('../images/icons/mimes/64x64/source_cpp.png'); }

html body .php_64
	{ background-image: url('../images/icons/mimes/64x64/source_php.png'); }

html body .tex_64
	{ background-image: url('../images/icons/mimes/64x64/tex.png'); }
	
html body .mp3_64 , html body .wav_64
	{ background-image: url('../images/icons/mimes/64x64/audio_mpeg.png'); }

html body .ps_64
	{ background-image: url('../images/icons/mimes/64x64/postscript.png'); }

/*************************************************************
 * CLASSES
 * COMMON
 * Classes used often across site for styling common elements such as forms, tables.
 ************************************************************/

/*
 * WIKI STYLE
 */

.texted
{
	line-height: 1.5em;
	/*background-color: #f0f0f0;*/
	/*color: #222;*/
}

.texted p { margin: 5px 0 12px; padding: 0; line-height: 1.5em}
.texted p:first-child { margin-top: 0}

/* headings */

.texted h1, .texted h2, .texted h3
{
	/*color: #222;*/
}

.texted h1
{
	border-bottom: 1px solid #bbb;
	padding-bottom: 2px;
	margin-bottom: .1em;
	display: block;
	font-size: 2em;
	line-height: 1.2em;
}

.texted h2
{
	border-bottom: 1px solid #bbb;
	padding-bottom: .17em;
	padding-top: .5em;
	margin-bottom: .6em;
	display: block;
	font-weight: normal;
	font-size: 1.7em
}

.texted h3
{
	font-size: 140%;
	font-weight: 600;
	margin-top: 18px;
	margin-bottom: 8px;
}

.texted em
{
	font-style: italic;
}

/* list */

#site .texted ul 
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
	list-style-position: outside;
}

.texted ul li
{
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1.5em;
}

.texted dl
{
	margin-left: 15px;
}

.texted dt {
	font-weight: bolder;
	margin-left: 0;
	margin-top: 10px;
}

.texted dd {
	margin-left: 20px;
}


/* pre */

.texted pre
{
	font-size: 125%;
	font-family:"Courier New",Courier,mono;
	color: #00cc00;	
	font-weight: bold;
	white-space: pre;
	overflow: none; 
	max-width: 100%;
	/*overflow-y:  auto;*/
	padding: 10px 15px;
	background: #222;
	border: 1px 1px 0px 1px solid #ccc;
	display: block;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.texted tt
{
	font-size: 110%;
	font-family: "Courier New",Courier,mono;
	color: black;
	font-weight: bold;
}

/* blockquote */

.texted blockquote
{
	padding: 0 20px 0 45px;
	margin: 10px 1px 10px 1px;
	background: transparent url('../images/icons/other/quote.gif')	 left -10px no-repeat;
	font-family: Times, Times New Roman, serif;
	font-size: 140%;
	font-style: italic;
}

.texted blockquote div > p:first-child
{
	margin-top: 0;
	padding-top: 0;
}

.texted blockquote div > p:last-child
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.texted blockquote .quote
{
	display: block;
	text-align: right;
	padding: 2px 50px 5px 0px;
	font-style: italic
}

/* table */

.texted table
{
	border-collapse: collapse; 
	border: auto;
}

.texted table td, .texted table th
{
	padding: 2px 4px;
	vertical-align: top;
}

/* a.image */

a.image, div.image { display: inline-block;}

img.image {display: block}

.image img {margin: 0; padding: 0px; border: 1px solid #ddd; box-shadow: 0px 0px 8px #ccc}

a.image:hover img { box-shadow: 0px 0px 8px #888 }

.image_frame {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: rgba(0,0,0,.04);
	display: inline-block;
}

.image_caption {
	padding: 1px;
}

.image_frame .image img,.image_frame a.image:hover img { box-shadow: none; }


/*
 * Markitup editor
 */
 
.markItUpHeader a
{
	background-position: center center;
}

#site .markItUpHeader ul .markItUpSeparator
{
	margin-top: 3px;
}

#markItUpMarkItUp
{
	background-color: #f0f0f0;
}

/* 
 * UL.USERS
 * Styling list of users
 */

ul.users
{
  list-style-type: none;
  font-size: 7pt;
  width: 180px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

ul.users li
{
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
}

ul.users li a
{
	width: 50px;
	height: 50px;
	background-position: center center;
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.users li span
{
	width: 50px;
	display: block;
	overflow: hidden;
}

ul.users li.admin
{
  border: 2px solid green;
}

ul.users img 
{
  border: 0;
}

/* 
 * TABLE.INFO
 * displaying information as rows
 */

/* -------------------------------*\
		G Template
\* ------------------------------- */

#user_picture, #user_info {	position: relative; }
#user_picture {margin: 4px 0; text-align: center; }
#user_picture img {margin: 0 auto}

/* 
 * TABLE.FORM
 * displaying of form nicely
 */

table.form
{
  border-spacing: 10px
}

table.form 
{
	text-align: left;
}

table.form tr > td:first-child
{
  text-align: right;
  vertical-align: top;
}

table.form p
{
	text-align: left;
}

table.form tr > td:first-child label
{
  font-weight: bold;
}

table.form .error
{
  color: red;
  
}

table.form th
{
  padding: 10px 5px 2px 5px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 120%;
  margin-top: 10px;
}

/* -------------------------------*\
		USER / GROUP LOG 
\* ------------------------------- */
 
ul.log
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

ul.log li
{
	border-bottom: 1px solid #e5e5e5;
	padding: 7px;
}

ul.log .ago
{
	color: #808080;
	font-size: 80%;
}

/* -------------------------------*\
		TABS MENU
\* ------------------------------- */

div.tabs
{
	/*border-bottom: 1px solid #aaa;*/
	margin-bottom: 0;
	vertical-align: middle;
}

div.tabs h1
{
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 4em;
	font-weight: bold;
}

div.tabs ul
{
	list-style-type: none;
	margin: 0 0 0 0; padding: 0 0 1.3em 0;
	vertical-align: bottom;
	display: inline-block;
}

div.tabs li
{
	padding: 0 2px 5px 0;
	display: inline-block;
	float: left;
}

div.tabs li a
{
	display: inline-block;
	padding: 3px 11px;
	margin: 0;
	background: transparent;
	color: #888;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

div.tabs li a:hover
{
	color: black;
	text-decoration: none;
}

div.tabs li.selected a
{
	background: #373737; /*transparent url('../images/layout/back.png');*/
	/*color: black;*/
	border: solid  #aaa;
	border-width: 1px 1px 0;
	color: white
}

/* -------------------------------*\
		DISPLAY USER LINK
\* ------------------------------- */

a.user_link
{
	display: block;
	width: 220px;
}

div.user
{
	font-size: 90%;
	overflow: hidden;
	padding: 4px 6px;
	display: block;
}

div.user .user_picture, div.user .user_name, div.user .user_info { float: left; }

div.user .user_picture
{
	width: 60px;
	height: 60px;	
	border: 1px solid #bbb;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #555;
}

a div.user .user_name, a div.user .user_info
{
	margin-left: 10px;
	float: left;
	display: inline;
	width: 130px;
	overflow: hidden;
	font-weight: bold;
	color: #007700;
}

a div.user .user_info h1
{
	font-size: 100%;
	border-bottom: 1px solid green;
	margin: 0;
	padding: 0 1px 4px 1px;
	display: block;	
	font-weight: bold;
	color: #003300;
}

a div.user .user_info p
{
	font-size: 100%;
	margin: 0;
	padding: 4px 1px 4px 1px;
	font-weight: normal;
	color: #006600;
}

.user_thumbnail
{
	width: 50px;
	height: 50px;	
	border: 1px solid #bbb;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}

.user_micronail
{
	width: 28px;
	height: 28px;
	display: inline-block;
	background-position: center center;
}


/*
 * comments
 */
 
.comment 
{
	position: relative;
}

.comment_user
{
	width: 35px;
	height: 35px;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.comment_body 
{
	margin-left: 40px;
}

.comment_meta
{
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1;
}

.comment_text
{
	padding: 2px 0;
	position: relative;
}
 
div.comments
{
	padding: 3px 0px;
	margin-top: 5x;
	font-size: 90%;
} 
 
.comment_text > p:first-child
{
	margin-top: 0;
} 

.comment_text .comment_edit 
{
	float: right;
	padding: 0;
	margin: 0;
	width: 16px;
	height: 17px;
	opacity: .3;
}


/* -------------------------------*\
		AUXILLIARY
\* ------------------------------- */

div.border 
{
	border: 2px solid #ccc;
	padding: 7px;
	border-radius: 10px 0 10px 0;
}

div.float
{
	padding: 5px 10px 5px 0;
	float: left;
	display: inline;
}

.right {float: right; margin: 0 0 10px 10px}

.left {float: left; margin: 0 10px 10px}

.quiet { color: #666666; }

.loud { color: #111111; }

.error { display: inline-block; padding: .1em .8em; margin: .5em 0; border: 2px solid #dddddd; background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.error a { color: #8a1f11; }

.notice { padding: .8em; margin-bottom: 1em; border: 2px solid #dddddd; background: #fff6bf; color: #514721; border-color: #ffd324; }
.notice a { color: #514721; text-decoration: underline}

.success { padding: .8em; margin-bottom: 1em; border: 2px solid #dddddd; background: #e6efc2; color: #264409; border-color: #c6d880; }
.success a { color: #264409; }

.hide { display: none; }
.more { display: none; }

.highlight { background: yellow; }

.added { background: #006600; color: white; }

.removed { background: #990000; color: white; }

small { font-size: 80%; }

/* -------------------------------*\
		FORMS
\* ------------------------------- */

form label { font-weight: bold; }
form fieldset { padding: 0px; display: block; margin: 10px 1px}
form legend { font-weight: bold; font-size: 1.2em; }
form input.text, form input.title, form input[type=text], form input[type=password] { margin: 0.5em 0; background-color: #fff; padding: 5px; }
form input.title { font-size: 1.5em; }
form input[type=checkbox], form input.checkbox, form input[type=radio], form input.radio { position: relative; top: 0.25em; }
form textarea { margin: 0.5em 0; padding: 5px; }
form select { margin: 0.5em 0; }
form input.text, form input.password, form input.title, form textarea, form select { border: 1px solid #bbbbbb; }
form input.text:focus, form input.password:focus, form input.title:focus, form textarea:focus, form select:focus { border: 1px solid #666666; }
form input.text, form input.password, form input.title { width: 300px; max-width: 90%}
form textarea { display: block }
form textarea.minor { width: 100%; max-width: 500px; height: 100px }
form fieldset textarea { width: 90%; min-height: 8em}

table td, table th { vertical-align: top; }

/* -------------------------------*\
		BUTTONS
\* ------------------------------- */

.button { -moz-background-clip: border; -moz-background-inline-policy: continuous; -moz-background-origin: padding; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -moz-border-radius: 5px 5px 5px 5px ; -khtml-border-radius: 5px 5px 5px 5px ; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); background: #222222 url(../images/layout/overlay-button.png) repeat-x scroll 0 0; border-top: 0; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.25); color: #FFFFFF !important; cursor: pointer; display: inline-block; font-weight: bold; line-height: 1; overflow: visible; padding: 4px 10px 5px; position: relative; text-decoration: none; width: auto; }
.button:hover { background-color: #111111; color: #FFFFFF; }
.button:active { top: 1px; }

.small.button { font-size: 11px; }
.normal.button {font-size: 12px; padding: 6px 19px 7px; }
.large.button { font-size: 14px; padding: 8px 19px 9px; }

.green.button { background-color: #91BD09; }
.green.button:hover { background-color: #749A02; }

.blue.button { background-color: #2DAEBF; }
.blue.button:hover { background-color: #007D9A; }

.red.button { background-color: #E33100; }
.red.button:hover { background-color: #872300; }

.magenta.button { background-color: #A9014B; }
.magenta.button:hover { background-color: #630030; }

.orange.button { background-color: #FF5C00; }
.orange.button:hover { background-color: #D45500; }

.orangellow.button { background-color: #FFB515; }
.orangellow.button:hover { background-color: #FC9200; }

.white.button { background-color: #FFFFFF; color: #666666 !important; font-weight: normal; text-shadow: 0 1px 1px #FFFFFF; }
.white.button:hover { background-color: #EEEEEE; }

.secondary.button { background-color: #CCCCCC; color: #555555 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }
.secondary.button:hover { background-color: #BBBBBB; color: #444444 !important; }

/* -------------------------------*\
		Download button
\* ------------------------------- */

.download {
	padding: 5px 12px 5px 30px;
	background: rgba(200,200,200,.3) url('../images/icons/other/download_icon&16.png') no-repeat 10px center;
	color: #777;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid rgba(200,200,200,.4)
}

.download:hover {
	background-color:  rgba(200,200,200,.8);
	color: black;
	text-decoration: none;
	border: 1px solid rgba(200,200,200,1)
}
/* 
 * .notched
 * displaying of form nicely
 */

.notched {
  display:block; /* a must */
  border: solid #b4ca91;
  border-width: 0 1px; /* left and right borders only */
  text-decoration: none;
  outline:none; /* so as not to distract from the effect */
  background: #c9e2a2;
}

.notched b {
  display: block; /* another must */
  position:relative; /* because the child elements are positioned */
  top: -1px; /* drag it up a little, creates the top notches */
  left: 0;
  border: solid #b4ca91;
  border-width:1px 0 0; /* top border only */
  font-weight:normal;
}

.notched b b {
  border-width:0 0 1px; /* bottom border only */
  top: 2px; /* pushed down a little to create the bottom notches */
}

.notched b b b { /* i don't think three-deep tag is even necessary */
  top:-1px;
  padding: 1px 6px;
  border-width: 0;
}

.notched h2, .notched p
{
	color: #222;
}

a.notched:hover
{
	background-color: #daf5b0;
	color: black;
	text-decoration: none;
}

a.notched:hover, a.notched:hover b {
  border-color: #c9e2a2;
}



/* JS TRIGGER */

.trigger
{
	cursor: pointer;
}

.triggered 
{
	display: none;
	border: 1px solid #c1c1c1;
	background: white;	
	max-width: 300px;
	position: absolute;
	padding: 3px 6px;
	margin: -4px -7px;
}


/* AJAX */

div#blacken
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	z-index: 100;
	opacity: 0.6;
}

div#ajaxviewer
{
	overflow: auto;
	display: block;
	
	position: fixed;
	z-index: 120;
	
	background: white;
	
	padding: 10px;
	font-size: 80%;
	
	border: 2px solid #c1c1c1;
}

div#ajaxviewer > div
{
	padding: 10px;
}

#ajaxremove
{
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	
	background: transparent url('../images/icons/micro/cross.png') no-repeat center center;
	width: 20px;
	height: 20px;
	display: inline-block;
}

/* -------------------------------*\
		GROUP LIST 
\* ------------------------------- */

a.group_link
{
	width: 220px;
}

div.group
{
	font-size: 90%;
	overflow: hidden;
	padding: 4px 6px;
}

div.group .group_logo, div.group .group_info
{
	float: left;
	display: block;
}

div.group .group_logo
{
	width: 60px;
	height: 60px;	
	border: 1px solid #ceeabf;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

div.group .group_info
{
	margin-left: 10px;
	float: left;
	display: inline;
	width: 130px;
	height: 60px;
	overflow: hidden;
	color: #007700;
}

.group .group_info h2
{
	font-size: 120%; font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
}

.group .group_info p.description
{
	padding: 0; margin:0;
	color: black;
}

.group .group_info h2 span
{
	font-weight: normal;
	font-size: 80%;
	margin: 2px 0 2px 15px;
}

.group .group_info h2 span a
{
	padding: 2px 5px;
	color: black;
	background: #b9e292;
}

.group .group_info h2 span a:hover
{
	text-decoration: none;	
	background: green;
	color: white;
}

/* -------------------------------*\
		G Template
\* ------------------------------- */

#ghead /* group header image */
{ 
	display: block;
	background-repeat: repeat-x;
}

.gmargin { margin-right: 215px; }

#gmaintitle /* gmaintitle for group front page */
{
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 20px 0px 5px;
  font-size: 2em;
  font-weight: bold;
}

#gmeta /* group meta info */
{
	display: inline-block;
	padding: 5px 30px 20px 20px;
	border-left: 2px dotted #dedede;
	margin-top: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	width: 180px;
	overflow: hidden;
	max-height: 100%;
}

#gmeta > a.logo
{
	display: block;
	width: 170px;
	height: 170px;		
	background-position: left center;
	background-repeat: no-repeat;
}

#gcategory { font-weight: bold; margin-bottom: -10px; font-size: 120%; color: #aaa }

ul#gmenu { float: left; }

ul#gmenu > li.selected a { color: #222; }

ul#gmenu ul { display: none; }

ul#gmenu a { display: block; }

ul#gmenu > li > a
{
  padding: 10px 10px 10px 28px;
  background-repeat: no-repeat;
}

li.app_wiki.selected a:hover, li.app_wiki a { background-image: url('../images/icons/apps/sprite.png'); background-position: 8px -56px;}
li.app_wiki a:hover { background-image: url('../images/icons/apps/white/sprite.png'); }

li.app_calendar.selected a:hover, li.app_calendar a { background-image: url('../images/icons/apps/sprite.png'); background-position: 8px -120px;}
li.app_calendar a:hover { background-image: url('../images/icons/apps/white/sprite.png'); }

li.app_gallery.selected a:hover, li.app_gallery a { background-image: url('../images/icons/apps/sprite.png'); background-position: 8px -152px;}
li.app_gallery a:hover { background-image: url('../images/icons/apps/white/sprite.png'); }

li.app_polls.selected a:hover, li.app_polls a { background-image: url('../images/icons/apps/sprite.png'); background-position: 8px -88px;}
li.app_polls a:hover { background-image: url('../images/icons/apps/white/sprite.png'); }

li.app_admin.selected a:hover, li.app_admin a { background-image: url('../images/icons/apps/sprite.png'); background-position: 8px -184px;}
li.app_admin a:hover { background-image: url('../images/icons/apps/white/sprite.png'); }

li.app_group.selected a:hover, li.app_group a { background-image: url('../images/icons/apps/sprite.png'); background-position: 8px 8px}
li.app_group a:hover { background-image: url('../images/icons/apps/white/sprite.png'); }

li.app_news.selected a:hover, li.app_news a { background-image: url('../images/icons/apps/sprite.png'); background-position: 8px -24px}
li.app_news a:hover { background-image: url('../images/icons/apps/white/sprite.png'); }

.join {
	padding: 5px 10px 5px 34px;
	display: block;
	border-radius: 10px;
	color: #333;
	font-size: 20pt;
	font-weight: bold;
	margin: 10px 0;
	background: transparent url('../images/cc/black/png/round_plus_icon&24.png') no-repeat 5px center;
	opacity: .5;
}

.join:hover {
	text-decoration: none;
	opacity: 1;
}

#gback
{
	color: #444;
	font-size: .9em;
	z-index: 5;
	padding-left: 24px;
	background: transparent url('../images/icons/nav/arrow_back.png') no-repeat left center;
}

#gback a { color: #444; }

#gtitle { z-index: 5; }

#gtitle h1 a, #gtitle h1 { color: #FF6600; line-height: 1.3}

#gtitle > .visualclear { background: white; }

#gcontent
{
  padding: 0px 5px 30px;
  min-height: 300px;
}

#gfoot
{
	padding-top: 2px;
	padding-bottom: 30px;
	display: block;
	text-align: right;
}

#breadcrumbs { float: left; }

/* ------------------------------------*\
		Access Control list styling
\* ----------------------------------- */


#acl
{
	padding: 0px;
	display: inline;
	font-size: 0%;
	float: right;
}

#acl ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: help;
	float: left;
	border: 1px solid #ccc;
}

#acl ul li
{
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	padding: 0;
	float: left;
}

#acl_edit_icon
{
	height: 20px;
	width: 20px;
	background: transparent url('../images/icons/micro/key.png') center center no-repeat;
	display: inline-block;
	margin-left: 10px;
}

.acl
{
	height: 20px;
	width: 20px;
	background-color: white;
	background-repeat: no-repeat;
	display: block;
	cursor: help;
	margin: 0;
}

.acl:hover { background-color: #e5e5e5;}

.acl_all { background-image: url('../images/icons/acl/sprite.png'); background-position: 4px 6px;	}

.acl_users { background-image: url('../images/icons/acl/sprite.png'); background-position: 4px -10px;	}

.acl_members { background-image: url('../images/icons/acl/sprite.png'); background-position: 4px -28px;	}
 
.acl_admins { background-image: url('../images/icons/acl/sprite.png'); background-position: 4px -44px;	}/*************************************************************
 * APPLICATION
 * calendar
 *  styling the calendar
 *************************************************************/

/* Current events */

.cevent
{
  /*margin-bottom: 18px;*/
  padding: 4px;
  /*background: rgba(255,255,255,0.5);*/
  /*border-bottom: 1px dotted rgba(0,0,0,0.3);*/
  margin-bottom: 10px;
  position: relative;
  min-height: 80px;
}

.cevent .edit { float: right; }

.cevent .date
{
	padding: 8px;
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: .8;
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(0,0,0,0.05);
	/*background: transparent url('../images/layout/transpwhite.png'); */
}

.cevent .date .day
{
	font-size: 2em;
	font-weight: bold;
	color: red;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.cevent .date .month
{
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	line-height: 1.2em;
}

.cevent .info
{
	margin-left: 58px;
	overflow: hidden;
}

.cevent .info .title 
{
	margin: 0 0 7px 0;
	padding: 0;
}

.cevent .info .title a
{
    color: #222;
    text-decoration: underline;
}

.cevent .info .title a:hover
{
    color: black;
}

.cevent .info .url
{
	display: none;
}

.cevent .info .location
{
	font-size: 1em;
	line-height: 1.4em;
	padding: 5px 0;
}

.cevent .info .summary
{
	font-size: .9em;
	line-height: 1.4em;
	opacity: .95;
}

/* -------------------------------*\
		SMALL EVENTS
\* ------------------------------- */

.vevent
{
  /*margin-bottom: 18px;*/
  padding-bottom: 1px;
  /*background: rgba(255,255,255,0.5);*/
  border-bottom: 1px dotted rgba(0,0,0,0.3);
  margin-bottom: 0px;
  cursor: pointer;
}

.vcal_date
{
	font-weight: bolder; 
	font-size: 90%;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 2px;
	padding: 0 4px 0px;	
	margin-top: 15px;
	text-transform: uppercase;
	color:  rgba(0,100,0,0.7);;
	/*background: rgba(0,0,0,.1);*/
	/*background: transparent url('../images/layout/transpwhite.png'); */
}

.vevent .time
{
	font-weight: 500;
}

.vevent .info
{
	font-size: 82%;
	overflow: hidden;
	padding: 2px 3px;
	line-height: 1.45em;
}

.vevent .info .title 
{
	font-weight: bold;
}

.vevent .info .title a
{
    color: #222;
    text-decoration: underline;
}

/* -------------------------------*\
		CALENDARS & COLORS
\* ------------------------------- */

.calendar_color {
	width: 1.2em;
	height: 1.2em;
	border-radius: 2px;
	display: inline-block;
	border: 1px solid #bdb;
	vertical-align: top;
}

.color1
{
  background: #FFFF88;
}

.color3
{
  background: #6BBA70;
}

.color2
{
  background: #CDEB8B;
}/*************************************************************
 * APPLICATION
 * wiki
 * styling the wiki
 ************************************************************/

/*
 * VIEWING
 */

.app_news_body
{
	font-size: 100%;
	max-width: 600px;
}

.app_news_body table td { vertical-align: top; }

.app_news_body ul li
{
	padding-top: 2px;
	padding-bottom: 2px;
/*	margin-top: 10px;
	padding-bottom: 10px; */
}

/*
 * LIST
 */

ul.news_entries
{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	max-width: 600px;
}

ul.news_entries > li
{
	font-size: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}

ul.news_entries > li > h1
{
	font-size: 230%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.news_meta
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 10px 0px;
	color: #aaa;
}

ul.news_entries > li li
{
	list-style-position: outside;
	margin-left: 30px;
	padding: 2px 0;
}
 
/*
 * EDITING
 */

div.app_news_content form.news table { width: 100%; }

div.app_news_content form.news table tr > td:first-child { overflow: hidden; }

div.app_news_content form.news table tr > td:first-child { width: 80px; }

div.app_news_content form.news textarea.body
{
  display: block;
  width: 98%;
  height: 500px;
  margin: 0 auto;
}

/*
 * REVISIONS
 */

div.app_news_content .revision 
{
  border: 1px solid gray;
  background: #e5e5e5;
  padding: 15px;
  color: #222;
}

div.app_news_content .revision h1, div.app_news_content .revision h2, div.app_news_content .revision h3, div.app_news_content .revision h4 
{
	color: #222;
}

.app_news_content table.revisions
{
  border-spacing: 4px;
}

.app_news_content table.revisions td
{
  padding: 4px 10px 0 0;
  vertical-align: top;
}

.app_news_content table.revisions td.note div
{
	width: 300px
}

/*
 * ATTACHMENTS
 */
 
.app_news_content .attachment
{
	display: inline-block;
	padding: 0px;
	border: 8px solid #aaa;
	margin: 14px 8px;
	overflow: hidden;
	background: white;
}

.app_news_content .attachment p
{
	margin: 0;
	padding: 2px;
	width: 140px;
	background-color: #e5e5e5;
}

div.app_news_content .attachment a.icon
{
	display: block;
	height: 80px;
	width: 140px;
	background-position: center center;
	background-repeat: no-repeat;	
}

div.app_news_content .attachment input { width: 140px; }

/*************************************************************
 * APPLICATION
 * POLL
 * styling polls
 ************************************************************/
 
table.tabular
{
  border-spacing: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

table.tabular tr.even td {
	background-color: rgba(200,200,200,.2);
}

table.tabular th
{
  padding: 6px 10px;
  border-bottom: #888;
  color: #808080;
  font-weight: bold;
  text-align: left;
}

table.tabular td
{
  padding: 6px 10px;
  font-size: 100%;
  font-weight: normal;
}

table.tabular input
{
	background-color: transparent;
	border: 0;
	font-size: 1em;
}


table.polls td.votes
{
  text-align: center;
}

table.polls td.expired 
{
  background-image: url('../images/icons/other/padlock_closed_icon&16.png');
  background-position: center center;
  background-repeat: no-repeat;
}

table.polls td.unexpired 
{
  background-image: url('../images/icons/other/padlock_open_icon&16.png');
  background-position: center center;
  background-repeat: no-repeat;
}
 
 
 
/* showing the polls */

div.poll {
	font-size: 100%;
	font-weight: smooth;
	margin: 0;
	max-width: 600px;
	/*background: transparent url('../images/layout/polls.png') bottom right no-repeat;*/
	/*border: 1px solid #555;*/
}

.app_polls_content div.poll, .app_wiki_content div.poll, .app_blog_content div.poll,
{
	font-size: 100%;
}

div.poll .title 
{
	margin: 0;
	font-weight: bold;
	font-size: 110%;
	padding: 4px 2px;  
	border-bottom: 1px solid #555;
}

div.poll .title span
{
	font-weight: normal;
}

.app_polls_content div.poll .title, .app_wiki_content div.poll .title, .app_blog_content div.poll .title,
{
	border-bottom: 1px solid #222;
}

div.poll p
{
	padding: 6px 6px 3px 8px;
	margin: 0;
	font-size: 85%;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

div.poll .poll_options, div.poll div.poll_results
{
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

div.poll_results
{
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

div.poll .poll_option
{
	padding: 3px;
}

.app_polls_content div.poll .title, .app_wiki_content div.poll .title
{
	font-size: 1.2em
}

div.poll_result
{
	padding: 6px 6px 6px 6px;
}

div.poll_vote_bar
{
  vertical-align: bottom;
  display: block;
  padding: 0;
  line-height: 0;
}  

.app_polls_content div.poll div.poll_vote_bar, .app_wiki_content div.poll div.poll_vote_bar
{
	
}
 
div.poll_vote_bar span
{
  background: green url('../images/layout/gradients/light_gradient_down.png') repeat-x center -20px;
  height: 10px;
  display: inline-block;
}

div.poll_result ul   
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

div.poll_result ul li
{
	display: inline;
	padding: 0px;
	font-weight: normal;
	font-size: 90%;
}

div.poll_total
{
	font-size: .8em;
	padding: 2px 2px 3px;
}

div.poll_vote
{
	text-align: center;
	padding: 1px 0 3px;
}

div.poll_vote input
{
	margin: 0 auto;
}

/*************************************************************
 * APPLICATION
 * wiki
 * styling the wiki
 ************************************************************/


/* links */

a.wikilink
{
	color: #338833;
}

a.wikilink_new
{
	color: #880000;
}


/*
 * VIEWING
 */

.article .body
{
	padding-top: 10px;
	font-size: 9pt;
}

p.tags
{	
	margin: 20px 0px;
	padding-top: 10px;
	padding-right: 50px;
	border-top: 1px dashed #ddd;
	background-position: left bottom;
}

.tags
{
	display: inline-block;
	padding: 0 0 0 20px;
	font-weight: normal;
	text-transform: normal;
	font-variant: normal;
	background: transparent url('../images/cc/black/png/tag_icon&16.png') no-repeat left center;
}

a.tag { display: inline-block; }

.app_wiki_content p.redirect
{
	font-size: 80%;
	color: #888;
	font-style: italic;
	padding: 3px 0 0 20px;
	margin: 0;
}

.app_wiki_body {
	margin-bottom: 30px;
}

li.article
{
	list-style-type: none;
	padding: 3px 20px;
	background: transparent url('../images/icons/micro/page_white_text.png') left center no-repeat;
}

li.template
{
	list-style-type: none;
	padding: 3px 20px;
	background: transparent url('../images/icons/micro/page_green.png') left center no-repeat;
}

.since 
{
	margin-left: 8px;
	font-size: 80%;
	color: #a1a1a1;		
}

/*
 * Wiki search
 */
 
.wiki_search input.text {
	width: 180px;
	max-width: 70%;
	font-size: 10pt;
	display: inline-block;
	font-weight: bold;
}

.wiki_search input.button {
	font-size: 10pt;
	text-align: center;
	width: 20%;
	padding-left: 0;
	padding-right: 0;
}

.wiki_search_result {
	padding: 5px 0 10px;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
}

/*
 * Wiki comments
 */
 
div.app_wiki_comments
{
	background-color: #f4f4f4;
	padding: 3px 10px;
	margin-top: 10px;
	border-top: 4px double #e5e5e5;	
	font-size: 90%;
} 
 
table.wiki_comments
{
	border-collapse: collapse;
	max-width: 600px;
	margin-left: 10px	
} 
 
table.wiki_comments td > p:first-child { margin-top: 0; } 
 
table.wiki_comments td.picture
{
	width: 60px;
	vertical-align: top;
}

table.wiki_comments td.meta, table.wiki_comments td.body { padding: 2px 4px; }

table.wiki_comments td.meta { border-bottom: 1px solid #ccc; }

table.wiki_comment_create td.comment { width: 100%; }

table.wiki_comment_create td.comment textarea
{
  display: block;
  width: 100%;
  max-width: 500px;
  height: 120px;
}

/* 
 * TAGS
 */

ul.tags li span
{
	margin-left: 10px;		
	color: #a1a1a1;
}

.tagcloud
{
	word-spacing: 5px;
	font-size: 100%;
	line-height: 1.5em;
}

.tagcloud .weight1 { font-size: 85%; }

.tagcloud .weight2
{
	font-size: 100%;
	font-weight: bold;		
}

.tagcloud .weight3 { font-size: 160%; }

.app_wiki_content .article h1, .wiki .article h2 { border-bottom: 1px solid #ddd; }

/* Create box */ 
 
div.app_wiki_content div#wiki_create_article 
{	
	margin: 10px 0;
	font-size: 1.1em;
}
 
/*
 * EDITING
 */

#preview
{
	margin-top: 20px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #c1c1c1;
}

div.app_wiki_content form.wiki table { width: 100%; }

div.app_wiki_content form.wiki table tr > td:first-child { overflow: hidden; }

div.app_wiki_content form.wiki table tr > td:first-child { width: 80px; }

div.app_wiki_content form.wiki textarea.body
{
  display: block;
  height: 500px;
  width: 98%;
  margin: 0 auto;
}

div.app_wiki_content form.wiki textarea.note
{
  display: block;
  width: 100%;
  height: 50px;
}

/*
 * REVISIONS
 */

div.app_wiki_content .revision {
  border: 1px solid gray;
  background: #e5e5e5;
  padding: 15px;
  color: #222;
}

.revision h1, .revision h2, .revision h3, .revision h4  { color: #222; }

table.revisions
{
  border-spacing: 4px;
}

table.revisions td
{
  padding: 4px 10px 0 0 ;
  vertical-align: top;
}

table.revisions td.note div { width: 300px; }

/*
 * ILLUSTRATIONS
 */

div.app_wiki_content .illustration
{
  float: left;
  padding: 5px; 
  margin: 5px;
  border: 1px solid #e5e5e5;
  background:#fdfdfd;
  text-align: center;
}

div.app_wiki_content .wiki_illustration_thumbnail .img, div.app_wiki_content .wiki_illustration_thumbnail img
{
  display: block;
  width: 150px;
  height: 150px;
  background: transparent none center center no-repeat;
}

div.app_wiki_content .wiki_illustration_thumbnail input
{
  width: 145px;
  margin: 5px auto 0px;
  padding: 0;
  font-size: 8pt;
}
/*************************************************************
 * APPLICATION
 * gallery
 * styling the gallery
 ************************************************************/

/*
 * VIEWING
 */
 
/*
 * comments
 */
 
.gallery_comment 
{
	position: relative;
}

.gallery_comment_user
{
	width: 35px;
	height: 35px;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery_comment_body 
{
	margin-left: 40px;
}

.gallery_comment_meta
{
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1;
}

.gallery_comment_text
{
	padding: 2px 0;
}
 
 
div.app_gallery_comments
{
	padding: 3px 0px;
	margin-top: 5x;
	font-size: 90%;
} 
 
.gallery_comment_text > p:first-child
{
	margin-top: 0;
} 

table.gallery_comment_create td.comment textarea
{
  display: block;
  max-width: 300px;
  height: 120px;
}

/*
 * PICTURE
 */

div.gallery_picture
{
	text-align: center;
	position: relative;
	background-color: rgba(0,0,0,.05);
}

div.gallery_meta
{
	padding-bottom: 4px;
	text-align: left;
}

div.gallery_prev_next
{
	float: right;
	padding-bottom: 4px;
}

div.gallery_prev_next a
{
	color: green;
	text-decoration: none;
	padding: 6px 10px;
	margin-left: 4px;
}

div.gallery_prev_next a:hover
{
	background: green;
	color: white;
	text-decoration: none;
}

div.gallery_picture img
{
	margin: 0 auto;
}

.gallery_picture img {
	max-width: 100%;
}

.gallery_picture img {
	height: auto;
}

.gallery_actions {
	padding: 0px 5px 5px;
	text-align: right;
	background-color: rgba(0,0,0,.05);
}

/* LINK */

a.gallery_link
{
	width: 220px;
}

div.link_gallery
{
	font-size: 90%;
	overflow: hidden;
	padding: 4px 6px;
}

div.link_gallery .logo_gallery, div.link_gallery .info_gallery
{
	float: left;
	display: block;
}

div.link_gallery .logo_gallery
{
	width: 60px;
	height: 60px;	
	border: 1px solid #ceeabf;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

div.link_gallery .info_gallery
{
	margin-left: 10px;
	float: left;
	display: inline;
	width: 130px;
	height: 60px;
	overflow: hidden;
	color: #007700;
}

div.link_gallery .info_gallery h2
{
	font-size: 120%; font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
}

div.link_gallery .info_gallery p
{
	padding: 0; margin:0;
	color: black;
}


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */


input.datepick
{
	width: 100px;
}

a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 10px 0 2px;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url('http://psi.nbi.dk/images/icons/micro/calendar.png') center bottom no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .facebox_popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .facebox_content {
  display:table;
  width: 420px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .facebox_content > p:first-child{
  margin-top:0;
}
#facebox .facebox_content > p:last-child{
  margin-bottom:0;
}

#facebox .facebox_close{
  position:absolute;
  display: block;
  height: 10px; 
  width: 10px;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .facebox_close img{
  opacity:0.3;
  position: absolute;
  top: 5px;
  right: 5px;
}
#facebox .facebox_close:hover img{
  opacity:1.0;
}

#facebox .facebox_loading {
  text-align: center;
}

#facebox .facebox_image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}