html, body {
	margin           : 0px;
	padding          : 0px;
	/*text-align       : center;*/
	font             : 0.9em "Courier New", Courier, monospace;
	background       : #666;
	color: #CCC;
}
a, a:link {
   color: #FF6633;
   text-decoration: none;
}
a:visited {
   color: #ccc;
   text-decoration: underline;
}
a:hover {
    background       : #FF6633;
    color            : #666;
}
img
{
	margin: 0px;
	border: 0px;
	background: none;
}
/* -------------------------------------------------------------- */
/* Common stuff and basic page layout                             */
/* -------------------------------------------------------------- */


#container
{
    width            : 100%;
}

#header
{
    height           : 96px;
    width            : 100%;
    background       : none;
    padding          : 0px;
    margin           : 0px;
	border-bottom: 2px solid #FF6633;
	text-align: left;
}

#header a:hover
{
	background: none;
}

#content
{
    width            : 100%;
    margin           : 0px;
    padding          : 0px;
}


/*-- Accessibility Tweaks --*/
/*#skipNav
{
    position         : absolute;
    left             : -9999px;
    font-size        : small;
}

#skipNav a:focus
{
    display          : block;
    position         : absolute;
    top              : 20px;
    left             : 10020px;
    font-size        : large;
    background       : #666;
    border           : solid 2px #FF6633;
    padding          : 10px;
    width            : 15em;
    z-index          : 1;
}

#skipNav a:hover
{
    color            : #029EDE;
}

#skipNav a:active
{
    display          : block;
    position         : absolute;
    top              : 20px;
    left             : 10020px;
    font-size        : large;
    background       : #666;
    border           : solid 2px #FF6633;
    padding          : 10px;
    width            : 15em;
    z-index          : 1;
}

.hide
{
    display          : none;
}
*/
/* -------------------------------------------------------------- */
/* Navigation/menu bar                                            */
/* -------------------------------------------------------------- */

#menubar
{
    margin-bottom    : 10px;
    background       : #666;
    height           : 35px;
}

#menu
{
    /*padding-top      : 1px;
    padding-bottom   : 0px;*/
}

#menu ul
{
    padding         : 0px;
    margin          : 0px;
    list-style-type : none;
    text-align      : right;
}

#menu li
{
	padding  		 : 0px 8px 0px 8px;
    border           : 1px solid #FF6633;
    display          : inline;
    font-weight      : bold;
    font-family      : "Courier New", Courier, monospace;
    font-size        : 1.1em;
    letter-spacing   : 0.20em;
    text-transform   : uppercase;
	margin-left: -9px;
}

#menu a, #menu a:visited
{
    padding          : 0px;
    color            : #ccc;
    text-decoration  : none;
}

#menu a:hover
{
    background       : #666;
	color            : #FF6633;
}

/* -------------------------------------------------------------- */
/* Section title and navigation history bar                       */
/* -------------------------------------------------------------- */

#nav_bar
{
    margin-left      : auto;
    margin-right     : auto;
    width            : 100%;
    margin-bottom    : 15px;
    border-bottom    : 1px dashed #FF6633;
}

#section_title
{
    float            : left;
}

#section_title h2
{
    color            : #ccc;
    font-weight      : bold;
	font-style       : italic;
    font-family      : "Courier New", Courier, monospace;
    font-size        : 1.5em;
    letter-spacing   : 0.08em;
    margin           : 0px;
    padding-left     : 10px;
}
/*
#navigation
{
    float            : right;
    width            : 60%;
    text-align       : right;
    padding-top      : 7px;
    font-family      : "Courier New", Courier, monospace;
    font-size        : 0.85em;
    letter-spacing   : 0.09em;
    padding-right    : 2px;
}

#navigation a
{
    color            : #000000;
    text-decoration  : none;
}

#navigation a:hover
{
    color            : #5583BE;
    text-decoration  : none;
}
*/
/* -------------------------------------------------------------- */
/* Admin Tabbed Ul's                                              */
/* -------------------------------------------------------------- */
/*
#tablist
{
    padding          : 3px 0;
    margin-left      : 0;
    font             : 11px "Courier New", Courier, monospace;
    border-bottom    : 1px solid #FF6633;
}

#tablist li
{
    list-style       : none;
    margin           : 0;
    display          : inline;
}

#tablist li a
{
    padding          : 3px 0.5em;
    margin-left      : 3px;
    border           : 1px solid #FF6633;
    background       : #666;
    text-decoration  : none;
}

#tablist li a:link
{
    color            : #448;
}

#tablist li a:visited
{
    color            : #667;
}

#tablist li a:hover
{
    color            : #000;
    background       : #666;
    border-color     : #FF6633;
}

#tablist li a#tab_current
{
    background       : #666;
    border-bottom    : 1px solid #FF6633;
}

.menuTop_level1 ul, li
{
  form
{
    margin           : 0px;
}
*/
fieldset
{
    border           : 1px solid #FF6633;
    color            : #ccc;
	font-weight      : bold;
    padding-bottom   : 0px;
    margin           : 0px;
}


textarea, input, select
{
    background       : #999;
    border           : 1px solid #FF6633;
    color            : #000;
    font-family      : "Courier New", Courier, monospace;
    font-size        : 0.95em;
}

input:focus, textarea:focus, label:focus
{
    border           : 1px none;
}

.checkbox, .radio
{
    border           : 0px;
}
/*
.submit
{
    margin-left      : 4px;
}

.list_action_button a img
{
    border           : 0px;
    padding          : 0px;
}

.list_action_button a:hover img
{
    filter            : alpha(opacity=60);
    -moz-opacity      : 0.6;
}*/

.field
{
    top              : 0;
    left             : 0;
    margin           : 0px 0px 5px 10px;
}
/*
.field .field
{
    margin           : 1em 0 0 0;
}
*/
.field label
{
    font-size        : 100%;
    font-weight      : bold;
}

.field_checkbox
{
    top              : 0;
    left             : 0;
}

.field_checkbox label
{
    font-size        : 100%;
}

.formHelp
{
    font-size        : 90%;
    color            : #ccc;
    margin           : 0 0 0.2em 0;
}
/*
.formHelp a
{
    text-decoration  : underline;
}

.formHelp:hover
{
    color            : Black;
    cursor           : default;
}
*/
.inputField
{
	border           : 1px solid #FF6633;
    margin           : 1em 0em 1em 5em;
    padding          : 0em 1em 1em 1em;
    line-height      : 1.5em;

}
.login, .search
{
    margin           : 1em 0em 1em 0em;
    padding          : 0em 1em 1em 1em;
    line-height      : 1.5em;
}

.buttons
{
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

.inputField input
{
    width:100%;
}

.inputField legend
{
    font-weight: bold;
}

.inputField .dateTime
{
   width: 80%;
}

.inputField .checkbox, .inputField .button, .inputField .radio
{
   width: auto;
   background: none;
}

.inputField .file
{
   width: auto;
}

.pager
{
    float:left;
}


/* -------------------------------------------------------------- */
/* Data lists parameters & search bar                             */
/* -------------------------------------------------------------- */

#list_nav_bar
{
    margin-left      : auto;
    margin-right     : auto;
    width            : 98%;
    background-color : #FF6633;
    padding-bottom   : 4px;
    padding-left     : 4px;
    padding-right    : 4px;
    margin-bottom    : 10px;
    border           : 0px solid #FF6633;
}

#list_nav_bar fieldset
{
    border           : 1px solid #FF6633;
    color            : #000000;
    font-family      : "Courier New", Courier, monospace;
    font-size        : 0.90em;
    padding          : 0px;
    margin           : 0px;
    height           : 60px;
}

#list_nav_select
{
    float            : left;
    width            : 100%;
    text-align       : center;
}

#list_nav_search
{
    float            : left;
    width            : 30%;
    text-align       : center;
}

.list_nav_option
{
    float            : left;
    text-align       : left;
    padding          : 0px 4px 4px 4px;
    margin-left      : 5px;
}

#list_nav_bar legend
{
    font-family      : "Courier New", Courier, monospace;
    font-size        : 1.1em;
    font-weight      : bold;
    letter-spacing   : 0.08em;
}

#list_nav_select label
{
}

/* -------------------------------------------------------------- */
/* Data lists table format                                        */
/* -------------------------------------------------------------- */

.info
{
    margin-left      : auto;
    margin-right     : auto;
    margin-bottom    : 10px;
    width            : 775px;
    border-collapse  : collapse;
    border-bottom    : 4px solid #FF6633;
    border-spacing   : 0px;
}

.info th
{
    font-family      : "Courier New", Courier, monospace;
    font-size        : 1.1em;
    font-weight      : bold;
    letter-spacing   : 0.08em;
    vertical-align   : bottom;
    border-bottom    : 1px solid #FF6633;
    padding          : 4px;
    text-align       : left;
}

.info th a
{
    color           : #000000;
    text-decoration : none;
}

.info th a:hover
{
    color           : #5583BE;
    text-decoration : none;
}

.even
{
    background       : #999;
}

.tableHover
{
   background: #ccc;
}

.info td
{
    color            : #888888;
    border-bottom    : 1px solid #FF6633;
    vertical-align   : middle;
    padding          : 4px;
    /*border:1px solid black;*/
}

.info td a
{
    color           : #888888;
    text-decoration : none;
}

.info td a:hover
{
    color           : #5583BE;
    text-decoration : none;
}

/* -------------------------------------------------------------- */
/* Specific column format                                         */
/* -------------------------------------------------------------- */

.col_highlighted
{
    font-weight      : bold;
}

/* -------------------------------------------------------------- */
/* Data lists bottom actions bar                                  */
/* -------------------------------------------------------------- */

#list_action_bar
{
    margin-left      : auto;
    margin-right     : auto;
    width            : 768px;
    padding          : 4px;
    text-align       : right;
    /*background-color : #F3F1FF;*/
    margin-bottom    : 10px;
    /*border           : 1px dashed #DEDEDE;*/
}


/* -------------------------------------------------------------- */
/* Positive or negative feedback messages                         */
/* -------------------------------------------------------------- */

#list #FormError
{
    padding-left: 10px;
}

#FormError
{
    padding-top: 0px;
}

#list #FormInfo
{
    padding-left: 10px;
}

#FormInfo
{
    padding-top: 0px;
}

.InfoIcon
{
    float:left;
    clear:left;
    margin-top:3px;
}

.InfoText
{
    color:green;
    padding-left:20px;
    padding-top:3px;
}

.ErrorText
{
    color:red;
    padding-left:20px;
    padding-top:3px;
}

/**
 * login screen
 */
/*.loginBox
{
  width: 300px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}*/

h4
{
    font-family      : "Courier New", Courier, monospace;
    font-size        : 1.3em;
    font-weight      : bold;
	font-style       : italic;
    letter-spacing   : 0.08em;
    vertical-align   : bottom;
    border-bottom    : 1px solid #FF6633;
    padding          : 0px;
    text-align       : right;
    text-transform   : capitalize;
}
#column-right h4 {
    text-align       : left;
}
.sectionTitle
{
    font-size: 1.3em;
}
/*
.welcomeMessage {
  margin-bottom: 10px;
}*/

/**--------
 * custom stuff for the summary.php script
 */
#column-left {
  width: 19%;
  float:left;
  
}

#maincolumn {
  float:left;
  width: 50%;
  margin-left: 2%;
  margin-right: 1%;

} 

#column-right {
  width: 25%;
  float:right;
}
.columntext-left {
    margin-left: 10px;
}
.columntext-right {
    margin-right: 10px;
}

#onecolumn {
  /*float:left;*/
  width: 75%px;
  padding-left: 80px;
  padding-right: 80px;
}


.pager {
  width: 75%;
  margin-left: 40px;
  margin-right: 40px;   
  border-top: 1px solid #FF6633;
  padding-top: 6px;
  margin-top: 6px;
}
#footer {
	clear: both;
	display: block;
	border-top: 1px solid #FF6633;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:hover {
    background: none;
}

.itemList {
   list-style: none;
   margin-left: 1em;
   padding: 0;
   color: black;
}

.item, .item a {
   color: #FF6633;
   text-decoration: none;
}

.item a:hover {
    background       : #FF6633;
    color            : #666;
}

h5
{
    font-family      : "Courier New", Courier, monospace;
    font-size        : 1.2em;
    font-weight      : bold;
    vertical-align   : bottom;
    padding          : 0px;
    text-align       : left;
    text-transform   : capitalize;
	margin-bottom: 5px;
	margin-top: 9px;
}

div.summarypost {
border-bottom: 1px dashed #FF6633;
padding: 0px 15px 5px 15px;
margin-bottom: 15px;
}
p.welcome {
padding: 0px 15px 5px 15px;
margin-bottom: 30px;

}
div.templateScreen {
  float: left;
  margin: 5px 15px 15px 0px;
}
#FormError
{
 padding-bottom: 11px;
} 
div.google-ads {
margin-right: 10px;
text-align: center;
}