
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HTML TAGS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	font-family:'Trebuchet MS', Arial, Tahoma, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
	}

p, li {

	}
	
a img {
	border:none;
	}

/* HEADINGS */
	
h1,h2,h3,h4,h5,h6 {

	}

.content-left h1, .content-right h1,
.content-left h2, .content-right h2,
.content-left h3, .content-right h3,
.content-left h4, .content-right h4,
.content-left h5, .content-right h5,
.content-left h6, .content-right h6 {
	color:#000;
	margin:5px 0;
	}
	
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first {
	margin-top:0;
	}
	
h1 {
	
	}
	
h2 {
	
	}
	
h3 {
	
	}
	
h4 {
	
	}
	
h5 {
	
	}
	
h6 {
	
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

input
{
   font-size:11px;
   color:#737373;
  }
select
{
   font-size:11px;
   color:#737373;
  }
textarea
{
   font-size:11px;
   color:#737373;
   font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
  }
	
.input-box {
	display:block;
	margin-bottom:5px;
	vertical-align:top;
	padding:2px;
	color:#666666;
  font-size:11px;
	border:1px solid #82b26e;
	background:url(images/bg-input.png) no-repeat;
	}

label {
	font-weight:normal;

	display:block;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	}

.checkbox {	
	
	}
	
.checkbox input {	
	
	}

.forgot-password {
	
	}
	
input.button {
	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FOOTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
	padding:0px 0;
	_height:1px;
	clear:both;
  bottom:0px;
  width:100%;
	}

.nav-footer {
	position:relative;
	margin: 0 0 0 0;
	text-align:center;
	clear:both;
	}

.nav-footer ul{
	padding:0;
	margin:0;
	padding-right:200px;
	text-align:center;
	}

.nav-footer li{
	background:none;
	display:inline;
	border-right:1px dotted #686868;
	padding:0 10px;
	}

.nav-footer li.first {
	border-left:1px dotted #686868;
	}
	
.copyright {
	color:#999;
	clear:both;
	margin:5px 0 0 0;
	
	padding-bottom:5px;
	padding-top:5px;
	}

.nav-footer a:link,
.nav-footer a:visited {
	color:#CCC;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 POSTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.poster-container {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:200px;
	_height:200px;
	margin-top:-1px;
	}

.poster-container-no-image {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:70px;
	_height:70px;
	margin-top:-1px;
	}
	
.poster-inner {
	background:url(images/bg-poster.jpg) no-repeat left top;
	font-family:"Trebuchet MS", verdana, sans-serif;
	min-height:70px;
	_height:70px;
	}

.poster-photo {
	background:url(images/bg-poster-photo.jpg) no-repeat left;
	min-height:170px;
	_height:170px;
	padding:30px 30% 0 200px;
	font-style:italic;
	}

.poster-container h1 {
	margin:0;

	color:#000;
	}

.poster-container p {
	margin:10px 0 0 0;
	line-height:normal;

	}

/* POSTER LINKS */

.poster-links {
	font-weight:bold;
	}
	
.poster-container a:link,
.poster-container a:visited {
	color:#3aba29;
	}

.poster-container a:hover {
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BREADCRUMB
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb {
	min-height:1px;
	_height:1px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #686868;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  
.leftContent
{
  float:left;
  width:145px;
  }
  
.rightContent
{
  float:left;
  margin:5px;
  margin-top:-2px;
  margin-right:0px;
  width:790px !important;
  }


.content-container {

	
	}

.content-container-inner {

	}
	
.content-main {

	}

.content-left {

	}

.content-right {

	}

.ads {

	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SIDE BUCKET
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.side-bucket {
  
	}

/* SIDE BUCKET LISTS */

.side-bucket h3
{
  background-color:#8a8a8a;
  color:#FFF;
  font-size:12px;
  margin:0px;
  padding:3px;
  background-image:url('images/uiGroupBG.gif');
  background-position:left center;
  background-repeat:repeat-x;
  }
.side-bucket ul {
  
        border:1px solid #e5e5e5;
        background-color:#FFFFFF;
        padding-bottom:0px;
        background-image:url('images/uiGroupBackground.gif');
        background-repeat:repeat-x;
        background-position:bottom;
        margin:0px;
        padding:0px;
        margin-bottom:10px;
        list-style-type:none;
	}

.side-bucket li {
    
   
    font-size:11px;
    padding:5px;
    margin:0px;
    
	}
	
	.side-bucket li a
	{
	  margin:0px;
	  padding:0px;
	  }

.side-bucket li.first {
	
	}
	
/* SIDE BUCKET LINKS */

.side-bucket a:link,
.side-bucket a:visited {

	}
	
.side-bucket a:hover {

	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PHOTOS & CAPTIONS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-container {
	padding:10px;
	border:1px dotted #7a7a7a;
	}

.photo-container img {
	display:block;
	border:1px solid #666;
	}
	
.photo-caption {
	padding:10px 10px 0 10px;
	text-align:center;
	color:#999;
	font-style:italic
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 THREE-COLUMN SECTION
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.three-column-container {
	margin:10px 0px;
	}

.three-column-left,
.three-column-right,
.three-column-middle {
	float:left;
	width:30%;
	margin-right:5%;
	}

.three-column-right {
	margin-right:0;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table {
	
	font-size:10px;
	
	}

table.data-table caption{
	background:#b6b6b6;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	border:1px dotted #7a7a7a;
	border-bottom:none;
	}

table.data-table td,
table.data-table th{
	padding:2px;
	
	}

table.data-table th{
	text-align:left;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background:#ececec;
	}
	
table.data-table td{
	}

table.data-table tr.row-alternating td{
	background:#e0e0e0;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SEARCH TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.search-table 
{
  border:1px solid #e5e5e5;
  background-color:#FFFFFF;
  padding-bottom:0px;
  background-image:url('images/uiGroupBackground.gif');
  background-repeat:repeat-x;
  background-position:bottom;
  font-size:11px;

	}

table.search-table caption{
	background-color:#8a8a8a;
  color:#FFF;
  font-size:12px;
  text-align:left;
  padding:3px;
  background-image:url('images/uiGroupBG.gif');
  background-position:left center;
  background-repeat:repeat-x;
	
	}

table.search-table td,
table.search-table th{
	padding:1px;
	border-right:0px;
	border-bottom:1px;
	}

table.search-table th{
	text-align:left;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	background:#ececec;
	}
	
table.search-table td{
	}

table.search-table tr.row-alternating td{
	background:#e0e0e0;
	}
	
table.search-table input,
table.search-table select
{

  font-family:"Trebuchet MS", verdana, sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATAILS TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ui-pg-table 
{
  background-color:#737373 !important;
  border-top:none !important;
  }

table.detail-table 
{
  background-color:#f8f8f8;
	border:1px solid #e5e5e5;
	margin-top:5px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	width:100%;
	}

table.detail-table td,
table.detail-table th{
	padding:1px;
	padding-right:10px;
	border-right:0px;
	border-bottom:1px;
	white-space:nowrap;
	}

table.detail-table th
{
	text-align:right;
	color:#737373;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:top;
	padding-top:4px;
	width:30%;
}

table.detail-table th label{
	white-space:nowrap;
	color:Red;
	display:inline;
	font-family:Arial !important;
	padding-right:2px;
	}

	
table.detail-table td
{
  
	}
	
table.detail-table input,
table.detail-table select
{

  font-family:"Trebuchet MS", verdana, sans-serif;
}

.detail-table-th-nested
{

  
}
.detail-table-td-nested
{

  
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LISTS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

li {
	
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none {
	display:none;
	}

.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
	}

.align-left {
	float:left;
	margin:0 20px 15px 0;
	}

.align-right {
	float:right;
	margin:0 0 15px 20px;
	}

.align-middle {
	vertical-align:middle;
	}
	
.inline {
	display:inline;
	}

.no-margin {
	margin:0;
	}

	.validation-summary-errors {

    font-weight:bold;
    color:red;
  	border:#7a7a7a 1px dotted;
  	background:url(images/sprite5.png) #f6f6f6 repeat-x 0px -1900px;
  	margin-top:5px;
  	margin-left:150px;
  	margin-bottom:5px;
  	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
  
  	padding:15px;
  	-moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
    -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
    -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
    -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
    -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
    -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
    -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
    border-top-left-radius: .6em /*{global-radii-blocks}*/;
    border-top-right-radius: .6em /*{global-radii-blocks}*/;
    border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
    border-bottom-right-radius: .6em /*{global-radii-blocks}*/;

    }
  .validation-summary-errors span {
    border-bottom-color: #D9FFB2;
    display:block;
    }
  .validation-summary-errors ul {
    margin:0;
    padding:0;
    border-top:none;
    margin-left:30px;
    }
.validation-summary-errors li 
{

    font-weight:normal;
  list-style-type:disc;
	background:none !important;
	}
	
	.nicEdit-main p 
	{ 
	  margin: 0 !important; 
	}