/* @group Buttons */

/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

a.button, button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}



/* @end */

/* @group cmx Form */

form.cmxform fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border-top: 1px solid #ccc;
}

form.cmxform legend {
	padding:  0 2px;
	font-weight:bold;
	font-size:1.2em;
}

/*\*//*/
form.cmxform legend {
  display: inline-block;
}
/* IE Mac legend fix */

form.cmxform label {
	display: inline-block;
	margin: 0.5em 0;
	vertical-align: top;
	padding-top: 2px;
	cursor: pointer;
	width: 110px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-style: normal;
}

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li {
	list-style: none;
	margin: 0;
}

form.cmxform label.required {
	background: url(../images/bullet_red.png) no-repeat -5px 3px;
}

form.cmxform input, form.cmxform textarea, form.cmxform select {
	border: 1px solid #bbb;
	padding: 5px;
	font-size:100%;
	color:#222;
	background: #fcfcfc;
	font-family:Helvetica, sans-serif;
	cursor: pointer;
	margin: 0.25em 0;
	vertical-align: middle;
}

form.cmxform input, form.cmxform select {
	width: 50%;
}

form.cmxform .tag_suggest{
	width: 50%;
	height: 60px;
	line-height: 18px;
}

form.cmxform .fancy{
	margin: 0.25em 0;
	height: 300px;
	line-height: 18px;
	
}

form.cmxform .disabled{
	color: #b3b3b3;
}

.cmxform input:focus,.cmxform textarea:focus,.cmxform select:focus {
	border: 1px solid #666;
	background-color: #fff;
}

form.cmxform label.check_label {
	width: 120px;
}

form.cmxform .fieldWithErrors {
	border: 2px solid #f00;
}

/* @end */

/* @group Flash Messages */

.error, .notice, .message {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.message {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.message a {
	color: #264409;
}



/* @end */

/* @group Navigation */

#menu {
	margin-bottom: 20px;
	cursor: pointer;
}

ul.tab, ul.tab li{border:0; margin:0; padding:0; list-style:none;}
ul.tab{
border-bottom: 1px solid #DEDEDE;
height:29px;
padding-left:20px;
}
ul.tab li{float:left; margin-right:2px;}

.tab a:link, .tab a:visited{
background:url(/images/tab-round.png) right 60px;
color:#666666;
display:block;
font-weight:bold;
height:30px;
line-height:30px;
text-decoration:none;
}
.tab a span{
background:url(/images/tab-round.png) left 60px;
display:block;
height:30px;
margin-right:14px;
padding-left:14px;
}
.tab a:hover{
background:url(/images/tab-round.png) right 30px;
display:block;
}
.tab a:hover span{
background:url(/images/tab-round.png) left 30px;
display:block;
}

/* -------------------------------- */
/* ACTIVE ELEMENTS */
.active a:link, .active a:visited, .active a:visited, .active a:hover{
background:url(/images/tab-round.png) right 0 no-repeat;
}
.active a span, .active a:hover span{
background:url(/images/tab-round.png) left 0 no-repeat;
}



/* @end */

/* @group News Feed */

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

ul#news li.title {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
}

ul#news li.body {

}



/* @end */

.grey {
	color: #808080;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.logo {
	margin-bottom: 40px;
}

ul.sub_tab {
	font-size: 110%;
	color: #666;
	list-style-image: none;
	list-style-type: none;
	margin-top: 10px;
}

ul.sub_tab li {
	border-right: 1px solid #ccc;
	padding-right: 10px;
	display: inline;
	padding-left: 7px;
}

#main {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content {
	margin-top: 10px;
}

body {
	background-color: #e6e6e6;
}

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

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

