/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
padding: 15px; 

/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red; 
-webkit-box-shadow: 0px 0px 5px red; 
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
* Non-semantic helper classes 
*/

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
select, input, textarea, button { font:99% sans-serif; }
/* normalize monospace sizing */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body {
font-size: 12px;
*font-size:small;
}

html {
	min-width: 960px;
}

body, select, input, textarea {
font-family: Arial, Helvetica, sans-serif;
color: #666;
line-height: 1.4em;
}

::-moz-selection{ background: #c00e18; color:#fff; text-shadow: none; }
::selection { background:#c00e18; color:#fff; text-shadow: none; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #c00e18; font-family: "nudista-web-1", sans-serif;}
h1 {font-size: 1.6em;line-height: 1.8em;}
h2 {font-size: 1.5em;line-height: 1.7em;}
h3 {font-size: 1.4em;line-height: 1.6em;}
h4 {font-size: 1.3em;line-height: 1.5em;}
h5 {font-size: 1.2em;line-height: 1.4em;}
h6 {font-size: 1.1em;line-height: 1.3em;}
p {margin-bottom: 8px; }
p.main-p {font-size: 1.2em;font-weight: bold;line-height: 1.2em;}

a, a:active, a:visited { color: #444; text-decoration: none; }
a:hover { color: #666; }

.left {float: left;}
.right {float: right;}
.center {margin-left: auto;margin-right: auto;}
.hide {display: none;}

/* Primary Styles
Author: Kalexiko
*/
.container {
width: 940px;
padding: 0px 10px;
margin-left: auto;
margin-right: auto;
}

.clear {
clear: both;
}

.page-error {
height: 500px;
padding: 50px;
background: #fff;
}
.page-error h3 {
font-size: 24px;
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}
.page-error a {
color: #C00E18;
}
/* HEADER ////////////////////////////////////////////////////////////////////// */
header {
background: url(../public/images/header_bg.jpg) no-repeat center #c00e18;
color: #fff;
height: 170px;
min-width:940px;
}

#login {
background: #f3f3f3;
color: #333333;
padding: 10px;
overflow: hidden;
width: 200px;
position: absolute;
top: 0;
right: 0;
}
#login form input.text {
	display: block;
	width: 190px;
	padding: 4px;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin-bottom: 5px;
}
#login form input.submit {
	float: right;
}
#login a {
	font-size: 11px;
}

#login img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin-right: 10px;
}

#main-ad {
	display: block;
	height: 48px;
	overflow: hidden;
	z-index: -1;
}

#ad-top-color {

	width: 100%;
	height: 48px;
	z-index: -2;

}

#main-ad img {
	display: block;
	margin: 0 auto;
	margin-top: -48px;
}




.links {
width: 150px;
float: right;
}
.links a {
float: right;
font-size: 11px;
color: #fff;
}
.close {
width: 15px;
height: 15px;
background: #333;
color: #fff;
}
.close a {
cursor: pointer;
}

.line-break {
display: block;
height: 2px;
background: url(../public/images/line_break.jpg) repeat;
}

header .container {
position: relative;
height: 170px;
overflow: hidden;
}

footer {
padding-top: 20px;
padding-bottom: 50px;
overflow: hidden;
}

.foot-left, .foot-right {
width: 50%;
float: left;
font-size: 11px;
margin-top: 20px;
color: #666666;
}

.foot-right ul li {
list-style-type: none;
margin: 0;
}

.foot-links {
float: left;
margin-right: 10px;
}
#english, #spanish, #portuguese, #german, #mandarin, #french, #italian, #polska {
	padding-left: 20px;
}
#english {
	background: url(../public/images/icon/english.png) no-repeat left center;
}
#spanish {
	background: url(../public/images/icon/spanish.png) no-repeat left center;
}
#portuguese {
	background: url(../public/images/icon/portuguese.png) no-repeat left center;
}
#german {
	background: url(../public/images/icon/german.png) no-repeat left center;
}
#mandarin {
	background: url(../public/images/icon/mandarin.png) no-repeat left center;
}
#french {
	background: url(../public/images/icon/french.png) no-repeat left center;
}
#italian {
	background: url(../public/images/icon/italian.png) no-repeat left center;
}
#polska {
	background: url(../public/images/icon/polska.png) no-repeat left center;
}

.main-sponsors {
padding: 20px 0px;
}

.main-content {
background-image: url(../public/images/main_bg.jpg);
background-repeat: repeat-x;
background-color: #d2dce6;
padding: 10px 0px;
overflow: hidden;
}

.top-nav {
margin: 0;
position: absolute;
bottom: 4px;
right: 0;
}

.top-nav li {
display: inline;
}

.top-nav li a {
background: #ffffff;
padding: 5px 8px;
text-transform: uppercase;
}
.top-nav li a:hover, .top-nav li a.active {
background: #eceff4;
}
.top-nav li a.active {
font-weight: bold;
}

.logo {
display: block;
float: left;
width: 150px;
height: 150px;
background: url(../public/images/logo.png) no-repeat;
text-indent: -9999px;
margin-top: 12px;
}
.logo:hover {
	background-position: -150px;
}

.sign-in {
position: absolute;
top: 5px;
right: 0;
}

.sign-in a {
color: #ffffff;
margin-left: 12px;
}

.facts {
color: #698593;
font-size: 18px;
line-height: 22px;
text-align: center;
}

.double-col {
width: 700px;
margin-right: 20px;
}

.banner {
height: 200px;
background: url(../public/images/banner.png) no-repeat bottom right;
margin: 0px !important;
padding: 0px 20px 20px 0px;
}

.banner h1 {
font-size: 32px;
line-height: 36px;
color: #333;
width: 400px;
margin-top: 20px;
font-weight: 700;
}

.single-col a, .content-col a {
color: #c00e18;
font-weight: bold;
}

.single-col {
width: 200px;
padding: 10px;
background: #fff;
}

.normal-btn {
display: block;
width: 178px;
height: 44px;
background: url(../public/images/button/normal_button.png) no-repeat;
color: #ffffff !important;
font-weight: bold;
text-align: center;
text-shadow: 1px 0px #000;
font-size: 14px;
line-height: 44px;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.video-btn {
display: block;
width: 178px;
height: 44px;
background: url(../public/images/button/video_btn.png) no-repeat;
color: #ffffff !important;
font-weight: bold;
text-align: center;
text-shadow: 1px 0px #000;
font-size: 14px;
line-height: 44px;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.normal-btn:hover, .video-btn:hover {
background-position: -178px;
color: #ffffff;
}

.banner .normal-btn, .banner .video-btn {
float: left;
margin-right: 10px;
margin-top: 32px;
}

.small-btn {
display: block;
width: 121px;
height: 44px;
background: url(../public/images/button/small_button.jpg) no-repeat;
color: #ffffff !important;
font-weight: bold;
text-align: center;
text-shadow: 1px 0px #000;
font-size: 14px;
line-height: 44px;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.small-btn:hover {
background-position: -121px;
color: #ffffff;
}

.smallest-red-btn {
display: block;
width: 104px !important;
height: 29px !important;
background: url(../public/images/button/smallest_red.jpg) no-repeat !important;
color: #ffffff !important;
font-weight: bold;
text-align: center;
text-shadow: 1px 0px #000;
font-size: 12px;
border: 0;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.smallest-red-btn:hover {
background-position-x: -104px;
}
.smallest-red-btn:active {
background-position-x: -208px;
}

a.smallest-red-btn {
display: block;
width: 104px;
height: 29px;
line-height: 29px;
background: url(../public/images/button/smallest_red.jpg) no-repeat;
color: #ffffff !important;
font-weight: bold;
text-align: center;
text-shadow: 1px 0px #000;
font-size: 12px;
border: 0;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
a.smallest-red-btn:hover {
background-position-x: -104px;
}
a.smallest-red-btn:active {
background-position-x: -208px;
}

.normal-black-btn {
width: 161px;
height: 29px;
background: url(../public/images/button/normal_black.jpg) no-repeat;
color: #ffffff !important;
font-weight: bold;
text-align: center;
text-shadow: 1px 0px #000;
font-size: 12px;
border: 0;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.normal-black-btn:hover {
background-position-x: -161px;
}
.normal-black-btn:active {
background-position-x: -322px;
}

.content-col {
width: 320px;
min-height: 550px;
padding: 10px;
margin-right: 20px;
background: #fff;
}

.double-content-col {
width: 680px;
min-height: 300px;
padding: 10px;
background: #fff;
overflow: hidden;
}

.last {
margin-right: 0px !important;
}

.news-item {
display: block;
margin-bottom: 32px;
overflow: hidden;
}
.news-image {
float: left;
width: 100px;
height: 100px;
border: 1px solid #ccc;
padding: 2px 0px 0px 2px;
}

.news-image p {
text-align: center;
margin-top: 10px;
font-weight: bold;

}

.news-info {
float: right;
width: 210px;

}

.news-item h3 {
margin: 0;
padding: 0;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 12px;
color: #666;
}

.news-item a {
color: #c00e18;
font-weight: bold;
}
.news-titles {
	color: #C00E18;
	font-weight: bold;
	border-top: 0px!important;
}


.latest-members ul {
margin-left: 0px;
margin-bottom: 20px;
}
.latest-members ul li {
list-style-type: none;
border-bottom: 1px dashed #ccc;
}

.latest-members img {
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px 0px;
}

.double-content {
width: 450px;
}

.quote-box {
width: 200px;
padding: 10px;
background: #eaeaea;
}
.quote-box span {
display: block;
font-weight: bold;
margin-top: 10px;
}

.author {
color: #c00e18;
font-weight: bold;
}

.author span {
display: block;
color: #666;
}

.single-col-block {
}
.single-col-block h4 {
color: #666;
font-size: 14px;
line-height: 16px;
margin-bottom: 16px;
}

hr {
padding: 0px 0px;
}

.wrap {
height: 100%;
}

.news-row {
overflow: hidden;
padding: 10px 0px;
border-top: 1px dotted;
}
.news-row a:hover {
color: #c00e18;
}
.news-title, .news-author, .news-date {
float: left;
}
.news-title {
width: 390px;
padding-right: 10px;
font-weight: bold;
}
.news-author {
width: 180px;
padding-right: 10px;
}
.news-date {
width: 80px;
padding-right: 10px;
text-align: center;
}

.bottom-nav {
display: block;
overflow: hidden;
margin-left: auto;
margin-right: auto;
margin-top: 10px;

}
.bottom-nav a {
float: left;
padding: 6px 8px;
margin: 2px;
}
span.prev-next a {
width: 60px;
text-align: center;
border: 1px solid #999;
}

form.sort-results {
float: right;
margin-bottom: 10px;
}
form.sort-results label {
margin-left: 10px;
}

.article-top {
overflow: hidden;
margin-bottom: 20px;
}
.article-top img {
float: left;
margin-right: 10px;
}
.article-top h3 {
line-height: 18px;
margin-bottom: 32px;
}
.article-top a {
color: #c00e18;
}

.content-column {
width: 320px;
}

.member-form {

}
.member-form input.text, .member-form label {
float: left;
width: 308px;
margin-right: 40px;
}
.member-form label {
margin-top: 10px;
width: 320px;
}
.member-form label span {
color: #c00e18;
}
.member-form input.text {
border: none;
padding: 0;
border: 1px solid #ccc;

padding: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 0px 4px #ccc;
}
.member-form input.text:focus, .member-form input.text:hover {
background: #f5f5f5;
}
.form_invalid {
color: #c00e18;
font-weight: bold;
margin-top: 2px!important;
}
.member-form textarea {
width: 666px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 0px 4px #ccc;
}
input.small-btn {
width: 121px;
height: 44px;
border: 0;
}

.lobby-row {
overflow: hidden;
display: block;
border-bottom: 1px dotted #666;
line-height: 36px;
padding: 10px 0px;
}
.lobby-row div {
margin-right: 5px;
}
.title-row {
font-weight: bold;
}
.lobby-img {
float: left;
display: block;
width: 80px;
}
.lobby-forename, .lobby-surname, .lobby-position, .lobby-location, .lobby-actions {
margin: 35px 0px;
}
.lobby-forename {
float: left;
display: block;
width: 100px;
}
.lobby-surname {
float: left;
display: block;
width: 100px;
}
.lobby-position {
float: left;
display: block;
width: 195px;
}
.lobby-location {
float: left;
display: block;
width: 100px;
}
.lobby-actions {
float: left;
display: block;
width: 80px;
margin-right: 0px !important;
}
.title-row div {
margin: 0px;
margin-right: 5px;
}

.smallest-btn {
display: block;
width: 80px;
height: 36px;
background: url(../public/images/button/smallest_btn.jpg) no-repeat;
color: #fff!important;
text-align: center;
}
.smallest-btn:hover {
background-position: -80px;
}

.lobby-message {
width: 600px;
display: none;
margin-left: 40px;
}

.lobby-message form textarea {
width: 588px;
height: 125px;
padding: 5px;
-webkit-border-radius: 5px;
border-color: #666;
}

.resource-row {
overflow: hidden;
display: block;
border-bottom: 1px dotted #666;

padding: 10px 0px;
}
.resource-row div {
margin-right: 5px;
}
.resource-id {
float: left;
display: block;
width: 40px;
}
.resource-type, .resource-name, .resource-description, .resource-size, .resource-actions {
margin: 15px 0px;
}
.resource-type {
float: left;
display: block;
width: 100px;
}
.resource-name {
float: left;
display: block;
width: 140px;
}
.resource-description {
float: left;
display: block;
width: 195px;
}
.resource-size {
float: left;
display: block;
width: 100px;
}
.resource-actions {
float: left;
display: block;
width: 80px;
margin-right: 0px !important;
}
.resource-row .smallest-btn {
line-height: 36px;
}

/*My account*/
.account-bar {

}
.account-bar h3 {
color: #333;
}
.account-bar ul {
list-style-type: none;
margin-left: 0px;
}
.account-bar ul li a {
display: block;
padding: 16px 0px;
padding-left: 50px;
border-top: 1px dotted #999999;
color: #333333;
}
.account-bar ul li a:hover, .account-bar ul li a.active {
background-color: #e5e5e5;
}
a.my-profile-link {
background: url(../public/images/icon/account/my_profile.png) no-repeat 5px center;
}
a.my-microsite-link {
background: url(../public/images/icon/account/www.png) no-repeat 5px center;
}
a.account-details-link {
background: url(../public/images/icon/account/account_details.png) no-repeat 5px center;
}
a.upload-organogram-link {
background: url(../public/images/icon/account/upload_organogram.png) no-repeat 5px center;
}
a.upload-tender-guide-link {
background: url(../public/images/icon/account/upload_tender_guide.png) no-repeat 5px center;
}
a.my-mailbox-link {
background: url(../public/images/icon/account/mailbox.png) no-repeat 5px center;
}
a.view-analytics-link {
background: url(../public/images/icon/account/view_analytics.png) no-repeat 5px center;
}
a.resources-link {
background: url(../public/images/icon/account/resources.png) no-repeat 5px center;
}
a.add-article-link {
background: url(../public/images/icon/account/add_news_article.png) no-repeat 5px center;
}

/* ===== ===== ===== ===== FORMS ===== ===== ===== ===== */

.field {
width: 300px;
}
/*My Profile Form*/
.profile-image input.file {
clear: both;
	float: left !important;
	margin-bottom: 30px;
}
label, input.text {
border: 0px;
margin-bottom: 2px;
margin-right: 20px;
padding: 0px;
}

select {
	width: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
}

input.text {
width: 288px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px #ccc;
margin-bottom: 10px;
}
 input.text:focus, input.text:hover {
background-color: #f5f5f5;
}

textarea {
width: 668px;
max-width: 668px;
height: 100px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px #ccc;
margin-bottom: 10px;
}
 .profile-image img {
float: left;
width: 100px;
padding: 5px;
border: 1px solid #ccc;
margin-bottom: 20px;
}

/* Add News Article Form */
/*My Profile Form*/
.profile-image input.file {
float: right;
width: 180px;
}
form#add_news_article label, form#add_news_article input.text {
border: 0px;
margin-bottom: 2px;
margin-right: 20px;
padding: 0px;
}
form#add_news_article input.text {
width: 288px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px #ccc;
margin-bottom: 10px;
}

textarea.basic-wysiwyg {
	height: 400px;
}

form#add_news_article input.text:focus, form#add_news_article input.text:hover {
background-color: #f5f5f5;
}
form#add_news_article textarea {
width: 668px;
height: 400px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px #ccc;
margin-bottom: 10px;
}
form#add_news_article .profile-image img {
float: left;
width: 100px;
padding: 5px;
border: 1px solid #ccc;
margin-bottom: 20px;
}

/*Account Details Form*/
form#account_details label, form#account_details input.text, form#upload_organogram label, form#upload_organogram input.text {
width: 300px;
border: 0px;
margin-bottom: 2px;
padding: 0px;
}
form#account_details input.text, form#upload_organogram input.text {
width: 288px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px #ccc;
margin-bottom: 10px;
}
form#account_details input.text:focus, form#account_details input.text:hover, form#upload_organogram input.text:focus, form#upload_organogram input.text:hover {
background-color: #f5f5f5;
}
form#account_details textarea {
width: 668px;
height: 100px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px #ccc;
margin-bottom: 10px;
}

form#upload_tender_guide textarea {
width: 668px;
height: 100px;
padding: 5px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px #ccc;
margin-bottom: 10px;
}

/*Mailbox form*/
.mailbox-nav {
padding: 10px 0px;
border-bottom: 1px dashed #ddd;
overflow: hidden;
}
.mail-row {
overflow: hidden;
margin-bottom: 2px;
padding: 6px 0px;
border-bottom: 1px dashed #ddd;
}
form#mailbox input {
float: left;
margin-right: 10px;
margin-top: 3px;
}
form#mailbox .mail-row a {
float: left;
padding-left: 24px;
padding-right: 20px;
background: url(../public/images/icon/read.jpg) no-repeat left center;
margin: 0px;
width: 360px;
}
form#mailbox .mail-row a.unread {
background: url(../public/images/icon/unread.jpg) no-repeat left center;
font-weight: bold;
}
.mail-row .mail-author {
float: left;
width: 160px;
padding-right: 20px;
margin-bottom: 0px;
}
.mail-row .mail-date {
float: left;
width: 50px;
text-align: right;
margin-bottom: 0px;
}

/*New Message Form*/

form#compose_mail label {
float: left;
width: 90px;
}
form#compose_mail input.text, form#compose_mail textarea{
float: left;
clear: both;
width: 668px;
}

label.error {
display: block;
color: red;
}

.form-block {
float: left;
width: 310px;
padding: 5px;
height: 36px;
}
label.full-label {
width: 668px !important;
}

.add-btn {
height: 29px;
background: url(../public/images/button/plus.jpg) no-repeat;
border: 0px;
padding-left: 26px;
}

.mail-message-container {
overflow: hidden;
margin-top: 20px;
}
.mail-message-image {
padding-right: 20px;
border-right: 1px solid #ccc;
height: 100%;
}
.mail-message-image img {
width: 60px;
}
.mail-message-body {
width: 580px;
}
p.mail-title {
font-size: 16px;
font-weight: 600;
}
a.mail-from {
margin-bottom: 0px;
color: #C00E18;
font-weight: bold;
}

.mail-top {
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}

.blue-btn {
background: url(../public/images/button/blue_btn.jpg) no-repeat;
width: 67px;
height: 29px;
line-height: 29px;
border: 0px;
display: block;
color: #fff!important;
text-align: center;
font-weight: bold;
margin-left: 5px;
}
.blue-btn:hover {
background-position: -67px;
}
.blue-btn:active {
background-position: -134px;
}

.black-btn {
background: url(../public/images/button/black_btn.jpg) no-repeat;
width: 67px;
height: 29px;
line-height: 29px;
border: 0px;
display: block;
color: #fff!important;
text-align: center;
font-weight: bold;
margin-left: 5px;
}
.black-btn:hover {
background-position: -67px;
}
.black-btn:active {
background-position: -134px;
}

.red-btn {
background: url(../public/images/button/red_btn.jpg) no-repeat;
width: 67px;
height: 29px;
line-height: 29px;
border: 0px;
display: block;
color: #fff!important;
text-align: center;
font-weight: bold;
margin-left: 5px;
}
.black-red:hover {
background-position: -67px;
}
.black-red:active {
background-position: -134px;
}
input.red-btn {
	line-height: 24px;
}

.treble-field {
width: 210px;
float: left;
margin-right: 25px;
}

/*Members search*/
#members_search {
overflow: hidden;
}
#members_search input {
border: 0;
padding: 5px;
width: 200px;
}
#members_search select {
width: 100%;
}
#members_search .text {
	border: 1px solid #ccc;
}
.members-search-button {
margin-top: 17px;
}
.members-search-results {
overflow: hidden;
margin-bottom: 20px;
}
.members-search-results p {
float: left;
font-size: 18px;
}
.members-search-results p span {
font-weight: bold;
}
form#members_sort {
float: right;
}
form#members_sort label {
margin-left: 20px;
}

.members-search-row {
overflow: hidden;
padding: 10px 0px;
border-bottom: 1px dashed #ccc;
}
.members-title-row {
font-weight: bold!important;
}
.members-search-logo, .members-search-name, .members-search-description, .members-search-view {
float: left;
}
.members-search-logo {
width: 150px;
margin-right: 20px;
text-align: left;
position: relative;
}
.members-search-logo img {
width: 100px;
}

.member-group {
	width: 35px;
	float: left;
	padding-top: 10px;
}

.members-search-logo img.medal {
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.members-search-name {
width: 150px;
margin-right: 20px;
}
.members-search-description {
width: 202px;
margin-right: 20px;
}
.members-search-view {
width: 67px;
}

.member-profile h3 a {
float: right;
font-size: 12px;
}

.profile-row {
padding: 10px 0px;
border-top: 1px dashed #ccc;
overflow: hidden;
}
.profile-downloads {
background: #f6f4f4;
padding: 15px;
}
.profile-logo {
float: left;
margin-right: 20px;
}
.profile-logo img {
	width: 150px;
}
.profile-head {
overflow: hidden;
}
.profile-head p {
float: left;
margin-right: 40px;
}
.profile-head p a {
font-weight: bold;
color: #666;
}
.profile-head p a:hover {
color: #C00E18;
}

a.large-pdf {
background: url(../public/images/icon/large_pdf.jpg) no-repeat right center;
height: 64px;
line-height: 64px;
float: left;
padding-right: 64px;
margin-right: 20px;
font-weight: bold;
color: #666;
}
a.large-doc {
background: url(../public/images/icon/large_doc.jpg) no-repeat right center;
height: 64px;
line-height: 64px;
float: left;
padding-right: 64px;
font-weight: bold;
color: #666;
}

.open-msg, .cancel {
cursor: pointer;
}

p.analytics-line {
	margin-top: 20px;
}
p.analytics-line span {
	color: #c00e18;
	font-size: 16px;
	font-weight: bold;
}



.go-btn {
	border: 0px;
	width: 33px;
	height: 29px;
	background: url(../public/images/button/go.png) no-repeat;
	color: #fff;
	font-weight: bold;
}

.lobby-block {
	width: 216px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	padding-right: 10px;
}
.lobby-block img {
	float: left;
	margin-right: 10px;
}
.lobby-block .red-btn {
	position: absolute;
	bottom: 0px;
	left: 82px;
}

.news-article {
	padding: 10px 0px;
	border-top: 1px dotted #333;
	overflow: hidden;
}
.news-article img {
	width: 129px;
	height: 129px;
	float: left;
}

.news-article-admin img {
	width: 60px;
	height: 60px;
}

.news-article-content {
	width: 535px;
	float: right;
}

.news-article-admin .news-article-content {
	width: 600px;
}

.news-article a.title-link {
	color: #C00E18;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-article p.sub-text {
	overflow: hidden;
	font-size: 11px;
}
.news-article a.sub-link {
	color: #C00E18;
	font-size: 12px;
	font-weight: bold;
}

#lobby-form {
	width: 450px;
}
#lobby-form .left, #lobby-form .right {
	width: 210px;
	margin-bottom: 10px;
}
#lobby-form input.text {
	display: block;
	border: 1px solid #cccccc;
	width: 198px;
	padding: 5px;
}
#lobby-form textarea {
	display: block;
	border: 1px solid #cccccc;
	width: 438px;
	height: 100px;
	padding: 5px;
	margin-bottom: 10px;
}
#lobby-form input.red-btn {
	float: right;
}

#oganogram-form div.row {
	width: 668px;
	clear: both;
	margin-bottom: 25px;
	background: #fafafa;
	border: 1px solid #f6f6f6;
	float: left;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#oganogram-form div.entry {
	width: 215px;
	float: left;
}

#oganogram-form div.row div.entry:nth-child(3) {
	margin: 0px 10px;
}

#oganogram-form div.entry label {
	display: block;
}

#oganogram-form div.entry input {
	width: 210px;
	padding: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px #CCC;
	margin-bottom: 10px;
}

span.unread {
	background-color: #C00E18;
	color: #fff;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius:10px;
	border-radius:10px;
	font-size:10px;
}

.std-form .field {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.std-form .field.last {
	margin-right: 0px;
}
.std-form .dbl-field {
	width: 420px;
	float: left;
	margin-bottom: 10px;
}
.std-form .field input.text {
	width: 186px;
	padding: 7px;
	background: #dfdede;
	border: none;
}
.std-form .dbl-field input.text {
	width: 406px;
	padding: 7px;
	background: #dfdede;
	border: none;
}
.std-form .dbl-field textarea {
	width: 406px;
	height: 50px;
	padding: 7px;
	background: #dfdede;
	border: none;
}

.centre-horizontal-outer {
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.centre-horizontal-middle {
	position: relative;
	left: 50%;
	float: left;
}
.centre-horizontal-inner {
	position: relative;
	right: 50%;
}



ul.a-to-z {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear:both;
	width: 100%;
}
ul.a-to-z  li {
	float:left;
}

ul.a-to-z li.first {
	padding-right: 20px;
}

ul.a-to-z a {
	display: block;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	padding-left: 5px;
	float: left;
}

ul.a-to-z a:hover,
ul.a-to-z a.active {
	background: #C00E18;
	color:#fff;
}

ul.a-to-z li.last a {
	border-right: 0px;
}


/*
* Media queries for responsive design
* These follow after primary styles so they will successfully override.
*/

@media all and (orientation:portrait) {
/* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
/* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
j.mp/textsizeadjust
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
* print styles
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/
@media print {
* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a:after { content: " (" attr(href) ")"; }
abbr:after { content: " (" attr(title) ")"; }
.ir a:after { content: ""; }  /* Don't show links for images */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}

a.cur_page {
	font-weight: bolder;
	text-decoration: underline;

}


a.rss-feed {
	padding-left: 20px;
	background: url('../public/images/icon/rss.png') center left no-repeat;
	display: block;
	line-height: 20px;
}

a.rss-feed-news {
	float: right;
	margin-top: -20px;
}

div.flash{padding:10px;margin:5px 0;padding-left:60px;border-left:5px solid #fff;position:relative;min-height:50px;width:625px;float:right}div.error{border-color:#f30;background:#f7d7d7 url('../admin/images/alert-error.png') 10px 10px no-repeat;color:#900}div.info{background:#daecf8 url('../admin/images/alert-info.png') 10px 10px no-repeat;border-color:#3f89cb;color:#316a9f}div.success{background:#e0efd0 url('../admin/images/alert-success.png') 10px 10px no-repeat;border-color:#99c900;color:#690}div.alert{background:#fdfdd4 url('../admin/images/alert-alert.png') 10px 10px no-repeat;border-color:#ffb323;color:#ffb323}div.flash ul{padding-left:20px;list-style:square;line-height:150%}a.hide{font-size:10px;display:block;padding:2px;position:absolute;bottom:5px;right:5px;color:inherit}div.flash h5,div.flash p{padding:0;margin-bottom:5px}
