/*body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #1d1d20;
	color: #b3b3bb;
}*/


/*  sidebar
--------------------*/

#sidebar { width:200px;
	    font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url(img/tab_small.png) center right no-repeat;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #595965;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(img/tab_big.png) center right no-repeat;
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}


/* Subsection Tabs
--------------------*/
#tabs ul.subsection_tabs {
    list-style:none;
    margin:0;
    padding:0;
    clear:both;
    border-bottom:1px solid #ccccdd;
    height:20px;
    clear:both;
}

#tabs ul.subsection_tabs li {
    float:left;
    margin-right:7px;
    text-align:center;
}

#tabs ul.subsection_tabs li a {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;

    display:block;
    height:20px;
    padding:0 6px 0 6px;
    background-color:#101010;
    color:#f0f0f0;
    width:80px;
}

#tabs ul.subsection_tabs li a:hover {
    color:#bbbbbb;
}

#tabs ul.subsection_tabs li a.active {
    background-color:#7777e7;
}

#tabs ul.register_tabs {
    border-bottom:none;
}

#tabs ul.register_tabs li a.active {
    background-color:#6d7a81;
    color:#f0f0f0;
}

#overDiv td{
	margin: 0;
	padding: 0;
	font: 13px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #1d1d20;
	color: #c3c3cc;
	font-weight: normal;
}
#overDiv th{
	margin: 0;
	padding: 0;
	font: 13px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #1d1d20;
	color: #b3b3bb;
	font-weight: bold;
}

/* a box
****************/

#msgbox {
//    margin: 0.25cm 0.25cm 0.25cm 0.25cm; 
    border: orange solid; 
    padding: 0.25cm; 
    font-weight: 900;
}

#bigbox {
    margin: 0.25cm 0.25cm 0.25cm 0.25cm; 
    border: orange solid; 
    padding: 0.25cm; 
    font-weight: 900;
}

/*  customize box  */

#cust_wrapper {
    display:table;
    background-color:#227;
    padding:10px;
//    margin: 10px;
}
#cust_outer {
    display:table-cell; 
    vertical-align:middle; 
    background-color:#116; 
    width:300px; 
    padding:10px;
}
#cust_head {
    text-align: center;
    color: #FF7F44; 
    text-decoration: none; 
    font-size: 15pt; 
    font-weight:bold; 
    margin: 0px; 
    letter-spacing: 2px;
}

ul li {
#    clear:both;
}
#cust_section {
    display:block; 
    font-weight:500; 
    margin:5px 0; 
    font-family:Arial,Helvetica,Geneva,sans-serif;
    color:#efefef; 
    border-bottom:1px solid #00c; 
}
.f_checkbox {
    display:block;
}

.pagination {
    color: #666;
    font-size: 10px;
    font-weight: normal;
    padding: 3px;
    padding-bottom: 4px;
//    cursor: pointer;
    text-decoration: none;
    font-style: none;
    margin: 5px;
}
.pagination a, .pagination a:visited, .pagination a:active {
    background-color: #EAEBEB;
    color: #000;
    border-color: #D4D7DA;
    border: #D4D7DA 1px solid;
    padding: 1px;
    text-decoration: none;
    font-style: oblique;
}
.pagination a:hover, .pagination b {
    background-color: #FFF;
    color: #666;
    color: #F8A406;
    border-color: #EAECEF;
    border: #EAECEF 1px solid;
    text-decoration: none;
    padding: 1px;
    font-style: none;
}

.lone, .lone:hover, .lone:active, .lone:visited {
    font-style: normal;
    background:#008000; 
    color:#EEEEEE;
    font-weight:bold; 
    padding:4px; 
    text-align:center; 
    text-decoration: none;
    border: 0px;
}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.6;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 2px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 250px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#e5e5ee;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#464646;
    cursor:pointer;
    padding:5px 10px 6px 7px;
}


/******* date picker ******/
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
{
    position:absolute;
    min-width:24em;
    width:24em;
    z-index:9999;
    text-align:center;

    /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
    font:900 0.8em/0.8em Verdana, Sans-Serif;
        
    /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
    /* font:900 77%/77% Verdana; */

    background:transparent;

    /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
    -moz-user-select:none;
    -khtml-user-select:none;
}
/* Styles for the static datePickers */
div.staticDP
{
    position:relative;
    top:5px;
    left:0;
}
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
{
    position:absolute;
    background:#fff;
    z-index:9998;
    padding:0;
    border:0;
    display:none;
    margin:0;
}
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
{
    /*position:relative;*/
    /* Moz & FF */
    display: -moz-inline-stack;
    border:0 none;
    padding:0;
    margin:0 0 0 4px;
    background:transparent url(../media/cal.gif) no-repeat 50% 50%;
    min-width:16px;
    line-height:1;
    cursor:pointer;
    visibility:visible;
    text-decoration:none;
    vertical-align:middle;
}
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
{
    width:16px;
}
a.date-picker-control
{
    /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
    display:inline-block;
}
a.date-picker-control span
{
    display:block;
    width:16px;
    height:16px;
    margin:auto 0;
}
/* The next & previous buttons */
div.datePicker th span
{
    display:inline;
    padding:0;
    margin:0;
    color:#000;
    text-align:center;
    line-height:1em;
    border-width:0;
    font-family: georgia, times new roman, palatino, times, bookman, serif;
    background:transparent;
    font-weight:bold;
    cursor:pointer;
}
div.datePicker th span.month-display,
div.datePicker th span.year-display
{
    text-transform:uppercase;
    letter-spacing:1px;
    font:normal 1.2em Verdana, Sans-Serif;
    cursor:default;
}
div.datePicker th span.prev-but,
div.datePicker th span.next-but
{
    font-size:1.8em;
    cursor:pointer !important;
}

div.datePicker th span.today-but
{
    text-align:center;
    margin:0 auto;
    font:normal 1em Verdana, Sans-Serif;
    width:100%;
    text-decoration:none;
    line-height:1.6em;
    text-transform:uppercase;
    cursor:pointer !important
}
div.datePicker thead th span.fd-disabled
{
    color:#aaa;
    cursor:default !important;
}
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
{
    text-align:center;
    margin:0 auto;
    font:900 1em Verdana, Sans-Serif;
    height:1.4em;
    width:2em;
    text-decoration:none;
    text-transform:lowercase;
    line-height:1.4em;
}
/* The table */
div.datePicker table
{
    position:relative;
    margin:0;
    padding:0;
    border:1px solid #ccc;
    background:#fff url(../img/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
    text-align:center;
    width:100%;
    border-spacing:2px;
    table-layout:fixed;
    border-collapse:separate;
}
/* Common TD & TH styling */
div.datePicker table td
{
    border:1px solid #ccc;
    padding:0;
    text-align:center;
    vertical-align:middle;
    /* Opera requires a line-height bigger than 1em in order to redraw properly */
    line-height:1.2em;
    cursor:pointer;
    background:#fff url(../img/media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
    width:3em;
    height:3em !important;
    height:2.8em;
    outline:none;
}
div.datePicker table th
{
    border:0 none;
    padding:0;
    line-height:1em;
    font-weight:bold;
    color:#222;
    text-align:center;
    vertical-align:middle;
}
div.datePicker table td.date-picker-unused
{
    background:#fff url(../img/media/backstripes.gif);
    border-color:#dcdcdc;
    padding:0;
    cursor:default !important;
}
div.datePicker table thead th.date-picker-title
{
    width:auto;
    height:auto;
    padding:0.4em 0;
}
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
{
    text-transform:lowercase;
    width:3em;
}
div.datePicker table th.date-picker-day-header span
{
    display:block;
}
/* The "todays date" style */
div.datePicker table td.date-picker-today
{
    background:#fff url(../img/media/bullet2.gif) no-repeat 0 0;
    color:rgb(100,100,100) !important;
}
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
{
    color:#333 !important;
    border-color:#333 !important;
}
/* the "highlight days" style */
td.date-picker-highlight
{
    color:#a86666;
}
/* The date "out of range" style */
div.datePicker table td.out-of-range
{
    color:#ccc !important;
    font-style:oblique;
    background:#fcfcfc !important;
    cursor:default !important;
}
/* The "disabled days" style */
div.datePicker table td.day-disabled
{
    color:#aaa !important;
    background:transparent !important;
    cursor:default !important;
}
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
{
    background:#fff url(../img/media/bg_header.jpg) no-repeat 0 0;
    cursor:pointer;
    border-color:rgb(100,130,170);
    color:rgb(100,130,170);
}


/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
{
    background-image:none;
}
* html div.datePicker table td.date-picker-unused
{
    background:#f2f2f2;
}

.editlink 
{
	color: #000066;
	font-size: 9pt; 
	FONT-FAMILY:  verdana; 
	text-align: left; 
	font-style: none; 
	text-decoration: underline;
	font-weight: bold;
} 
.editlink:visited 
{ 
	color: #000066; 
	font-size: 9pt; 
	FONT-FAMILY:  verdana; 
	text-align: left; 
	font-style: none; 
	text-decoration: underline;
	font-weight: bold;
} 
