/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Underground
	TEMPLATE CODE:		S-0006
   VERSION:          1.1
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size:70%;
	color: #333;
	background: #FFF url(/images/bg.gif) repeat-x;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001;
	background-color: inherit;
}
a.image_link img {
    border: 0;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;
	text-transform: uppercase;
}
h3 {
	font-size: 140%;
	color: #003366;
}

img.icon {
  border: 0;
}
img.map {
   border:1px solid #7f9db9;
   margin-top:2px;
   padding:2px;
}

h1, h2, h3, p {
	padding:10px 30px 10px 10px;
}

p.paragraph {
    padding-top: 0;
    padding-bottom: 10px;    
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ol.commentlist {
	border-color:#EEE8E1;
	border-style:solid;
	border-width:1px 1px 0;
	margin:12px 10px;
	padding:0;
}
ol.commentlist .userPhotoField{
	float: left;
    margin-right:10px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;
  	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
	font-weight: bold;
}



/* form elements */
form.vertical {
	margin:10px;
	padding: 5px 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

form.vertical fieldset {
	border-color:#000000 #FFFFFF #FFFFFF;
	border-style:solid;
	border-width:1px 0 0;
	display:block;
	position:relative;
	padding: 1em 5px;
}
form.vertical legend {
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	position: relative;
	padding: 0px 5px ;
	top:-0.5em;
	background-color:#f2f2f2;
}

form.vertical select {
	margin-top:2px;
	display:block;
	width: 160px;
    border: 1px solid #7f9db9;
}

form.vertical label {
	margin-top:2px;
	display:block;
	float:left;
	font-weight:normal;
	width:160px;
}

form.vertical input {
	margin-top:2px;
	display:block;
	width:160px;
}

form.vertical input[type="text"],
form.vertical input[type="password"]{
    border: 1px solid #7f9db9;
}
form.vertical input.checkbox{
    display:inline;
    width:auto;
}

form.vertical input[type="hidden"] {
  -moz-appearance: none;
  display: none;
  padding: 0;
  border: 0;
  cursor: auto;
  -moz-user-focus: ignore;
  -moz-binding: none;
}
form.vertical textarea.narrow {
    height:25px;
}
form.vertical textarea {
	width:350px;
	margin-top:2px;
    padding:2px;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
    border: 1px solid #7f9db9;
}
form input.button,#messageBoxControls input.button{
	margin: 5px 2px 2px;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCCCCC;
	padding: 1px;
	background: #FFFFFF;
	color: #CC0000;
    width: 120px;
}
/* login form */

input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #CCCCCC;
	background: #FFF;
	color: #333;
}

img.login_icon {
	padding: 5px 5px 0 0;
	float: left;

}
input.loginbutton {
	margin: 0;
	font-size: 100%;
	font-family: Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFFFFF url(/images/headerbg.gif) repeat-x bottom left;
	padding: 1px;
	font-weight: bold;
	height: 23px;
	color: #333;
	width: 85px;
}

/**********************************
  COMPONENTS
***********************************/
.side-adlist ul {
    list-style:none;
    margin:0;
    padding:0;
}
.side-adlist img {
    border:0;
}

.hidden {
	display:none;
}

div.portlet {
    clear: both;
    margin-bottom: 5px;
}
.tab_container {
    margin:10px;
    overflow:hidden;
}
.tab_container ul{
	padding: 0;
    margin:0;
	list-style:none;
    border-bottom: 1px solid #E2E2E2;
    float:left;
    width:130px;
    margin-top:10px;
}

.tab_container li {
   border-style:solid;
   border-width:1px 1px 0 1px;
   border-color: #E2E2E2;
   margin:0 0 0 0;
   background-color: #F0F0F0;
   padding:3px 0 3px 5px;
}
.tab_container li.selected {
	background:white none repeat scroll 0 0;
    border-width:1px 0 0 1px;
    width:124px;
    background-color: #FFFFFF;
}
.tab_container .content {
    padding: 10px;
    border-left: 1px solid #E2E2E2;
    margin-left: 129px;
}

.user_gallery_item {
    float:left;
    margin:5px;
    padding: 5px;
    background-color:#FAFAFA;
    border:1px solid #F2F2F2;
    width:110px;
    height:115px;
}

.user_gallery_item .userPhotoField {
    float: left;
    margin-right:5px;
}

#user_gallery_actions {
    text-align:right;
    clear:both;
}

/* -- dashboard -- */

#offer_control_list {
    background-color:#FAFAFA;
    border:1px solid #F2F2F2;
    margin:0 5px;
    overflow:hidden;
    padding:5px;
}

.offer_control_container {
    height:120px;
    width:167px;
    margin:0 7px;
    float:left;
}

.offer_control {
    background-color:seashell;
    border:1px solid #7F9DB9;
}

.active_control {
    background-color:NavajoWhite;
}

.search_actions {

}

.offer_control h3 {
    background-color:#777777;
    font-size:12px;
    padding:0 5px;
    text-align:center;
    color:#FFFFFF;
}

.offer_control_content {
    padding:5px
}

.offer_control .route_name {

}

.offer_duration {

}

.offer_duration .button {
    width:100%;
    margin:5px 0 0;
}

.offer_control .actions {
    
}

.result_list table {
	font-family: Arial, Sans-serif;
	border-collapse: collapse;
	background-color: #FAFAFA;
	padding: 1px;
	color: #333333;
	width: 100%;
	text-align:left;
}

.result_list th{
	border-top: 4px solid #666666;
	background-color: #dddddd;
	color: #555555;
	font-weight: bold;
	padding: 5px 10px;
}
.result_list td{
	padding: 5px 5px;
}


.result_list tr.odd {
	background-color: #FFFFFF;
}


.result_list tr.even {
	background-color: #F2F2F2;
}

.result_list tr.highlight_odd {
    background-color: #FFA;
}

.result_list tr.highlight_even {
    background-color: #F5F5A5;
}

.selected_item {
	border:1px dashed #7F9DB9;
}

.result_list p {
	margin: 20px 10px 5px 10px;
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1;
	border-top: 1px dashed #EFF0F1;
	text-align: right;
	clear: both;
}
.result_list a.current_page {
	font-weight:bold;
}

.commentlist li.alt {
	background:#FAF7F5 none repeat scroll 0 0;
}
.commentlist li {
	border-bottom:1px solid #EEE8E1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:5px;
}
.commentlist li cite {
	display:block;
	font-style:normal;
	font-weight:bold;
	padding:7px;
}

.commentlist li cite img {
	float:left;
	margin-right:10px;
    margin-bottom:5px;
}
.commentlist li cite .comment-data {
	font-size:0.8em;
	font-weight:normal;
}
.commentlist li .comment-text {
	clear:both;
	margin:0;
	padding:0;
}
.commentlist li .post-text {
	font-weight:normal;
    margin-bottom:5px;
	padding:0;
}

.ajax_user_contact_info {
    font-weight:bold;
}

.post_content .userPhotoField {
	float:left;
	margin-right:10px;
    margin-bottom:5px;
}

.post_content .post_author {
    margin:5px
}

.post_content .post_timing {
    float:left;
    margin-right:5px;
}

.post_content .post_text {
    margin:5px;
}

.post_answers {
    clear:left;
    display:block;
}

.post_answer .attachments {
    float:left;
    margin-right:5px;
}

.alt .post_answer, .alt .quick_reply {
   background-color:#FFFFFF;
   border:1px solid #F2F2F2;    
}
.post_answer, .quick_reply {
   background-color:#FAFAFA;
   border:1px solid #F2F2F2;
   display:block;
   overflow:hidden;
   padding:5px;
   margin-top:5px;
}
.post_answer_author{
    display:block;
    margin-bottom:5px;
}

.post_answer_actual_text{
   font-style:italic;
}
.post_answer_text {
   float:left;
   margin-right:15px;
   width:400px;
}
.post_answer_timing {
}

.post_actions{
   font-weight:bold;
   margin:5px;
   text-align:right;
}

.post_actions a {
    color: #CC0000    
}

.quick_reply textarea {
   float:left;
   font-size:11px;
   height:30px;
   margin-right:15px;
   width:383px;
}

.quick_reply .button {
    margin:0;
}

.commentlist table tr{
    background-color:#FAFAFA;
    border:1px solid #F2F2F2;
    margin-left:7px;
    margin-top:2px;
    padding:2px;
}

.post-answer span {
    float:right;
}

.dateSelects select {
    margin-right:2px;
    float:left;
}

.dateSelects select.year {
    width:53px;
}

.dateSelects select.month {
    width:82px;
}

.dateSelects select.day {
    width:39px;
}

td.label {
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
    vertical-align:top;
}

th.actions, td.actions {
    width:75px;
}

th.time {
    width:88px;
}

th.name {
    width:57px;
}

div.main_panel {
	margin:10px;
	padding: 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

div.inner_panel {
	background-color:#FAF7F5;
	border:1px solid #D2D2D2;
    padding:0 5px 5px;
}
div.inner_panel h3 {
	background-color:#777777;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 -5px;
    margin-bottom:5px;
    padding:2px 10px;
    font-size:100%;
}
p.error {
	margin:0 0 0 15px;
	padding:0;
	color: #CC0000;
}

table.day_choice {
    margin-left:160px;
}
table.day_choice th{
    width:20px;
}
/**********************************
  LAYOUT
***********************************/
#messageBoxBody {

}
#messageBoxControls {
    margin:10px,20px,0,10px;
    text-align:left;
}

#wrap {
	padding-left: 20px;
	width: 950px;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;
	color: #FFF;
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px;
	margin: 0; padding: 0;
}

#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}
#login_panel{
	position: absolute;
	top: 5px; right: 5px;
	padding: 10px 0 0 0;
    margin: 0;
	border: none;
	background-color: transparent;
}

/* navigation tabs */
#header ul {
	position: absolute;
   margin:0;
   list-style:none;
	right:-18px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(/images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#main {
	float:left;
    margin:0 5px 15px 5px;
    padding:0;
    width:580px;
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px;
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase;
	background-color: #CC0000;
	letter-spacing: .5px;
}

/* sidebar */
.sidebar {
	background-color:#FFFFFF;
    float:left;
    margin:0;
    padding:0;
    width:180px;
}
.sidebar h1 {
	margin: 10px 0 0 0;
	padding: 4px 0 4px 8px;
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase;
	background: #777777;
	letter-spacing: 1px;
}
.sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;
	background: #FFF;
}
.sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 -1px 0;
	padding: 0;
	text-decoration: none;
}

.sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2;
	margin: 0;
}
.sidebar ul.sidemenu a.current {
	text-decoration: underline;
}

.sidebar ul.sidemenu a {
	font-weight: bolder;
    padding:5px 22px;
    margin-left:5px;
    display:block;
}
#offerDetails {
    display:block;
}
#offerDetailsLeft {
    float:left;
    width:274px;
}

#offerDetailsRight {
    margin-left:280px;
}

#offerContactInfo{
    height:inherit;
    width:253px;
}

#offerRouteInfoFrom,#offerRouteInfoTo{
    height:168px;
}

#offerRouteInfoTo {
    margin-top:5px;
}
#offerMessage {
	display:block;
    margin-top:5px;
    width:253px;
}
#routeDetails {
    overflow:hidden;
    margin:7px;
}
#routeDetailsFromMap {
    float:left;
    margin-right:5px;
}
#routeDetailsToMap {
    float:left;    
}
.icon_bullet{
	background: url(/images/bullet.gif) no-repeat scroll left center;
}
.icon_city{
	background: url(/images/city_20_20.gif) no-repeat scroll left center;
}
.icon_lt{
	background: url(/images/icon_lt_20_20.gif) no-repeat scroll left center;
}
.icon_eu{
	background: url(/images/eu_20_20.jpg) no-repeat scroll left center;
}

.icon_profile{
	background: url(/images/vcard.gif) no-repeat scroll left center;
}

.icon_search{
	background: url(/images/search_20_20.gif) no-repeat scroll left center;
}
.icon_stream{
	background: url(/images/transmit.gif) no-repeat scroll left center;
}
.icon_search_offer{
	background: url(/images/magnifier.gif) no-repeat scroll left center;
}
.icon_edit{
	background: url(/images/pencil.gif) no-repeat scroll left center;
}
.icon_delete{
	background: url(/images/bin_closed.gif) no-repeat scroll left center;
}
.icon_offer{
	background: url(/images/add.gif) no-repeat scroll left center;
}
.icon_new_doc{
	background: url(/images/new_doc_20_20.gif) no-repeat scroll left center;
}
.icon_my_routes{
	background: url(/images/my_routes_20_20.gif) no-repeat scroll left center;
}

.icon_my_route_members {
    background: url(/images/emoticon_smile.gif) no-repeat scroll left center;
}

.icon_my_offers{
	background: url(/images/tick.gif) no-repeat scroll left center;
}
.icon_action {
	width:16px;
	height:16px;
	border:0;
    cursor: pointer;
}
.user_contact_info {
    
}

.user_contact_info table {
	background-color:#FFFFFF;
	border-color:#525252;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
/* comment user info */
div.user_info_popup {
	left:315px;
	position:absolute;
    border-color:#525252;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
div.user_info_popup table {
	background-color:#FFFFFF;
    border: 0;
}

/* calendar */
div.cal_field {
    display:block;
    height:22px;
}
div.cal_field img{
    margin-top:3px;
    margin-left:-18px;
}

div.cal_field input{
    margin-left:2px;
}

img.avatar{
    border:1px solid #7f9db9;
}

/* footer */
.footer {
	clear: both;
	border-top: 1px solid #f2f2f2;
	background: #FFF url(/images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 95%;
}
.footer a {
	text-decoration: none;
	font-weight: bold;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.border-top-dashed { border-top: 1px dashed #c2c2c2; }
.margin-right-small { margin-right:5px;}
.margin-bottom-small {margin-bottom:5px;}
/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.bold {font-weight: bold;}
.controls {
	margin: 20px 0 0 0;
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1;
	border-top: 1px dashed #EFF0F1;
}

