* {
	margin:0;
	padding:0;
}

html { height: 100%; }

body { min-height: 100%; height: 100%; }

img {
	border: 0;
}

#container {
	width: 960px;
	margin: auto;
}

/* Notices and Errors */

#flashMessage {
	font-size: 12px;
	width: 98%;
	margin: 10px 0;
}

div.message {
	clear: both;
	color: #900;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
	background-color: #fff;
	padding: 5px;
}

div.error-message {
	background-color: #eee;
	padding: 5px;
	border-top: 1px solid #FF6666;
	border-bottom: 1px solid #FF6666;
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background-color: #eee;
	color: green;
	padding: 5px;
	border-top: 1px solid #99CC99;
	border-bottom: 1px solid #99CC99;
	background-position: center left;
}

#top {
	width: 940px;
	height: 160px;
	padding: 15px 10px;
	margin: auto;	
	float: left;
}

#back_link {
	width: 230px;
	margin-top: -18px;
}

#top #main_menu {
	position: relative;
	z-index: 2;
	background-image: url(../img/challenges.jpg);
	background-repeat: no-repeat;
}

#wcit_logo {
	float: left;
	width: 230px;
	text-align: right;
	padding-right: 20px;
}

#main_menu {
	float: left;
	width: 690px;
}

#main_menu ul {
	margin-top: 90px;
	margin-left: -5px;
}

#main_menu li {
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin: 0 10px;
}

#main_menu li a {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 80px;
	height: 42px;
	display: block;
	line-height: 42px;
}

#main_menu li a.active, #main_menu li a:hover, #main_menu li:hover {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	color: #fff;
}
/*
#main_menu ul.submenu {
	background-image: url(../img/submenu_bg.png);
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	width: 360px;
	height: 167px;
	top: 42px;
	padding: 5px 10px;
	clear:both;
	z-index: 2;
	display: none;
	
}

#main_menu ul.submenu li {
	background: none;
	list-style-type: none;
	display: block;
	float: left;
	padding: 5px;
	text-align: left;
	width: 150px;
	line-height:normal;
	height: auto;
}
*/

#nvolve {
	float: right;
	margin-right: 20px
}

#mid {
	width: 940px;
	float: left;
	margin: auto;	
	background-color: #eee;
	display: block;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#billboard {
	width: 620px;
	height: 270px;
	float: left;
}

.billboard_content {
	width: 600px;
	height: 210px;
	padding: 10px;
	float: left;
	background-color: #fff;
}

.billboard_slider {
	background-color: #ccc;
	width: 600px;
	padding: 11px 10px;
	float: left;
	height:18px;
}

#sliderController li  {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0px 10px;
}

#sliderController li a.left {
	background-image: url(../img/arrow.png);
	background-position: -18px 0px;	
	display: block;
	width: 18px;
	height: 17px;
}

#sliderController li a.right {
	background-image: url(../img/arrow.png);
	background-position: -17px -16px;	
	display: block;
	width: 18px;
	height: 17px;
	margin-left: 522px;
}

#sliderController li a.right:hover {
	background-image: url(../img/arrow.png);
	background-position: 0px -16px;
}

#sliderController li a.left:hover {
	background-image: url(../img/arrow.png);
	background-position: 0px 0px;
}

.ads {
	padding: 10px;
	width: 280px;
	height: 250px;
	background-color: #fff;
	float: left;
}

#blog_widget {
	background-color: #fff;
	float: left;
	padding: 10px;
	width: 440px;
	height: 385px;
	margin-top: 10px;
	background-image: url(../img/rss.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#wiki_widget {
	background-color: #fff;
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 440px;
	height: 385px;
	background-image: url(../img/rss.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.copy_info {
	color: #666;
	margin-top: 10px;
	width: 940px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 50px;
	line-height: 50px;
}

.wcit_widget {
	width: 300px;
	height: 300px;
	float: left;
	margin-top: 10px;
}

.pad15 {
	width: 15px;
	float: left;
	height: 10px;
}

.pad20 {
	width: 20px;
	float: left;
	height: 10px;
}

.widget_menu {
	width: 280px;
	float: left;
	margin-top: 15px;
}

.widget_content {
	width: 280px;
	height: 180px;
	float: left;
}

.widget_footer {
	width: 280px;
	float: left;
	background-image: url(../img/nvolve_your_public.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 30px;
}

.widget_footer ul {
	float: right;
}

.information_content {
	line-height: 180px;
	text-align: center;
}

#center_pane {
	width: 620px;
	float: left;
	height: 100%;
	min-height: 100%;
}

#blog_title {
	width: 580px;
	padding: 0 20px;
	background-color: #ccc;
	height: 90px;
	line-height: 90px;
	float: left;
	color: #fff;
	background-image: url(../img/rss.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#search_title {
	width: 580px;
	padding: 0 20px;
	background-color: #ccc;
	height: 90px;
	line-height: 90px;
	float: left;
	color: #fff;
}
	
#blog_title2 {
	width: 340px;
	padding: 10px 20px;
	background-color: #ccc;
	height: 70px;
	float: left;
	color: #fff;
}

.white { color: #fff } 

#blog_title2 p {
	font-size: 12px;
	font-weight: bold;
}

#search {
	width: 200px;
	height: 70px;
	padding: 10px;
	float: left;
	background-color: #ccc;
	margin-left: 20px;
}

.days_left {
	font-family: Georgia, sans-serif;
}

#twitter {
	width: 300px;
	height: 380px;
	float: left;
	background-color: #fff;
	margin-top: 10px;
}

#right_pane {
	width: 280px;
	float: left;
	padding-left: 20px;
	height: 100%;
	min-height: 100%;
}

#left_pane {
	width: 220px;
	float: left;
	padding-right: 20px;	
	height: auto;
}

#wiki_center_pane {
	width: 700px;
	float: left;
	position: relative;
}

#wiki_title {
	width: 680px;
	height: 80px;
	padding: 10px;
	line-height: 80px;
	float: left;
	background-color: #ccc;
}

#wiki_title h1 {
	float: left;
}

.white {
	color: #fff;
}

#search_wiki {
	width: 200px;
	height: 80px;
	padding: 10px;
	float: left;
	background-color: #ccc;
} 

#sidemenu {
	width: 220px;
	float: left;
	margin-top: 10px;
}

#sidemenu li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0 6px;
}

#sidemenu li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 5px 0px;	
}

#sidemenu li a {
	background-image: url(../img/sidemenu.png);
	background-position: 0px -31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 31px;
	line-height: 31px;
	text-align: left;
	padding-left: 20px;
}

#sidemenu li a:hover, #sidemenu li a.active {
	background-image: url(../img/sidemenu.png);
	background-position: 0px 0px;
	color: #fff;
}

#top_wiki_articles {
	width: 200px;
	height: 300px;
	min-height: 300px;
	
	float: left;
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
	zoom: 1;
}

.top_articles {
	font-size: 12px;
	padding: 5px 0;
	color: #666;
	float: left;
	height: auto;
	width: 100%;
}

#top_wiki_articles a {
	font-weight: bold;
	display: block;
	font-size: 12px;
	float: left;
	width: 100%;
	text-decoration: none;
	color:#888888;
}

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

.article_desc {
	font-size: 12px;
	float: left;
	width: 100%;
}

.top_articles_footer {
	width: 100%;
	float: left;
}

#bottom {
	width: 100%;
	background-color: #eee;
	float: left;
	margin: 0;
	padding: 0;
}

#footer {
	width: 942px;
	height: 63px;
	background-color: #fff;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-left: 8px;
}

#footer ul {
	margin-top: 10px;
}

.nav li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0 6px;
}

.nav li a {
	background-image: url(../img/buttons.png);
	background-position: 0px -31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

.nav li a:hover, .nav li a.active {
	background-image: url(../img/buttons.png);
	background-position: 0px 0px;
	color: #fff;
}

.home_widgets {
	width: 400px;
	border-top: 1px solid #ccc;
	float: left;
	margin-top: 5px;
}

.slide-details .description_footer {
	width: 380px;
	float: left;
	margin-bottom: 10px;

}

.slide-details .content, .slide-details-news .content {
	clear: both;
	width: 100%;
}

.slide-details-news .description_footer {
	width: 575px;
	float: left;
	margin-bottom: 10px;

}

.slide-details .billboard_separator {
	width: 375px;
	border-top: 1px solid #ccc;
	float: left;	
	margin-top: 5px;
	padding-top: 5px;
}

.slide-details-news .billboard_separator {
	width: 575px;
	border-top: 1px solid #ccc;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
}

.wiki_separator {
	width: 575px;
	border-top: 1px solid #ccc;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
}

.news_created {
	font-size:12px;
}

.grey {
	color: #666;
}

.blog_post, #search_result {
	width: 600px;
	float: left;
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
}

.blog_post {
	height: 360px;
	min-height: 360px;
	height: auto !important;
}

.blog_image {
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0;
}

#search_result {
	height: 600px;
	min-height: 600px;
	height: auto !important; 
}
 
.blog_date {
	font-size: 11px;
}

.blog_author, .article_author {
	color: #0099ff;
}

.blog_post_content {
	width: 600px;
	height: 220px;	
	min-height: 220px;
	height: auto !important;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}

.blog_search_content {
	width: 600px;
	border-top: 1px solid #ccc;
	padding: 15px 0px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}

.blog_post_content a {
	color: #0099ff;
	text-decoration: none;
}

.blog_post_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999; 
}

.blog_post_footer {
	padding: 10px 0px;
}

.blog_comments_link {
	float: left;
	color: #999;
}

.blog_post_buttons {
	float: left;
}

.blog_comments_link a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.blog_pagination, .blog_tags {
	width: 600px;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #fff;
	margin-top: 10px;
	padding: 0 10px;
	font-size: 12px;
	color: #666;
}

.blog_pagination a {
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.counter {
	padding-right: 30px;
}


.blog_tags span {
	color: #666;
	font-size: 12px;
}

.blog_contributor a {
	color: #024387;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.search_caption {
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.keyword input {
	border: 0;
	font-size: 14px;
}

.keyword {
	margin-top: 5px;
	padding: 2px;
	background-color: #fff;
	width: 150px;
	float: left;
}

.search_button {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	cursor:pointer;
}


#feed li {
	margin-top: 5px;
	list-style-type: none;
	display: block;
	float: left;
}

#feed li a.rss_icon {
	background-image: url(../img/icons.png);
	background-position: 0px 16px;
	display: block;
	width: 18px;
	height: 16px;
}

#feed li a.twitter_icon {
	background-image: url(../img/icons.png);
	background-position: 36px 16px;
	display: block;
	width: 18px;
	height: 16px;
}

#feed li a.mail_icon {
	background-image: url(../img/icons.png);
	background-position: 18px 16px;
	display: block;
	width: 18px;
	height: 16px;
}

.blog_contributor {
	width: 600px;
	float: left;
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	color: #666;
}

.blog_contributor img {
	padding-right: 5px;
}

.author_title {
	color: #000;
}

#comment_form {
	width: 600px;
	float: left;
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;	
	height: 100%;
}

#form {
	width: 430px;
	float: left;	
}

#meta {
	width: 160px;
	height: 200px;
	border-left: 1px solid #ccc;
	text-align: center;
	float: left;
}

#comment_form table {
	margin-top: 10px;
}

#comment_form table td {
	padding: 3px;
}

#comment_form label {
	font-size: 11px;
	color: #666;
	display: block;
}

#comment_form input, #comment_form textarea {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2px;
	font-size: 12px;	
}

#comment_form .form-error {
	border: 1px solid #990000;
}

#comment_form_submit_btn {
	width: 150px;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	font-family: Arial, Helvetica, sans-serif;
}

.buttons li, .buttons2 li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 10px;
}

.buttons li a, .buttons2 li a {
	background-image: url(../img/buttons2.png);
	background-position: 0px -31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 140px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

.buttons2 li a {
	font-size: 12px;
}

.buttons li a:hover, .buttons li a.active {
	background-image: url(../img/buttons2.png);
	background-position: 0px 0px;
	color: #fff;
}

.buttons2 li a:hover, .buttons2 li a.active {
	background-image: url(../img/buttons2.png);
	background-position: 0px -62px;
	color: #fff;
}

#wiki_content {
	width: 470px;
	height: 100%;
	min-height: 100%;
	float: left;
	margin-top: 15px;
}

#wiki_summary {
	float: left;
	width: 220px;
	margin-top: 15px;
	padding-left: 10px;
	padding-top: 40px;
	height: 100%;
	min-height: 100%;
}

#wiki_summary2 {
	float: left;
	width: 220px;
	margin-top: 15px;
	padding-left: 10px;
	height: 100%;
	min-height: 100%;
}

.articles, #sign_up_div, .media_gallery, .wiki_external_links,.app_messages {
	width: 450px;
	padding: 10px;
	float: left;
	background-color: #fff;
	margin-top: 10px;
}

.articles .home {
	height: 360px;
	min-height: 360px;
	height: auto !important; 
}

.article_items {
	width: 450px;
	padding: 10px;
	float: left;
	background-color: #fff;
	margin-top: 10px;
}

.article_content {
	width: 100%;
	color: #666;
	font-size: 12px;
	padding: 10px 0px;
	float: left;
}

.article_content .home {
	height: 280px;	
	min-height: 280px;
	height: auto !important;	
}

div.article_content ul {
	margin-left:12px;
}

span.article_title {
	color:#f27d00;
	font-size:14px;
	font-weight:bold;
	width: 100%;
	margin-bottom:5px;
}

span.wiki_article_name {
	color:#c4c4c4;
}

.red {
	color:#d42e12;
}

.article_links {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 5px 0px;
	float: left;
}

.article_links ul {
	float: right;
}

.article_title, .detail_title{
	float: left;
}

#wiki_details {
	width: 200px;
	padding: 10px;
	background-color: #fff;
	height: 100%;
	min-height: 100%;
	float: left;
}

.wiki_detail_items {
	margin-bottom: 20px;
	float: left;
	width: 200px;
}

.detail_content {
	clear: both;
	width: 200px;
	float: left;
}

#wiki_details ol {
	margin: 10px 0px 0px 30px;
}

#wiki_details ol li {
	font-size: 12px;
	color: #0099ff;
}

#wiki_details a {
	font-size: 12px;
	color: #666;
	text-decoration: none;	
}

.add_icon {
	float: left;
	padding: 5px 0 0 5px;
}

.right_link {
	font-size: 12px;
	float: right;
}

.right_link a {
	color: #666;
	text-decoration: none;
}

.right_link a:hover {
	color:#f27d00;
}

#editor_tab, .media_tab, .wiki_tab {
	background-color: #ccc;
	width: 450px;
	padding: 5px 10px;
	float: left;
	margin-top: 10px;
}

#editor {
	width: 450px;
	background-color: #fff;
	float: left;
	padding: 10px;
	margin: 10px 0;
}

.new_article, .edit_article {
	height: 540px;
	min-height: 540px;
}

#publisher {
	width: 450px;
	background-color: #fff;
	float: left;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.skyblue {
	color: #0099ff;
}

.blog_messages_date {
	font-weight:bold;
	display:block;	
	margin-bottom:4px;
}

.blog_messages_owner {
	color:#0e3b7f;
	font-weight:bold;
	display:block;	
	margin-bottom:4px;
}

.blog_messages {
	float:left;
}

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

object { outline:none; }

.wiki_updated_by {
	float:left;width:195px;
	padding-top:6px;
}
.wiki_update_by .authorname {
	color:#00438b;
}

.blog_photo {
	float: left;
	width: 120px;
	height: 160px;
	display: block;
}

.author_info {
	float: left;
	font-size:11px;	
	border-bottom: 1px solid #ccc;
	margin-bottom:5px;
	width:290px;
	padding-bottom:5px;
}
	
.blog_content span { display:block; margin-bottom:4px; font-weight:bold  }
.blog_content span.author_name { color:#00438b; }

#wiki_login {
	width: 275px;
	background-color: #eee;
	padding: 5px 10px;
	height: 70px;
	min-height: 70px;
	float: right;
	color: #666;
	line-height: 100%;
}

#wiki_login_btn { float: right; margin-top: -8px; margin-right: 5px;}

#wiki_login .wiki_user { display: block; float:left; font-size: 12px; }

#wiki_login h4 {
	margin-bottom: 8px;
}

#wiki_login span {
	font-size: 11px;
}

#wiki_login .wiki_input_fields {
	float: left;
}

#wiki_login #profile_links {
	clear: both;
	
}

#wiki_login #profile_links a {
	font-size: 11px;
	padding-right: 20px;
}

#article_form td {
	font-size: 12px;
	color: #666;
}

.wiki_input_fields {
	background-image: url(../img/wiki_login_input.png);
	background-repeat: no-repeat;
	width: 108px;
	height: 21px;
	margin-right: 5px;
	padding: 3px;
}

.wiki_input_fields input, .signup_input_fields input, .signup_input_file_fields input {
	color: #666;
	border: 0;
	padding: 1px;
}

.wiki_input_fields input {
	width: 100px;
}

.forgot_password {
	margin-right: 30px;
}

#sign_up_form {
	background-color: #eee;
	width: 380px;
	margin: auto;
	padding: 20px;
	margin-top: 20px;
}

#sign_up_form table td {
	padding: 5px;
	color: #666;
	font-size: 12px;
}

.signup_input_fields {
	background-image: url(../img/wiki_input.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 20px;	
	padding: 5px;
}

.signup_input_file_fields {
	background-image: url(../img/fileinput.png);
	background-repeat: no-repeat;
	width: 220px;
	height: 20px;	
	padding: 5px;
	margin: 0px;
}

#sign_up_buttons {
	margin: auto;
	margin-top: 20px;	
	width: 140px;
		
}

.signup_input_fields input {
	width: 200px;
}

#divinputfile {
	background: url(../img/fileinput.png) no-repeat 100% 1px;
	height: 30px;
	width: 229px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

#divinputfile #filepc{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
	position: absolute;
	right: 0;
	top: 0;
}

#fakeinputfile{
	margin-top:-30px;
}

#fakeinputfile #fakefilepc{
	width: 150px;
	height: 18px;
	font-size: 13px;
	margin: 7px 0 0 5px;
	border: 0;
	color: #666;
	padding-top: 2px;
}

.retweet_div {
	width: 50px;
	height: 65px;
	background-image: url(../img/retweet_dialog.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	float: left;
	margin-right: 5px;
}

.retweet_div img {
	margin-top: 48px;
}

.blog_content {
	width: 290px;
	padding-bottom: 5px;
	font-size: 11px;
	height: 90px;
	float: left;
}

.wiki_updates_content {
	height: 120px;
	float: left;
}

.blog_footer {
	padding-top: 5px;
	margin: 0;
}

.latest_blog {
	padding: 10px 0;
	margin: 0;
}

.latest_blog_footer_links, .updated_info {
	float: left;
}

.latest_blog_footer_links a {
	font-size: 11px;
	color:#888888;
	text-decoration:none;	
}

.latest_blog_footer_links a:hover {
	color:#f27d00;	
}

.latest_blog_footer_buttons, .wiki_updates_buttons {
	float: right;
}

.wiki_updates_buttons {
	padding: 5px 0;
}

.no_blog_photo {
	width: 400px;
}

.wiki_updates {
	padding: 10px 0;
	margin: 0;
}

.wiki_updates_date {
	font-weight:bold; display:block;font-size: 11px;margin-bottom: 10px;
}

.wiki_updates p, .updated_info {
	font-size: 11px;
}

.blog_comments_div {
	width: 600px;
	float: left;
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	color: #666;	
}

.blog_comments_top { width: 100%; float: left; padding-bottom: 5px }
.blog_comments_content { width: 100%; float: left; border-top: 1px solid #ccc; padding-top: 5px }
.comment_author { float: left } 
.comment_date { float: right }

.blog_search_content ol { margin: 10px 0px 0 20px; }

#media_form { margin: 20px 0px; }

#media_form table td {
	color: #666;
	font-size: 12px;
	padding: 3px;
}

#media_form input.image_option { margin: 0 5px 0 10px; }

#embed_source_row {	display: none; }

#wiki_media_slide_tabs_controller {	display: none }

.wiki_media_slider { font-size: 12px;  }

.wiki_media_slider .left {	float: left; }

.wiki_media_slider .right {	float: right; }

.wiki_media {
	background-color: #eee;
	width: 200px;
	height: 260px;
	float: left;
	font-size: 12px;
	margin: 15px 10px 0 0;
	padding: 5px;
	border: 1px solid #666;
}

.wiki_media .media_options img { 
	float: right;
	padding: 0 3px 5px 3px;
}

#wiki_media_slides { font-size: 12px; margin-top: 10px }

#wiki_media_slides div {
	z-index: 0;
}

.media_title { float: left }


.clear { clear: both;height: 20px; }

.wiki_header {
  float:left;
  margin-top:10px;
  padding:5px 0px 5px 10px;
  width:450px;
}

h3.article_title {
	color:#f27d00;
}

h3 a {
  text-decoration: none;
  color: #e70f00;
}

h2 a:hover {
  text-decoration: underline;
}

h2 a {
  text-decoration: none;
  color: #e70f00;
}

h3 a:hover {
  text-decoration: underline;
}

#forgot_password table { margin-top: 20px; }
#forgot_password td { padding: 5px }

.search_form {
	float: right;
	margin-top: -50px;
	width: 310px;
}

.event_info {
	margin-bottom: 20px;
	float: right;
	clear: both;
}

.search_div {
	float: right;
	clear: both;
	width: 200px;
}

.search_box_txtbox {
	width: 159px;
	height: 26px;
	background-image: url(../img/search_box.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 3px;
}

.search_form .search_button {
	float: left;
}

.search_form input { 	
	border: 0;
	margin: 4px 0 0 3px;
}

.rss {
	width: 46px;
	height: 47px;
	float: right;
	z-index: 5;
	margin-top: -33px;
	margin-right: -10px;
}

.rss2 {
	width: 46px;
	height: 47px;
	float: right;
	z-index: 5;
	margin-top: -4px;
	margin-right: -20px;
}

.rss3 {
	width: 46px;
	height: 47px;
	float: right;
	z-index: 5;
	margin-top: -15px;
	margin-right: -20px;
}

#top_posts {
	padding: 10px;
	width: 280px;
	height: 300px;
	min-height: 300px;
	background-color: #fff;
	float: left;
	margin-top: 80px;
}

#top_posts .post {
	padding: 5px 0;
}

#top_posts a {
	font-size: 12px;
	color: #f27d00;
	text-decoration: none;
}

.blog_track {
	margin-top: 10px;
	font-size: 11px;
	color: #666;
	display: block;
}

#logout { float: right }

.updatedby {
	color:#E70F00;
}

.blog_post_header h3 a {
	text-decoration: none;
	color: #f27d00;
}

.articles h3 a {
	text-decoration: none;
	color: #f27d00;
}

.dummy_div {
	height: 1px;
	width: 100%;
}

#error {
	background-color: #fff;
	width: 940;
	height: 400px;
	padding: 10px;
}

#error ul {
	margin-left: 20px;
}

#error h3 {
	color: #d42e12;
	margin-bottom: 20px;
}

#error ul li {
	padding: 3px;
}

#error ul li, #error p {
	font-size: 12px;
}

.all {
	margin-top: 10px;
	float: right;
	clear: both;
	zoom: 1;
}
.revision_header {
	clear:both;
	padding: 15px 0px 10px 0px;
}

.all_partners a{
display:block;
text-align:right;
position:absolute;
z-index:9999;
margin-top:-78px;
margin-left:200px;
font-size:12px;
text-decoration:none;
color:#e70f00;

}

.all_partners a:hover {
text-decoration:none;

}