@import "login.css";
@import "menu/menu_style.css";
@import "footer.css";
@import "classes.css";

* /* all */
{
  margin: 0px;
  padding: 0px;
}

body
{
  font: 70% Arial, Tahoma, sans-serif;
  color: #666;
  background: #FFF;
  text-align: left;
}


.hide
{
  display: none;
}
.clearit
{
  clear: both;
}
.imgleft
{
  margin: 0 15px 10px 0;
  clear: left;
  float: left;
  border-style: none;
}
.imgright
{
  margin: 0 0 10px 15px;
  clear: right;
  float: right;
  border-style: none;
}
.paddingleft
{
  padding-left: 220px;
  border-bottom: 1px solid #ECE9D8;
  float: none;
}
.divleft
{
  margin: 15px;
  padding-right: 15px;
  clear: left;
  float: left;
  border-right: 1px solid #ccc;
}
.divleft img
{
  display: block;
  margin-bottom: 10px;
}

.centerit
{
  text-align: center;
}

.centerit img
{
  margin: 10px 0px;
}
.wide-select
{
  width: 120px;
}
.wider-select
{
  width: 200px;
}
#main fieldset.redborder select.wider-select
{
  width: 300px;
}



/*clearfix http://www.positioniseverything.net/easyclearing.html
  --------------------------------------------------------------
*/

.clearfix:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix
{
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
  height: 1%;
}
.clearfix
{
  display: block;
}
/* End hide from IE-mac */

/*wrap
----------------------------------*/
#wrap
{
  width: 1024px; /*background: #fff url(../img/bg_wrap.gif) repeat-y 0 0;*/
  margin: 0px;
  text-align: left;
  margin-left : auto;
  margin-right: auto;
}
/*wrap end
--------------------------------------------------*/





/*header
--------------------------------------------------*/
#header
{
  height: 82px;
  width: 100%; /*margin-left: 15px;*/
  position: relative;
  top: 0px;
  left: 0px;
}


#header h1 a
{
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/logo-tagline.jpg) no-repeat 0 0;
  height: 82px;
  width: 577px;
  text-indent: -99999px;
  outline: none;
}

#header .bannerholder
{
	float:right;
  position: absolute;
  top: 5px;
  left:555px;
  right: 0px;
  text-align: center;
}












/** This is for jquery.tooltip.js
#tooltip {
	border: #C50E0A 2px solid;
	padding: 5px;
	background: #fff;
	opacity: 0.98;
	font-weight: normal;
	width: 200px;
	text-align: left;
	font-size: 1em;
}
#tooltip h3 {
	font-size: 1em;
	font-weight: normal;
}
*/







/*MAILBAG
-----------------------------*/

#main .post-text
{
  background: #f7f7f7;
  margin: 5px 15px 30px;
  padding: 10px;
  border: 1px solid #EBE9ED;
}
#main .post-text select
{
  vertical-align: top;
  margin-right: 5px;
}
#main .post-text p
{
  margin: 0 0 10px;
}
#main p.thread-date
{
  margin: -10px -10px 10px;
  padding: 5px;
  background: #fff;
  padding-bottom: 3px;
}
#main p.thread-date .posted-by
{
  font-weight: bold;
  padding: 5px 0;
  background: url(../img/bg-postedby.gif) no-repeat 0 50%;
  padding-left: 20px;
  margin: 0;
}
#main p.thread-date .posted-at
{
  background: url(../img/bg-postedat.gif) no-repeat 0 50%;
  padding: 5px 0;
  padding-left: 20px;
  margin-left: 15px;
  margin: 0;
}
#main .posted-by
{
  font-weight: bold;
  padding: 5px 0;
  margin: 5px 0 5px 15px;
  background: url(../img/bg-postedby.gif) no-repeat 0 50%;
  padding-left: 20px;
  color: #666;
}
#main .posted-at
{
  padding: 5px 0;
  margin: 5px 15px;
  background: url(../img/bg-postedat.gif) no-repeat 0 50%;
  padding-left: 20px;
  color: #666;
}
#main .comments-no
{
  padding: 5px 15px 5px 20px;
  margin: 5px 15px;
  background: url(../img/bg-commentno.gif) no-repeat 0 50%;
  color: #666;
}
#main .comment-text
{
  background: #f9f9f9;
  margin: 20px 15px 15px 30px;
  padding: 10px;
  border: 1px solid #EBE9ED;
}
#main .comment-text h3
{
  margin: -22px 0 0 -10px;
  background: url(../img/bg-h3-comment.gif) no-repeat 0 0;
  padding-top: 20px;
  padding-left: 10px;
}
#main .comment-text p
{
  margin: 10px 0 0;
  color: #333;
}
#main fieldset.redborder, #main fieldset.fieldset
{
  margin: 15px;
  border: 1px solid #EBE9ED;
  width: auto;
  background: #f9f9f9;
}
#main fieldset.redborder input, #main fieldset.redborder select, #main fieldset.redborder textarea
{
  border: 1px solid #ccc;
  padding: 2px;
  float : left;
  clear : right;
}
#main fieldset.redborder input, #main fieldset.redborder select
{
  width: 200px;
}
#main fieldset.redborder select
{
  width: 206px;
}
#main fieldset.redborder textarea
{
  width: 300px;
}
#main fieldset.redborder label
{
  float : left;
  clear : left;
  width : 200px;
  display : block;
}

#main fieldset.redborder br
{
  clear : both;
}

#main fieldset.redborder input.buttons
{
  border-style: none;
    border-color: inherit;
    border-width: 0;
    width: auto;
      vertical-align: top;
      padding: 2px 5px 2px 16px;
    height: 22px;
}


.thread-holder
{
  background: #f7f7f7;
  margin: 15px;
  padding: 10px;
  border: 1px solid #EBE9ED;
  position: relative;
  height: 1%;
}
.thread-data
{
  border: 1px solid #EBE9ED;
  background: #fff;
  width: auto;
  padding: 7px;
  position: relative;
  float: right;
  top: 0px;
  right: 3px;
}
#main .thread-data .posted-by, #main .thread-data .posted-at, #main .thread-data .comments-no
{
  margin: 0;
}
#main .thread-holder h3
{
  background: url(../img/bg-h3-thread.gif) no-repeat 0 0;
  margin: 0 0 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 25px;
}
/*
links holder
-------------*/
#main .links-holder
{
  background: #f7f7f7;
  margin: 5px 15px;
  padding: 10px;
  border: 1px solid #EBE9ED;
  height: 1%;
}
#main .links-holder:hover
{
  background: #fff;
  border: 1px solid #ccc;
}

#main .links-holder img
{
  float: left;
  border: 1px solid #EBE9ED;
  padding: 10px;
  background: #fff;
  margin: 0 15px 0 0;
}
#main .links-holder a img
{
  float: left;
  border: 3px solid #EBE9ED;
  padding: 10px;
  background: #fff;
  margin: 0 15px 0 0;
}

#main .links-holder a:hover
{
  text-indent: inherit;
}
#main .links-holder a.update
{
  margin-right: 15px;
  padding-left: 20px;
  background: url(../img/bg-update.gif) no-repeat 0 50%;
}
#main .links-holder a.delete
{
  margin-right: 15px;
  padding-left: 20px;
  background: url(../img/bg-delete.gif) no-repeat 0 50%;
}
#main a.add-new
{
  background: url(../img/bg-add-new.gif) no-repeat 0 50%;
  margin: 15px;
  padding: 0 20px;
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
}


#main a.prev3
{
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  color: #c00;
  text-decoration: none;
  background: url(../img/bg-prev3.gif) no-repeat 0 50%;
  padding-left: 20px;
}
#main a.next3
{
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  color: #c00;
  text-decoration: none;
  background: url(../img/bg-next3.gif) no-repeat 100% 50%;
  padding-right: 20px;
}
#main a:hover.prev3, #main a:hover.next3
{
  color: #999;
}
#main div.back-link
{
  position : relative;
}
#main a.back-link
{
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #990000;
  position: absolute;
  top: -180px;
  right: 15px;
  line-height: 26px;
  background: url(../img/button-back.gif) no-repeat 0 50%;
  padding-left: 30px;
}

#main .admin-block
{
  display: inline;
  margin: 15px 0 0 15px;
  float: left;
  width: 275px;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid #EBE9ED;
  background: #FBFBFB;
  height: 1%;
}
#main .admin-block:hover
{
  background: #fff;
}
#main .admin-block h2
{
  color: #fff;
  background: #CA3030;
  margin: -1px 0px 0px;
  padding: 5px 15px;
}
#main .admin-block ul.announce
{
  margin: 5px 15px;
}
#main .admin-block ul.announce li
{
  background-image: none;
  margin-top: 0px ;
  margin-bottom: 0px ;
  padding: 2px 0px;
}










.announce
{
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 20px 45px 10px;
  list-style: none;
  height: auto;
}
#main .announce li
{
  padding: 0 5px 10px 57px;
  background: url(../img/bg_li_announce.gif) no-repeat 15px 0;
  margin: 0;
  height: 1%;
}
.announce li strong
{
  text-transform: uppercase;
}

#main h1
{
  font: normal 2.4em/1em Arial, Tahoma, sans-serif;
  color: #000;
  margin: 15px;
  letter-spacing: -1px;
}

#main h1.events
{
  background: url(../img/bg-h1-events.gif) no-repeat 0 0;
  padding: 5px 0 20px 45px;
}
#main h1.mailbag
{
  background: url(../img/bg_h2_mailbag.gif) no-repeat 0 0;
  padding: 5px 0 20px 45px;
}

#main h3.rss
{
  background: url(../img/rss-feed.gif) no-repeat 0 0;
	padding:3px 0px 0px 25px;
	height: 25px;
}

#main h1.news
{
  background: url(../img/bg_h2_news.gif) no-repeat 0 0;
  padding: 5px 0 20px 45px;
  
}


#main a
{
  color: #000;
  text-decoration: underline;
}
#main a:hover
{
  color: #ed8181; /* #c00; */
  text-decoration: none;
}

#main fieldset
{
  padding: 15px;
  border-style: none;
  background: #FFF9F9;
}
#main label
{
  clear: left;
  float: left;
  width: 150px;
  margin-bottom: 5px;
}
#main input, #main select
{
  margin-bottom: 5px;
  padding: 1px;
  font-size: 1em;
  overflow: visible;
  /*border: 1px solid #e05252;*/
}
#main textarea
{
  margin-bottom: 5px;
  padding: 1px;
  font-size: 1em;
  border: 1px solid #e05252;
  overflow: auto;
  height: auto;
}
#main input.buttons
{
  display: inline;
  margin-right: 5px;
  padding: 2px 5px 2px 16px;
  background: #e05252 url(../img/bg_buttons.gif) no-repeat 5px 50%;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  border-style: none;
  font-size: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.left
{
  width: 497px;
  float: left;
}
.left.wide
{
  width: auto;
}
.left.borderleft
{
  width: 550px;
  float: left;
  padding-left: 15px;
  border: 1px solid #FFF4F4;
  margin-top: 15px;
}

.left.borderleft input
{
  margin: 5px 5px 15px;
  padding: 3px;
  border: 1px solid #f1f1f1;
}

.left.wide
{
  width: 697px;
  float: left;
}
.left table
{
  margin: 15px;
  font-size: 1.1em;
  border-collapse: collapse;
  line-height: 1.4em;
}

#main .left td li
{
  background: url(../img/bg-li-features.gif) no-repeat 0px 50%;
  margin: 0;
  padding-left: 15px;
}
.left td, .left th
{
  white-space: nowrap;
  border: #fff 1px solid;
  padding: 2px 3px;
  background: #F5F5F5 none repeat;
  vertical-align: top;
}

#home .left td, #home .left th
{
  white-space: normal;
}
.left.wide td, .left.wide th
{
  padding: 5px;
}
.left thead th
{
  white-space: nowrap;
  background: #CD3132 none repeat;
  color: #fff;
}
.left th
{
  white-space: nowrap;
  background: #D9D9D9 none repeat;
  color: #fff;
}
.left th span
{
  margin-right: 15px;
}



#main .left label
{
  clear: left;
  float: left;
  width: 230px;
  margin-bottom: 5px;
}

#main .left input
{
  margin-bottom: 5px;
}



.card
{
  margin: 0 0 15px 15px;
  padding: 10px 10px 0;
  float: left;
  width: auto;
  border: 2px solid #EBE9ED;
}
.card input
{
  display: block;
  margin-bottom: 10px;
}
.card span
{
  background: #EBE9ED;
  text-align: left;
  display: block;
  margin: 0 -10px;
  padding: 5px 10px;
  font-weight: bold;
}









.noclickimage
{
  cursor: default;
}
/*
--------------------------------------------------
footer end
--------------------------------------------------
*/

div.table-admin-outer
{
}

.admin-table
{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table.admin-table th
{
  text-align: left;
  background-color: red;
  color: White;
  padding: 0px 2px 0px 2px;
}
table.admin-table td
{
  padding: 0px 2px 0px 2px;
}

.flat-input
{
  width: auto;
  border: 0;
  vertical-align: top;
  padding: 2px 5px 2px 16px;
}

.sort-label
{
  float: left;
}
.sort-labeljobdetails
{
	float: left;
	color:White;
}
.sort-button
{
  float: right;
}

/*ul.error-list
{
  font-size: smaller;
  text-align: left;
  padding-left: 25%;
} */

span.err
{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1em;
  padding: 5px;
  border: 1px dotted red;
  display: block;
}


/*.Calendar
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
} */

div.sql
{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  color: Black;
  background-color: White;
  border-bottom: 1px dotted silver;
  font-family: 'Courier New' , Courier, monospace;
  white-space: pre;
  text-align: left;
  padding: 1em;
}

/** 
  - clientadmin/supplieramend.aspx
*/
span.note
{
  white-space: nowrap;
  color: #0066FF;
  vertical-align: middle;
}





/*heather for Modules/PublicationModule/WCCD/PopupPartialVenueDetails.aspx page*/
/*     class for data                              id for header table         */

tr.td_headerVenueLocation td, tr#th_headerVenueLocation th{
color:White;
font-size:16px !important;
border-color:#E97070 !important;
height:25px; 
background-color:#E97070 !important;
}

/*panel for ~/UserControl/VenuePartialDetails.ascx control*/
#WCCD_search{
border-style:solid;
border-top-color:#E97070;
border-bottom-color:#E97070;
border-width:1px;
border-left-width:0px;
border-right-width:0px;
}

.text_wccd{
color:red;
text-align:left;
display:inline;
}

/* generic layout
*/
#main p 
{
  margin : 5px 15px;
  font-size : 12px;
}
#main * p { margin-top : 3px; margin-bottom : 3px; }
#main td p { margin : 3px 0px; }
#main h3
{
  margin-left : 15px;
  margin-right: 15px;
  margin-bottom : 5px;
}
#main * h3
{
  margin-left : 0px;
  margin-right: 0px;
}
#main h2
{
  margin: 10px 15px;
  font-weight : normal;
  font-size : 2em;
}

#main table tr td,
  #main table tr th 
{
  font-size : 12px;
}


#rssfeeds
{
	width:75%;
	margin:10px 0px 0px 20px;
}


#main fieldset.redborder fieldset.redborder
{
  margin: 15px;
  border: 1px solid #c3c3c3;
  width: auto;
  background: #f9f9f9;
}

.pager
{
    line-height:10px !important;
}

span.rbl-newsletter label
{
    width:150px !important;
    float:left !important;
    clear:none !important;
}

span.rbl-newsletter input
{
    border:none !important;
    float:left !important;
    clear:right !important;
    width:auto !important;
}

#main FIELDSET.redborder span.check_box INPUT
{
    border:none;
    width:20px;
    padding:0px;
}
