/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
/* { margin: 0; padding: 0; outline: 0 } */
img
{
      -moz-border-radius: 6px;
      border: 0px;
      }
      
body {
	background: #CCC url(bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}
table {
border-collapse: collapse; 
}
#main_comments a {  font-variant: normal; }
/* links */
a,a:visited,a:active,a:link {
	color:#b35400;
	font-family: Tahoma;
	font-variant: small-caps;
	text-decoration: none;
	border-bottom:1px;
}
a:hover {
	color: orange;
		font-family: Tahoma;
	    font-variant: small-caps;
	text-decoration: bold;
	cursor:pointer;
  border-bottom:1px dashed #fff;
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 2px;		
	color: #444;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 0px 10px 0px 10px;	
}

h4 
{
	font-size: 2.5em;
	color: #88AC0B;
	padding: 16px 10px 4px 40px;
  background: url(twitter.png) no-repeat;
}
.xero_title
{
font-size: 3em;
color: orange;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}



code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 2px 2px;
 	padding: 15px 7px 5px 45px;  	
   font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	width: 93%;
	background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
	      -moz-border-radius: 6px;
}



/* form elements */

label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
  -moz-border-radius: 6px;
}
option { padding-right: 0.5em; } 


input.button { 
	font: bold 12px Arial, Sans-serif; 
	margin: 0;
	padding: 2px 3px; 
	color: #3e3e3e;
	background: #e5e5e5;	
	border-width: 1px;
  border-style: solid;
  border-color: #fff #3f3838 #3f3838 #fff;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 95%;
	background: #efe8dd;
	margin: 0px auto 0px auto;
	text-align: left;	
	border: 1px solid #9e7f55; 
  -webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
					-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
#content {
	clear: both;	
	float: left;	
	width: 100%;						
	padding: 0px 0 10px 0; 
	border: #2c1d06;
}
#content img {

max-width:70%;
}
#header {
	position: relative;
	width: 100%;
	height: 145px;
  background: #2c1d06;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#header img {
margin: 35px 35px 0 0;
border: 0px;
}
#header a:hover {
border: 0px;
}
#header_logo
{
position: absolute;
top: -15px;
left: -10px;
}
#header_logo img {
max-height: 165px;
}
#header_banner
{
float: right;
position: absolute;
top: 0px;
right: 30px;
}
#sponsors
{
text-align: left;
margin-right: 10px;
margin-left: 10px;
}
.cache_box
{
background: #74A838;
color: #FFF;
border: 1px solid #FFF;
padding: 5px 5px 5px 5px;
}
/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 18px 15px;
	background: inherit url(navbarbg.png) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	width: 150px;
	height: 20px;
	top: 0;	right: 70px;

 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 margin: 0px 0px 0 0;
 	font-weight: bold;
	color: #fff;
 }
#tools
{
max-height: 20px;
border: 0px;
width: 100px;
float: right;
}

#tools img {
margin: 0;
}
#tool_back 
{
width: 30px;
float: left;
}
#tool_refresh
{
width: 35px;
float: right;
}
#tool_direct
{
width: 30px;
float: right;
}

#top-menu img {
	background: inherit;
	border-top: 1px dashed #0099dc;
	padding: 5px;
}
/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 100%;
	height: 30px;
	background: #988060 url(topbar.png) repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 0;

	padding: 0px 0px 0px 50px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 5px 20px 20px 10px;
	color: #FFF;
	font-family: Tahoma;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
}
#nav ul li a:hover, 
#nav ul li a:active {
    color: orange;
    border-bottom: 0px;
}


/* Main Column */
#main {
	float: left;
	width: 75%;
	padding: 0; margin: 0 0 0 25px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8; 	
}
#main h2 a {
	color: #b35400;
	text-decoration: bold;		
}


#sidebar {
	float: right;
	width: 18%;
	margin: 10px 0 0 0;
	padding: 10px 10px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #F2f2f2;	
	border: 1px solid #CCC;
	font: Tahoma;
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;

	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color:#b35400;
	background: none;
	font-weight: bold;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: orange;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 30px 0 25px 0;
	font-family: Tahoma;
	font-size: 11px;
	color: white;	
	text-align: center;	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #2c1d06;	
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 0px 10px 5px 10px;	
	color: #977C57;
	border: 1px solid #9e7f55; 
	background: #ece8df;
	border-top: 0px;
}
#articles_box {
	padding: 8px 10px;
	margin: 0px 10px 0px 10px;	
	color: #977C57;
	border: 1px solid #9e7f55; 
	background: #FFFFFF;
			-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #ece8df url(clock.png) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #ece8df url(comments.png) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #ece8df url(doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #ece8df url(edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 0px; margin-left: 0px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



.group_box
{
	height: 50px;
	width: 100%;
	background: #c9e39c;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	text-align: center;
	color:#306495;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: left;
	font-weight: bold;	
}

.info 
{
	font-family: tahoma;
	font-size: 10px;
}
.impinfo 
{
	font-family: tahoma;
	font-size: 10px;
	color: red;
}
.correctinfo 
{
	font-family: tahoma;
	font-size: 10px;
	color: green;
}
.message_box
{
  margin-top: 20px;
	width: 100%;
	background: #F2F2F2;
	border-width: 1px;
  border-style: solid;
  border-color: #f2f2f2 #bebdbd #bebdbd #f2f2f2;
	font-family: Tahoma;
	font-size : 12px;
	font-variant: small-caps;
	font-weight: bold;	
	text-align: center;
	-moz-border-radius: 6px;
}
.xero_table_1
{
	background: inhearit;
  border-bottom: 1px dashed #93C138;
	font-family: Tahoma;
	font-size : 11px;
	font-weight: bold;
	background: #F2F2F2;	
}
.xero_table_2
{
	background: inhearit;
  border-bottom: 1px dashed orange;
	font-family: Tahoma;
	font-size : 11px;
	font-weight: bold;
	background: #FFFFFF;	
}
Legend
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 15px 1px 15px;    
	color: #fff;
	border: 1px solid #fff; 
	background: #ff4e00;
    font-variant: small-caps;
    font-weight: bold;
      -moz-border-radius: 6px;
}
legend a, legend a:hover
{
	color: white;
	background: inherit;
	text-decoration: bold;
	cursor:pointer;
}

Fieldset
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 11px;
	color: #000;
	border: 1px solid #E7F0CC;
	background: #FFFFFF;
}
em
{
	font-family: tahoma;
	font-size: 11px;	
}
.loginbutton { 
	font: bold 10px Tahoma; 
	height: 20px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #704b24;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}

.show_warning
{
position: fixed;
width: 100%;
z-index: -1;
top: 0px;
background: #ffffe1;
border-bottom: 1px solid #FFFFFF;
text-align: center;
color: #000;
font: bold 11px tahoma;
margin: 0;
padding: 5px;
font-variant: small-caps;
}
.no_shit
{
border: 0px;
background: inherit;
padding: 0px;
margin: 0px;
}
.xero_box_head
{
background: #704b24 url(headbg.png) repeat-x;
color: #fff;
border: 1px solid #322815;
font: bold 12px tahoma;
font-variant: small-caps;
padding: 5px;
}
.xero_box_1
{
background: #d1cfcf;
color: #000;
border: 1px solid #b3b3b3;
font: bold 12px tahoma;
font-variant: small-caps;
padding: 5px;
}
.xero_box_2
{
background: #F2f2f2;
border: 1px solid #CCCCCC;
padding: 5px;
}
#message
{
margin-left: auto;
margin-right: auto;
width: 60%;
}
#message_title
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 15px 1px 15px;    
	color: #fff;
	border: 1px solid #fff; 
	background: #ff4e00;
    font-variant: small-caps;
    font-weight: bold;
      -moz-border-radius: 6px;
}
#message_content
{
-moz-border-radius: 6px;
background: #F2f2f2;
border: 1px solid #CCCCCC;
padding: 5px;
}
.gallery_photo_box
{
-moz-border-radius: 6px;
background: #ccc;
border: 1px solid #CCCCCC;
width: 200px;
height: 135px;
padding-bottom:70px;
margin-bottom: 10px;
}
.gallery_photo_box img {
max-height:100px;
}
.gallery_photo_box_info
{
-moz-border-radius: 6px;
background: #f2f2f2;
border: 1px solid #CCCCCC;
width: 95p%;
height: 70px;
padding-bottom: 25px;
}

.gallery_photo_box_big
{
-moz-border-radius: 6px;
background: #ccc;
border: 1px solid #CCCCCC;
width: 100%;
padding-bottom:70px;
margin-bottom: 10px;
}
.direct_photo_view img {
max-height:1000px;
max-width:1000px;
}
.album_cover img {
max-height:100px;
max-width:80px;
}
.gallery_photo_box_info_big
{
-moz-border-radius: 6px;
background: #f2f2f2;
border: 1px solid #CCCCCC;
width: 95p%;
height: 70px;
padding-bottom: 25px;
}

.gallery_photo_box_info2
{
-moz-border-radius: 6px;
background: #f2f2f2;
border: 1px solid #CCCCCC;
padding: 5px;
width: 98%;
}
.gallery_box_nextprev
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 11px;
  
	color: #fff;
	border: 1px solid #fff; 
	background: #ff4e00;
    font-variant: small-caps;
    font-weight: bold;
      -moz-border-radius: 6px;
}
.gallery_box_nextprev a, .gallery_box_nextprev a:hover
{
	color: white;
	background: none;
	cursor:pointer;
	border: 0px;
}
.gallery_box_nextprev img
{
margin: 5px;
}
.gallery_header_big
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size: 11px;
    padding: 1px 15px 1px 15px;    
	color: #fff;
	border: 1px solid #fff; 
	background: #ff4e00;
    font-variant: small-caps;
    font-weight: bold;
      -moz-border-radius: 6px;
}
.gallery_header_big a
{
	color: white;
	background: inherit;
	text-decoration: bold;
	cursor:pointer;
}

#gallery_main_box1
{
border: 1px solid red;
}
.gallery_title
{
    font-variant: small-caps;
    font-weight: bold;
    color: orange;
}
.gallery_info
{
    font-weight: bold;
    color: orange;
}

.gallery_album_box
{
-moz-border-radius: 6px;
background: #ccc;
border: 1px solid #CCCCCC;
width: 200px;
height: 135px;
padding-bottom:70px;
margin-bottom: 10px;
}
.gallery_album_box img {
max-height:100px;
max-width: 100px;
}
.gallery_album_box_info
{
-moz-border-radius: 6px;
background: #f2f2f2;
border: 1px solid #CCCCCC;
width: 95p%;
height: 40px;
padding-bottom: 25px;
}


#expander
{
  float: right;
	font: bold 12px Arial, Sans-serif; 
	margin: 0;
	padding: 2px 3px; 
	color: #3e3e3e;
	background: #e5e5e5;	
	border-width: 1px;
  border-style: solid;
  border-color: #fff #3f3838 #3f3838 #fff;
  -moz-border-radius: 6px;
}
#expander a, #expander a:hover
{
	color: white;
	background: inherit;
	text-decoration: bold;
	cursor:pointer;
}
#mod_search
{
position: absolute;
right: 50px;
height: 10px;
top: 147px;
}
#mod_search input {

  border: 1px solid #eeeeee;
  color: #a7a7a7;
  padding: 4px 5px;

}
#header-search-go {
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
  width: 29px;
  height: 28px;
  background: url(search-go.png) top left no-repeat;
  text-indent: -9999px;
  border: 0;
}



/* calendar */
.calendar_main
{
	background: #ADD163;
	border-collapse: collapse;
	margin: 15px 10px;
	width: 100%;
	border-width: 1px;
  	border-style: solid;
	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;
}
.calendar_np
{
	width: 100%;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;
}
.calendar_n
{
	width: 50%;
	border: 0px;
	text-align: right;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;
}
.calendar_p
{
	width: 50%;
	border: 0px;
	text-align: left;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;
}

.calendar_month
{
	background: #ADD163;
	border: 0px;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
}
.calendar_days
{
	background: #ADD163;
	border: 0px;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;
	cursor: help;	
}
.calendar_box
{
	width: 100%;
	background: #c9e39c;
	border: 0px;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;		border-width: 1px;
  	border-style: solid;
	border-color: #C4DE8F #C4DE8F #C4DE8F #C4DE8F;
}
.calendar_day_box
{

	height: 50px;
	background: #c9e39c;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
}

.calendar_day_today
{

	height: 50px;
	background: #deedae;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;
	
}
.caledar_meeting_today
{

	height: 50px;
	background: #e5cec6;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	

}
.caledar_meeting_today_this
{

	height: 50px;
	background: #ff4200;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
}
.caledar_meeting_today_my_group
{

	height: 50px;
	background: #ff4200;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
	background-image:url('meet.png');
	background-repeat:no-repeat;
	background-position:top right;
}
.caledar_meeting_my_group
{

	height: 50px;
	background: #e5cec6;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	text-align: center;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
	background-image:url('meet.png');
	background-repeat:no-repeat;
	background-position:top right;
}
.event_box
{
	width: 100%;
	background: #FFF;
	border-width: 1px;
  	border-style: solid;
	border-color: #f2f2f2;
	color:#306495;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
}
.djs_box
{
	width: 100%;
	background: #FFF;
	border-width: 1px;
  	border-style: solid;
	border-color: #f2f2f2;
	color:#306495;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
}
.venues_box
{
	width: 100%;
	background: #FFF;
	border-width: 1px;
  	border-style: solid;
	border-color: #f2f2f2;
	color:#306495;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: bold;	
}
.meeting_box_info
{
	width: 30%;
	background: #ADD163;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: left;
	padding: 5px;
	font-variant: small-caps;
	font-weight: bold;	
}
.meeting_box_text
{
	width: 70%;
	background: #deedae;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	color:#306495;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: left;
	padding: 5px;
	font-variant: normal;
	font-weight: normal;	
}
.meeting_box_simple
{
	width: 100%;
	background: #deedae;
	border-width: 1px;
  	border-style: solid;
	border-color: #93C138 #93C138 #93C138 #93C138;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: left;
	padding: 5px;
	font-variant: normal;
	font-weight: normal;
}

