﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: 11px;
    font-family: helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #636363;
    background:#fff;
    background-image:url('bg.png');
}

a:link
{
    color: #737373;
    text-decoration:none;
 }

a:visited
{
    color: #737373;
    text-decoration:none;
}

a:hover
{
    color: #111;
    /*color: #d90000;*/
    text-decoration:underline;    
}

a:active
{
    color: #737373;
}

p, ul
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    padding:0;
    margin:0;
}

h1
{
    font-size: 2.0em;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing:2px;
}
h2
{
    padding:0;
}
h3
{
    font-family:Arial;
    font-size: 12px;
    font-weight:normal;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width:940px;
    border: solid 1px #777;
    background:#FFF;
    /*padding:0 30px 0px 30px;*/
    margin: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 12px;
}


#header h1
{
    font-weight: bold;
    padding: 0px 0;
    margin: 0;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    width:100%;
    padding: 0 40px 0 40px;
    /*background-color: #aaa;*/
    margin-bottom: 30px;
    /*border: solid 1px #000;*/
    _height: 1px; /*only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    /*border-bottom: 1px #ddd solid;*/
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu
{
    padding: 10px 20px;
    /*font-weight: bold;*/
    text-decoration: none;
    line-height: 2.8em;
    /*color: #fff;*/
}

ul#menu li a
{
    padding: 0px 10px;
    /*font-weight: bold;*/
    text-decoration: none;
    /*line-height: 2.8em;*/
    /*color: #eee;*/
}

ul#menu li a:hover
{
    background-color: blue;
    /*text-decoration: none;*/
}

ul#menu li a:active
{
    /*background-color: #a6e2a6;*/
    background-color: #aaaaaa;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;    
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    /*font-size:1.1em;
    display:block;*/
    text-align:right;
    /*margin:10px;*/
    /*color:#fdfdfd;*/
}

#logindisplay a:link
{
    /*color: maroon;*/
    /*text-decoration: none;*/
}

#logindisplay a:visited
{
    /*color: maroon;*/
    /*text-decoration: none;*/
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.edit
{
    color:#009;
}    

.edit_title
{
    color:#009;
}    


div.spacer 
{
  padding:0;
  margin:0;
  clear: both;
  }
  
div.container 
  {
    padding:0px;
    border: 1px solid #333;
  }
  
div.container2
  {
    /*  padding-right:2px;
      padding-top: 5px;      
    padding-left:5px;
    padding-bottom:5px;*/
  border: 1px dashed #333;
  /*background-color: #F8ECF0;*/
  
  }

hr.hr1
{
    height: 1px;
    color: #AAA;
}

/*
li.smallsteplist 
{ 
  
  width: 170px; 
  margin: 5px;
  font-size: 12px; 
  font-family: Arial; 
  border: 1px solid #333;
  padding: 15px 3px 3px 3px; 
  text-align:center
  }
  */
  
ul
  {
  margin-left: 0;
  /*padding-left: 1em;*/
  }
li
  {
  margin: 0;
  padding: 0;
  }  
  
 li.piclist
 {
     float:left
 }

a img{ border:none; } /* A small fix since the border will push it out of its div*/

img.border_pic
{
    margin:0px;
    padding:3px;
    border: 1px solid #555;
}

.comment_div
{
}

.images_div
{
}

.navbtn { 
	  color:#222; 
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#ccc; 
	  border:1px solid; 
	  border-color: #555;
	  /*696 #363 #363 #696; */
	} 

.link_box
{
    background:#ff5500; 
    color:#bbb; 
    text-align:center;
    border:solid 1px #bbb;
    text-decoration:none;
    font-size:medium;
}    

.over 
{
    background:#ddd;
}

.title_p
{
    /*font-size:1.2em;*/
    margin:0px;
    padding:0px;
    letter-spacing:1px;
}

.instruct_p
{
    /*font-weight:bold;*/
    font-size:1em;
    margin:0px;
    padding:2px;
    letter-spacing:1px;
    color:#d90000;
    background:white;
    /*border:solid 1px #aaa;*/
    display:block;
    text-decoration:none;
}

.no_boundary
{
    margin:0px;
    padding:0px;
}

.show_border
{
    border: solid 1px #ccc;
}

.no_side_border
{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.store_item
{
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background-color: white;
	width:200px;
    padding: 10px;    
	opacity: 1;
    filter:alpha(opacity='100');
	font-size: 9px;
    font-family: Arial; 	
    font-weight:normal;
}

#tooltip div { margin: 0; }

.ex 
{
    filter:alpha(opacity='100');
}


#page-loader {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background-color: white;
    z-index: 99;
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 25px;
    background-image: url("/content/loadimg1.gif"); 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position:center 
}

.disappear_hover:hover
{
    visibility:hidden;
}

.blue_hover:hover
{
    background:#0000d9;
    color: White;
}

.hover_effect:hover
{
    background:#f0f0f0;
}

.instruct_link 
{
    cursor:pointer;
    background:#ddd;
    border:solid 1px #ccc;
    color:#d90000;
    margin:25px 0 0 0;
    padding:5px;
    font-weight:bold
}


/* Default styles and styles for single-select */

.sbrWrap{position:absolute;background:#fff url(itembg.gif) top left repeat-x;border:1px solid #aaa}
.sbrWrapInner{margin:1px -1px;border:1px solid #aaa;overflow:auto;padding-right:1px;display:none;max-height:300px;_height:expression(this.scrollHeight > 400 ? "400px" : "auto")}
.sbrTitle{margin:0;padding:0 4px 0 4px;cursor:pointer;background:url(arrow.gif) center right no-repeat;white-space:nowrap}
.sbrTitle span{display:block;margin-right:18px;overflow:hidden}
.sbrList{list-style:none;margin:0 -1px;padding:0;}
.sbrList li{padding:4px;background:#fff}
.sbrList li.hover{background:#48b;color:#fff}
.sbrList li.act{background:#ccc;color:#333}

/* Styles for multi-select */

.sbrWrapMultiple{position:absolute;background:#eee;border:1px solid #aaa;overflow:auto}
.sbrListMultiple{list-style:none;margin:0;padding:0;border:1px solid #aaa}
.sbrListMultiple li{padding:4px;background:#fff;border-bottom:1px solid #fff;position:relative}
.sbrListMultiple li.hover{background:#48b;color:#fff}
.sbrListMultiple li.act{background:#ddd;color:#000}
.sbrListMultiple li span{position:absolute;right:2px;top:2px}