﻿/*
Update this section for each instance of the style sheet when restyling

Colors:
#8cc63f - green
#aed0ef - blue
#0071bc - dark blue
#f5f5f5 - light gray
#636363 - gray

Rowan Colors:
#ffd34f - Header Background - Yellow
#01193B - Header Color & Nav - Dark Red Brown
#FFF0B3 - Nav Highlight - Light Yellow

Added Rowan Colors:
#FCF7D2 - Body Background - Light Yellow.
#320C00 - Header Darker Red Brown.
#E3CB9F - Calendar: Disabled Day - Light Brown.

*/

/***** BEGIN NEW TEMPLATE *****/

html, body, form
{
    margin: 0px;
    padding: 0px;
}
body, td, input, select, textarea
{
    font-family: Arial, Sans-Serif; 
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    color: #00331A;
}
select
{
    padding: 2px 3px;
    padding-right: 1px;
    color: #000;
}

input[type="text"], input[type="password"], textarea
{
    border-style: solid;
    border-width: 1px;
    border-color: #abc;
    padding: 5px 5px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    border-style: solid;
    border-width: 1px;
    border-color: #036;
}

#header
{
    width: 100%;
    height: 178px;
    background-color: #FFFFFF;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: 10px 40px;
    color:#fff;
}

.testmode-mark
{
    position: absolute;
    color: #00331a;
    width: 100%;
    height: 50px;
    font-size: 50px;
    top: 40px;
    text-align: center;
    z-index: 10;
    filter: Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background: transparent;
}
.clear
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0px;
}
img
{
    border: 0px;
}

/************************************** LINKS *********************************************/
a 
{
    color: #01193B;
    text-decoration:underline;
}
a:hover 
{
    color: #01193B;
    text-decoration: none;
}

a:active 
{
    color: #01193B;
    text-decoration:none;
}

a:visited 
{
    color: #01193B;
    text-decoration:none;
}
/************************************* END LINKS ******************************************/
/*
button, input.button, input[type="button"], input[type="submit"], input[type="reset"]
{
	padding: 0px;
	background-color: transparent;
	border: 0px;
	color: #000;
	line-height: normal !important;
}
*/
/* button, input.button, input[type="button"], input[type="submit"], input[type="reset"]
button:hover, input.button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"] */
span.button, input.button
{
    height: 25px;
    background-image: url('../images/bg/button.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 1px;
}
span.button:hover
{
    background-position: top;
}
span.button button, span.button input[type="button"], span.button input[type="submit"], span.button input[type="reset"]
{
    border: 0px;
    background-color: transparent;
    border: none;
    padding: 0px 10px;
    height: 25px;
    margin: 0px;
    cursor: pointer;
    color: #000;
}
span.button input.new, span.button button.new
{
    background-image: url('../images/bg/btn-new.gif');
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.btn-calendar
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('../images/icons/calendar.png');
}
/********************************************************************************************/
/****************************************** Top Bar *****************************************/
/********************************************************************************************/
#topbar-wrapper
{
    margin: 0 auto;
    font-weight: bold;
    background-color: #f0f0f0;
    background-image: url('../images/bg/topbar.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 5px;
    /*padding-top: 2px;*/
    padding-left: 30px;
    font-size: 90%;
}

#topbar-wrapper a#topbar-home
{
	display: block;
	height: 25px;
	width: 27px;
	background-image: url('../images/bg/home.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
#topbar-wrapper a#topbar-home:hover
{
	background-position: left top;
}

#topbar, #topbar ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

#topbar
{
    float: right;
}

#topbar a
{
    display: block;
    padding: 5px 20px;
    color: #555555;
    text-decoration: none;
    text-transform: capitalize;
}

#topbar a.icon
{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 3px center;
}

#topbar a.top-user
{
    background-image: url('../images/bg/topbar-user.gif');
}

#topbar a.top-opt
{
    background-image: url('../images/bg/topbar-opt.gif');
}

#topbar li:hover a
{
    background-color: #fff;
}

#topbar li:hover a.icon
{
}

#topbar li
{
    float: left;
    position: relative;
}

/* hide from IE, mac */
#topbar li
{
    width: auto;
}
/* end hiding from IE5 mac */

#topbar li#top-msg
{
    display: none;
}


/*--drop down menu styling--*/
#topbar li ul
{
    position: absolute;
    display: none;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    border-top: none;
    z-index: 5000;
}

#topbar li ul, #topbar ul li
{
    float: left;
    width: 17em;
    text-align: left;
}
#topbar ul.dmenu-last
{
    border-right: 0px;
    right: 0px;
    text-align: right;
}
#topbar ul.dmenu-last li
{
    text-align: right;
}
/*--drop down menu styling is different from main nav, strict rule--*/
#topbar ul li a
{
    color: #3366CC !important;
    border-right: 0;
}
#topbar ul li a:hover
{
    background-color: #eef3fb !important;
    border-right: 0;
}
#topbar li:hover ul
{
    display: block;
}
/*--used in drop down menu items--*/
.menuseprator
{
    border-bottom: 1px solid #ddd;
}

/********************************************************************************************/
/***************************************** Main Area ***************************************/
/********************************************************************************************/
#container
{
    width: 98%;
    margin: 0 auto;
    min-height: 400px;
    min-width: 960px;
}

.greybox
{
    width: 98%;
    margin: 0 auto;
    -moz-box-shadow: 0 6px 15px #888888;
    -webkit-box-shadow: 0 6px 15px #888888;
    box-shadow: 0 6px 15px #888888;
    border: solid 1px #ddd;
    border-top: none; /* For IE 8 */ /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";*/ /* For IE 5.5 - 7 */ /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');*/
}

.table-content
{
    width: 100%;
    margin: 0 auto;
    background-color: #e1e1e1; 
    /*background-color: #FCF7D2;*/
    /* background-image: url('../images/bg/content.png'); */
}

table#main
{
    width: 100%;
    min-height: 400px;
    /* background-image: url('../images/bg/content-top.png'); */
    background-repeat: repeat-x;
    background-position: top left;
}

/********************************************************************************************/
/****************************************** top nav *****************************************/
/********************************************************************************************/

div#top-nav 
{
	border-bottom: 1px solid #939393;
}

#top-menu
{
    padding: 0;
    width: 100%;
    margin: 0 auto;
    font-family: "Tahoma" , Verdana, Sans-Serif;
    font-size: 1.25em;
    text-transform: uppercase;
    text-align: left;
    /* border-bottom: 6px solid #d6dba7; */
    /*border-bottom: 6px solid #03419C;*/
}

#top-menu ul
{
    margin: 0;
    padding: 0;
    padding-left: 30px;
    list-style: none;
    white-space: nowrap;
    /*border-top: 1px solid #c0c0c0;*/
    border-top: 1px solid #99CC66;
    /*border-bottom: 1px solid #5e5e5e;*/
    border-bottom: 1px solid #99CC66;
    /* background-color: #f3f3f3; */
    background-color: #00331A;
    /*background-image: url('../images/bg/topnav.gif');*/
    background-repeat: repeat-x;
    background-position: bottom;
    zoom: 1;
}
#top-menu ul:after
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

#top-menu li
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#top-menu a
{
    display: inline-block;
    /*color: #464646;*/
    color: #ffffff;
    text-decoration: none;
    padding: 18px 12px;
    margin: 0px 3px;
    font-weight: normal;
}

#top-menu a:hover
{
    color: #fff;
    text-decoration: underline;
}
#top-menu a.current
{
    /*color: #fff;*/
    color: #01193b;
    font-weight: normal;
    /* background: #074575; */
    background: #E6E6E6;
    /* background-image: url('../images/bg/topnav-on.png'); */
    background-repeat: repeat-x;
    background-position: center center;
}

/********************************************************************************************/
/****************************************** Left nav *****************************************/
/********************************************************************************************/
td#left
{
    width: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
}

#left-nav
{
    width: 185px;
    display: block;
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: "Tahoma" , Verdana, Sans-Serif;
    font-size: 1.20em;
    list-style: none;
    overflow: hidden;
}

#left-nav ul
{
    margin: 0;
    padding: 0;
    border: 2px solid #373737;
    border-bottom-width: 1px;
    list-style: none;
    background-color: #5a5a5a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

#left-nav li
{
    margin: 0;
    border-bottom: 1px solid #2f2f2f;
    border-top: 1px solid #757575;
}
#left-nav li:first-child
{
	border-top: none;
}

#left-nav li.current
{
    background-color: #00331A;
}
#left-nav li a
{
    display: block;
    color: #c1c1c1;
    text-shadow: 0px -2px 2px #333;
    text-decoration: none;
    padding: 10px 10px;
}

html > body #left-nav li a
{
    /*Non IE6 width*/
    width: auto;
}

#left-nav li a.current
{
    color: White;
    text-shadow: 0px -1px 2px #ccc;
}


#left-nav li a:hover, #left-nav li a:focus
{
    color: #fff;
    background-color: #393939;
    /*
    background-image: url('../images/bg/leftnav-ind.gif');
    background-repeat: no-repeat;
    background-position: center right; */
}

#left-nav-tab
{
    display: block;
    width: 30px;
    height: 100px;
    background-color: #fff;
    color: #000;
}

/********************************************************************************************/
/************************************ Jquery Overrides ***********************************/
/********************************************************************************************/

/************************************** Tabs ****************************************/
.ui-tabs
{
    padding: 0px;
    font-family: Arial, Sans-Serif;
    background-color: #fff;
    border: 1px solid #476e83;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ui-tabs input, .ui-tabs select, .ui-tabs textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #636363;
}

.ui-tabs .ui-corner-all, .ui-tabs .ui-corner-top
{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/* Overall wrapper */
.ui-tabs .ui-tabs-nav
{
    padding: 0px;
    background-image: url('../images/bg/tab.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}
/* Override header */
.ui-tabs .ui-widget-header
{
    border: 0px;
    border-bottom: 5px solid #99CC66;
    background-color: #00331A;
}

/* Tab */
.ui-tabs .ui-tabs-nav li
{
     background-color: #01193B;
    top: 0px;
    margin: 0px;
}

/* Tab Default */
.ui-tabs .ui-widget-header .ui-state-default
{
    border: 0px;
    border-right: 1px solid #494949;
    background-color: #01193B;
    background-image: none;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-widget-header a
{
     background-color: #00331A;
    padding: 12px;
    padding-bottom: 15px;
    color: #fff;
}
/* Tab hover */
.ui-tabs .ui-tabs-nav .ui-state-hover a, .ui-tabs .ui-tabs-nav .ui-state-hover a:hover, .ui-tabs .ui-widget-header .ui-state-hover a, .ui-tabs .ui-widget-header .ui-state-hover a:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
    background-image: url('../images/bg/tab-arrow.gif');
    background-repeat: no-repeat;
    background-position: bottom center;
}
/* Tab selected */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    background-color: #E6E6E6;
    background-repeat: repeat-x;
    background-position: top;
    padding: 0px;
}
.ui-tabs .ui-state-active
{
    border: 0px;
    color: #fff;
}
.ui-tabs .ui-state-active a
{
    color: #fff;
}

/* Tab Content */
.ui-tabs .ui-tabs-panel
{
	background-color: #E6E6E6;
}

/********************************************************************************************/
/****************************************** Theme Styles ********************************/
/********************************************************************************************/
/*
table.DetailsViewNormal
{
	width: 98%;
	border: 1px solid #7d7d7d;
	background-color: #fff;
}
table.DetailsViewNormal td
{
	padding: 7px 10px;
	color: #000;
}
table.DetailsViewNormal th, table.DetailsViewNormal td.DetailsViewNormalFieldHeader
{
	background-color: #474747;
	background-image: url('../images/bg/detailview-header.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	vertical-align: middle;
}
*/
/***************************************Grid View Styles ***********************************/
.GridViewNormal
{
    border: solid 1px transparent;
    padding: 3px 3px 3px 3px;
    text-align: left;
    width: 100%;
    /* background-color: #ECEBEC !important; */
    background-color: #ffffff !important;
}

.GridViewNormalHeader th
{
    padding: 6px 8px;
    font-weight: bolder;
    /* background: #074575; */
    background-color: #00331A;
    background-image: url('../images/bg/grid-header.png');
    background-repeat: repeat-x;
    background-position: center;
    text-align: left;
    color: #fff; /*     background-color: #7c7c7c; 	background-image: url('../images/bg/tab.gif'); 	background-repeat: repeat-x; 	background-position: bottom; */
}
.GridViewNormalHeader th a
{
    color: #fff !important;
}
.GridViewNormalHeader td a:hover, .GridViewNormalItem td a:hover
{
    text-decoration: none;
}

.GridViewNormalHeader th img
{
    padding: 0px 5px 0px 5px;
}

tr.GridViewNormalItem, tr.GridViewNormalAtlItem, .GridViewNormal tr.GridViewNormalSelected
{
    background-color: #ECEBEC;
}

tr.GridViewNormalItem td, tr.GridViewNormalAtlItem td, tr.GridViewNormalSelected td
{
    text-align: left;
    padding: 5px 8px;
    border: 1px solid #ECEBEC;
    border-top-width: 4px;
    background-color: #fff;
}

tr.GridViewNormalItem td:first-child, tr.GridViewNormalAtlItem td:first-child
{
    -moz-border-top-left-radius: 13px;
    -webkit-border-top-left-radius: 13px;
    border-top-left-radius: 13px;
}

tr.GridViewNormalItem td:last-child, tr.GridViewNormalAtlItem td:last-child
{
    -moz-border-bottom-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-left: 1px solid #fff;
}
.GridViewNormalPage, .GridViewNormalPager
{
    padding: 5px;
    border: none;
}
.GridViewNormalPage td, .GridViewNormalPager td
{
    border: 1px solid #ECEBEC;
    -moz-border-top-left-radius: 13px;
    -webkit-border-top-left-radius: 13px;
    border-top-left-radius: 13px;
    -moz-border-bottom-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border: none;
    text-align: center;
    background-color: #fff;
}


.GridViewNormal tr.GridViewNormalAtlItem:hover, .GridViewNormal tr.GridViewNormalItem:hover
{
    background-color: #ECEBEC;
}
/********************************************************************************************/
/***************************************** Content *****************************************/
/********************************************************************************************/
#content
{
    /* 	background-image: url('../images/bg/content.gif'); 	background-repeat: repeat; 	*/
    background-color: #fff;
    text-align: left;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
}

#content #wrap
{
	min-height: 500px;
}

.border-box
{
    /*background-color: #eee;*/
    background-color: #E6E6E6;
    padding: 10px;
    /*
    -moz-box-shadow: 0 0 3px 3px #bababa;
    -webkit-box-shadow: 0 0 3px 3px #bababa;
    box-shadow: 0 0 3px 3px #bababa;
	*/
    border: 1px solid #b6b6b6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.border-box .callout
{
    margin: 10px -10px;
    /* background-color: #e5e4e5; */
    background-color: #00331A;
    padding: 10px 15px;
    /*color: #777;*/
    color: #ffffff;
    font-size: 1.2em;
}

#popup
{
    padding: 15px;
    background-color: #fff;
}
#popup table
{
    width: 100%;
}

#content h1, #popup h1
{
    color: #00331A;
    font-size: 1.6em;
    font-weight: normal;
    margin: 10px 0px;
    margin-top: 5px;
    padding: 0px;
    line-height: normal;
}
#content h1.fancy
{
    font-family: "Trebuchet MS" , Verdana, Sans-Serif;
    color: #464646;
    margin-top: -5px;
    margin-left: -15px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 55px;
    display: inline-block;
    position: relative;
    -moz-box-shadow: 3px 3px 8px #bababa;
    -webkit-box-shadow: 3px 3px 8px #bababa;
    box-shadow: 3px 3px 8px #bababa;
    background-color: #fff;
}

#content h2, #popup h2
{
    font-size: 1.2em;
    font-weight: normal;
    color: #01193B;
}
#content h3, #popup h3
{
    font-size: 1.1em;
    font-weight: normal;
    color: #01193B;
}
/**************************************** Login **************************************/
table.login td
{
    padding: 3px;
    color: #000;
}

table.login input[type="text"], table.login input[type="password"]
{
    font-size: 130%;
    background-color: #fff !important;
    color: #666;
}
/****************************************** App list *****************************************/
#add
{
    background-image: url('../images/bg/button.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px solid #a1a1a1;
    cursor: pointer;
    display: inline-block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    padding: 4px 10px;
}

/*********************************************************************************************/

/**************************************** App Summary **************************************/
#admin-home th
{
}

#admin-home th h3
{
    margin: 0px;
    /* background-color: #333; */
    background-color: #00331A;
    /*background-image: url('../images/bg/tab-on.gif');*/
    background-repeat: repeat-x;
    background-position: top;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    /* border-bottom: 5px solid #476e83; */
    border-bottom: 5px solid #99CC66;
}
#admin-home .sep
{
    width: 10px;
}
.sum-box
{
    background-color: #fff;
    padding: 10px;
    width: 320px;
    border: 1px solid #476e83;
}


#app-summary table
{
    width: 100%;
}

#app-summary table td
{
    color: #000;
    padding: 5px;
}

#sys-msg #msgs
{
    overflow:auto;
    height:300px;
}
#sys-msg .msg_category
{
    margin:0px;
    padding:0px;
}
#sys-msg #msgs h3
{
    margin:0px;
    padding: 5px;
    border-bottom: 1px solid #333;
    background-color: #efefef;
}
#sys-msg #msgs h3 i
{
    font-size: 90%;
}
#sys-msg #msgs h3 a
{
    display: block;
    text-decoration: none;
}
#sys-msg #msgs h2
{
    padding: 2px;
    margin:0px;
    border-bottom: 1px solid #333;
    background-color: #efefef;
}
#sys-msg #msgs h2 i
{
    font-size: 90%;
}
#sys-msg #msgs h2 a
{
    display: block;
    text-decoration: none;
}
#sys-msg #msgs .row-title a
{
    text-decoration: none;
}
#sys-msg #msgs .row-content
{
}
#sys-msg #msgs .content
{
    padding: 0px;
    display: none;
    border-bottom: 1px solid #99c;
}


#todo-wrap
{
    float: right;
    position: relative;
    padding-top: 10px;
    padding-right: 5px;
}
.todo-new-btn
{
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/todolist.png');
    background-repeat: no-repeat;
    display: block;
}
.todo-new
{
    font-weight: normal;
    display: none;
    position: absolute;
    top: 100%;
    right: -50px;
    background-color: #fff;
    z-index: 1010;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 1px solid #abc;
    padding: 10px;
    text-align: center;
}
.todo-new input, .todo-new select
{
    font-size: 90%;
}
.todo-new input[type=text]
{
    width: 200px;
}
.todo-new input.datepicker
{
    width: 70px;
}
.todo-new table
{
    text-align: left;
}
.todo-new th
{
    font-weight: normal;
    font-size: 130%;
}

#todo-none
{
    display: none;
    text-align: center;
}

#todo-list
{
    width: 100%;
}
#todo-list td.button
{
    width: 1%;
    text-align: right;
}
#todo-list .todo-priority
{
    background-image: url('../images/icons/priority.png');
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
}
#todo-list .priority-1
{
    background-position: left top;
}
#todo-list .priority-2
{
    background-position: left -16px;
}
#todo-list .priority-3
{
    background-position: left -32px;
}
#todo-list .priority-4
{
    background-position: left -48px;
}
#todo-list .priority-5
{
    background-position: left -64px;
}
#todo-list .todo-complete
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('../images/bg/btn-check.png');
    background-repeat: no-repeat;
    float: left;
}
#todo-list .todo-delete
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('../images/bg/btn-del.png');
    background-repeat: no-repeat;
    float: left;
}

.stats-box
{
    width: 100%;
}
.stats-matrix-content
{
    margin-bottom: 10px;
}
.stats-matrix-content table td, .stats-matrix-content table th
{
    text-align: right;
    color: #000;
}
.stats-matrix-content table th
{
    padding: 5px;
}
.chart-div-hide
{
    display: none;
}
.chart
{
    float: left;
}
/****************************************** App Info *****************************************/
.selected-list
{
    border: 1px solid #333;
    padding: 10px;
    background-color: #fff;
    margin: 5px 0px;
}

#app-info-wrap
{
    width: 750px;
}
#app-info .name, #app-info .callout
{
    font-size: 1.5em !important;
    font-weight: bold !important;
    /* color: #01366c !important; */
    color: #ffffff !important;
    margin-bottom: 15px !important;
}
#app-info .name i
{
    font-weight: normal;
}

#app-info .app
{
    margin-left: 200px;
    /* color: #000; */
    color: #01193B;
}

#app-info .app .large
{
    font-size: 1.35em;
    line-height: 1.35em;
    padding-left: 5px;
}
#app-info .app .reg
{
    font-size: 1.1em;
    line-height: 1.4em;
    padding-left: 5px;
}

#app-info .app .pad-bottom
{
    padding-bottom: 10px;
}
#app-info .app .pad-top
{
    padding-top: 10px;
}

#app-info .app .border-bottom
{
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d4d5;
}

#app-info .app .address
{
    padding-top: 3px;
    width: 200px;
    color: #000;
}

#app-info .app a.view
{
    display: block;
    height: 19px;
    background-image: url('../images/bg/btn-view.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 25px;
    vertical-align: middle;
    color: #898989;
    line-height: 20px;
}
#app-info .app a.view:hover
{
    text-decoration: none;
}

#app-info .app a.less
{
    background-position: left top;
    display: none;
}

#app-info .hidden
{
    display: none;
}

#app-info .app-image
{
    float: left;
    width: 180px;
    overflow: hidden;
    text-align: left;
}

#app-info .app-image a.photo
{
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #003366;
    overflow: hidden;
    padding: 5px;
}
#app-info .app-image a.photo img
{
    width: 100%;
}
#app-info .app-image .photo_edit
{
    padding-top: 10px;
}

#single_app_admin_tabs
{
    padding-bottom: 10px;
    position: relative;
	/* background-color: #eee; */
	background-color: #e1e1e1;
}

#single_app_admin_tabs .section
{
    padding: 5px 0px;
}

#single_app_admin_tabs #loader
{
    position: absolute;
    z-index: 9000;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}
#single_app_admin_tabs #loader .loader-bg
{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #999;
    z-index: 9000;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
#single_app_admin_tabs #img
{
    position: absolute;
    top: 45px;
    text-align: center;
    width: 100%;
    z-index: 9001;
    display: none;
}

#single_app_admin_tabs h2
{
    font-size: 1em;
    font-weight: bold;
}

#app-docs div.report
{
    width: 48%;
    float: left;
}
#app-docs div.document
{
    width: 48%;
    float: right;
}

#app-docs div.report table, #app-docs div.document table
{
    margin-bottom: 7px;
    width: 100%;
}

#app-docs table td.nowrap
{
    white-space: nowrap;
    word-spacing: 4px;
    width: 1%;
    padding-right: 10px;
}

#app-docs a
{
    color: #003366;
}

#app-docs h2
{
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

/****************************************** End App Info *************************************/
/****************************************** App Status *************************************/
ul.status
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
    font-size: 130%;
}
ul.status li
{
    padding: 5px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left;
}

ul.status li.incomplete
{
    background-image: url(../images/icons/icon_incomplete_trans.gif);
}

ul.status li.complete
{
    background-image: url(../images/icons/icon_complete_trans.gif);
}

ul.status li.unknown
{
    background-image: url(../images/icons/icon_incomplete_trans.gif);
}

	ul.status li.main-selection 
{
    background-image: url(../images/icons/icon_current.gif);
}

/****************************************** Interview Month *****************************************/
#interview-calendar
{
    width: 500px;
    float: left;
}

#interview-calendar .control-buttons
{
    background-image: url('../images/bg/cal-head.gif');
    background-repeat: repeat-x;
    background-color: #949494;
    background-position: bottom;
}

#interview-calendar .control-buttons, #interview-calendar .control-buttons table
{
    width: 100%;
    padding: 5px 0px;
    font-size: 90%;
}

#interview-calendar .control-buttons table#buttons1 td
{
}

#interview-calendar .control-buttons table td
{
    text-align: center;
}
#interview-calendar .control-buttons table td:first-child
{
    text-align: left;
}
#interview-calendar .control-buttons table td:last-child
{
    text-align: right;
}
#interview-calendar .control-buttons table td .button
{
    background-color: transparent;
    background-image: none;
    border: none;
    height: 22px;
}
#interview-calendar .control-buttons table td .button input
{
    padding: 0 3px;
    height: 100%;
    color: #ccc;
    text-align: center;
}
#interview-calendar .control-buttons table td span.CalendarMonthHighlight, #interview-calendar .control-buttons table td span:hover
{
    /*background-image: url('../images/bg/topnav-on.gif');*/
    background-repeat: repeat-x;
    background-position: left center;
}
#interview-calendar .control-buttons table td input.CalendarMonthHighlight
{
    color: #fff;
}

#interview-calendar table.Calendar
{
    width: 100%;
    background-color: #fff;
    border: 1px solid #666;
}

#interview-calendar table.Calendar td, #interview-calendar table.Calendar th
{
    padding: 3px;
    text-align: right;
    border: 1px solid #999;
    vertical-align: top;
}

#interview-calendar table.Calendar table.calendar-title td
{
    padding: 10px;
    text-align: left;
    font-size: 1.4em;
    border: none;
    height: auto;
    color: #000;
}
#interview-calendar table.Calendar td.calendar-day, #interview-calendar table.Calendar td.calendar-other-month, #interview-calendar table.Calendar td.calendar-today, #interview-calendar table.Calendar td.calendar-selected
{
    height: 60px;
}
#interview-calendar table.Calendar td.calendar-selected
{
    background-color: #efefef;
}

#interview-calendar table.Calendar td.calendar-other-month
{
    background-color: #dedede;
}

#interview-calendar table.Calendar td a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#interview-calendar table.Calendar td .day
{
    display: block;
    font-size: 90%;
    padding: 2px;
    text-align: right;
}
#interview-calendar table.Calendar td .day a.ind
{
    width: 10px;
    height: 10px;
    position: relative;
    float: right;
    background-image: url('../images/bg/cal-ind.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
#interview-calendar table.Calendar td .day a.full
{
    background-position: left bottom;
}

#interview-calendar table.Calendar td .day a.ind .details
{
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    right: 10px;
    bottom: 2px;
    z-index: 1000;
    padding: 0px;
    background-color: #fff;
}
#interview-calendar table.Calendar td .day a.ind:hover .details
{
    display: block;
    height: auto;
    padding: 10px;
    width: 100px;
    text-align: left;
    border: 1px solid #ccc;
}

td.CalendarHasCommittee
{
    background-color: #999;
}

/****************************************** Committee Month *****************************************/
#Committee-calendar
{
    width: 410px;
    float:left;
    height:260px;
}

#Committee-edit 
{
    width: 350px;
    margin-left: 430px;
    border: 1px solid #9999cc;
    padding: 10px;
    background-color: #fff;
    min-height:260px;
}
#Committee-calendar .control-buttons
{
    background-image: url('../images/bg/cal-head.gif');
    background-repeat: repeat-x;
    background-color: #949494;
    background-position: bottom;
}

#Committee-calendar .control-buttons, #Committee-calendar .control-buttons table
{
    width: 100%;
    padding: 1px 0px;
    font-size: 90%;
}

#Committee-calendar .control-buttons table#buttons1 td
{
}

#Committee-calendar .control-buttons table td
{
    text-align: center;
}
#Committee-calendar .control-buttons table td:first-child
{
    text-align: left;
}
#Committee-calendar .control-buttons table td:last-child
{
    text-align: right;
}
#Committee-calendar .control-buttons table td .button
{
    background-color: transparent;
    background-image: none;
    border: none;
    height: 22px;
}
#Committee-calendar .control-buttons table td .button input
{
    padding: 0 0px;
    height: 100%;
    color: #ccc;
    text-align: center;
}
#Committee-calendar .control-buttons table td span.CalendarMonthHighlight, #Committee-calendar .control-buttons table td span:hover
{
    /*background-image: url('../images/bg/topnav-on.gif');*/
    background-repeat: repeat-x;
    background-position: left center;
}
#Committee-calendar .control-buttons table td input.CalendarMonthHighlight
{
    color: #fff;
}

#Committee-calendar table.Calendar
{
    width: 100%;
    background-color: #fff;
    border: 1px solid #666;
}

#Committee-calendar table.Calendar td, #Committee-calendar table.Calendar th
{
    padding: 1px;
    text-align: right;
    border: 1px solid #999;
    vertical-align: top;
}

#Committee-calendar table.Calendar table.calendar-title td
{
    display:none;
}
#Committee-calendar table.Calendar td.calendar-day, #Committee-calendar table.Calendar td.calendar-other-month, #Committee-calendar table.Calendar td.calendar-today, #Committee-calendar table.Calendar td.calendar-selected
{
    height: 18px;
}
#Committee-calendar table.Calendar td.calendar-selected
{
    background-color: #efefef;
}

#Committee-calendar table.Calendar td.calendar-other-month
{
    background-color: #dedede;
}

#Committee-calendar table.Calendar td a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#Committee-calendar table.Calendar td .day
{
    display: block;
    font-size: 90%;
    padding: 1px;
    text-align: right;
}
#Committee-calendar table.Calendar td .day a.ind
{
    width: 10px;
    height: 10px;
    position: relative;
    float: right;
    background-image: url('../images/bg/cal-ind.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
#Committee-calendar table.Calendar td .day a.full
{
    background-position: left bottom;
}

#Committee-calendar table.Calendar td .day a.ind .details
{
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    right: 10px;
    bottom: 2px;
    z-index: 1000;
    padding: 0px;
    background-color: #fff;
}
#Committee-calendar table.Calendar td .day a.ind:hover .details
{
    display: block;
    height: auto;
    padding: 10px;
    width: 100px;
    text-align: left;
    border: 1px solid #ccc;
}

td.CalendarHasCommittee
{
    background-color: #999;
}

/********************************************* Generic calendar **********************************************/
.Calendar .CalendarTitle td
{
    /* color: #333; */
    color: #ffffff;
}
.Calendar td.cal-unselectable
{
    /*background-color: #dedede;*/
    background-color: #DEDEDE;
}
.Calendar td.cal-selectable
{
    background-color: #fff;
}
.Calendar td.cal-selectable:hover
{
    background-color: #efefef;
}
.Calendar td.cal-selectable a
{
    display: block;
    width: 100%;
}
.Calendar td .text
{
    padding: 2px;
    font-size: 90%;
    color: #000;
}
.Calendar td.CalendarDay
{
    text-align: left;
    vertical-align: top;
}
.Calendar td.CalendarDay a
{
    display: block;
    width: 100%;
}


#interview-day
{
    width: 330px;
    margin-left: 520px;
    border: 1px solid #9999cc;
    padding: 10px;
    border-radius: 5px;
    /* background-color: #eee; */
    background-color: #FFFFFF;
}

/********************************************* Login **********************************************/
#login-box
{
    width: 300px;
    margin: auto;
    text-align: center;
    border: 1px solid #ccc;
}
#login-box table
{
    width: 100%;
    padding: 10px;
    text-align: center;
}

/******************************************* Error Page ****************************************/
#ErrorPage
{
    width: 750px;
    margin: auto;
    color: #0071bc;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 20px;
}
#ErrorPage h1
{
    font-size: 36px;
}
#ErrorPage strong
{
    font-size: 28px;
}
#ErrorPage a
{
    text-decoration: none;
    color: Red;
}
/********************************************* Fbuilder **********************************************/
.fbuilder
{
    width: 700px;
    display: block;
}

.fbuilder .fbuilder_name
{
    color: #000;
    font-size: 125%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fbuilder .fbuilder-result
{
    padding: 5px;
}

.fbuilder .fbuilder-buttons
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.fbuilder .fbuilder-questions
{
}
.fbuilder .form_question
{
    padding: 5px 0px;
}

.fbuilder .form_question_text
{
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: #000;
}

/********************************************************************************************/
/****************************************** Footer *****************************************/
/********************************************************************************************/
#footer
{
    width: 100%;
    height: 20px;
    margin: 0 auto 10px;
    padding: 20px 0 10px 0;
}

#toTop
{
    width: 50px;
    border: 1px solid #ccc;
    /* background: #074575; */
    background-color: #00331A;
    /*background-image: url('../images/bg/topnav-on.gif');*/
    background-repeat: repeat-x;
    text-align: center;
    padding: 5px;
    position: fixed; /* this is the magic */
    bottom: 10px; /* together with this to put the div at the bottom*/
    right: 20px;
    cursor: pointer;
    display: none;
    color: white;
    font-family: verdana;
    font-size: 11px;
}

/***** END NEW TEMPLATE *****/

/*********************** Original CSS ********************/

/*
Update this section for each instance of the style sheet when restyling

Colors:
#8cc63f - green
#aed0ef - blue
#0071bc - dark blue
#f5f5f5 - light gray
#636363 - gray

Rowan Colors:
#ffd34f - Header Background - Yellow
#01193B - Header Color & Nav - Dark Red Brown
#FFF0B3 - Nav Highlight - Light Yellow
*/

#header_popup {width: 100%; height: 115px; background-color: #FFFFFF; background-image: url(../images/medlogo.gif); background-repeat: no-repeat; background-position: left center;
	font-family: Arial, sans-serif;}

#header #welcome {
    position: absolute;
    right: 15px;
    top: 20px;
    text-align: right;
    z-index: 20;
}
#welcome {
    width:98%;
    margin: 0 auto;
}

.red {color: Red}

/*#main {width: 100%; min-height: 500px; background-color: #fff; text-align: center;}*/
/*#content {text-align: left; background:#fff; padding: 10px 10px 0px 10px;
  /*  border-left: solid 3px #f43059;
    border-top: solid 3px #f43059;
    /*-moz-border-radius-topleft: 10p
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius:10px; * /}*/

.summary {border: 1px solid black; border-collapse: collapse;}
.summary .left-pad {padding-left: 8px;}
.summary .border-less {border-left: none; border-right: none; border-top: 1px solid #000; border-bottom: 1px solid #000; border-collapse: collapse; width: 100%; text-align: left;}
.summary td h3 {margin-top: 10px; margin-bottom: 10px; font-size: 14px; }

.list {width: 700px; font-size: 10px;}
.list td {width: 25%;font-size: 10px;}

.grid {min-width: 650px;}

.pad {padding: 5px 0px;}

.tableContent {
    width:100%;
    margin:0 auto;
    min-height:400px;
}

/************************ system message   *************************/

.message_center {

float:right;
position: relative;

}
.messages
{
    display:none;
    width: 300px;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 2px;
    z-index: 100000;
    vertical-align: top;
    background-color: #FFFFFF;
}
.message_grid { 
    padding: 2px; width:300px; }


.show_messages:hover
{
    text-decoration: underline;
}
.subject
{
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
  
}
.subject_unread
{
    font-weight: bold;
    text-decoration: underline;
}
.message_text
{
    font-weight: normal;
    text-align: left;
}

/*************************************NAV AND SUBNAVS***************************************/
#elipsis
{
    cursor: pointer;
    text-decoration: underline;
    color: #0000FF;
    display: inline;
}

.inner{
    width:100%;
    background: #01193B;
}

#modernbricksmenu
{
	padding: 0;
	width: 100%;
	margin:0 auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Arial, sans-serif;
	font-size: 110%;
	text-align:left;
}

.bg-colored {background-color: #FF0000;}

#modernbricksmenu ul
{
	margin:0;
	margin-left: 30px;
	/*margin-left: 240px; margin between first menu item and left browser edge*/
	padding: 0;
    list-style: none;
	white-space:nowrap;
}

#modernbricksmenu li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0px;
}

#modernbricksmenu a
{
	float: left;
	display: block;
	color: white;
	text-decoration: none;	
	padding: 10px 11px 10px 10px;
	font-weight:bold;
	border-right: solid 1px White;
	background: #01193B;
}
 
#modernbricksmenu a:hover
{
	color: #01193B; /*#0071bc;     */
	font-weight:bold;
	background:#FFF0B3;	
}

#modernbricksmenu a.current
{ /*currently selected tab*/
	color: #01193B; /*#0071bc;     */
	font-weight:bold;
	background:#FFF0B3;
}
#modernbricksmenu a.active
{ /*currently selected tab*/
	color: #01193B; /*#0071bc;     */
	font-weight:bold;
	background:#FFF0B3;
}

#colorblock
{
	width: 180px;
	padding:0px;
	margin-left: 2px;
	margin-bottom: 1em;
	font-family: Arial, sans-serif;
	font-size: 100%;
	list-style:none;
}

* html #colorblock
{ /*IE 6 only */
	width: 147px; /*Box model bug: 180px minus all left and right paddings for #colorblock */
}

#colorblock ul
{
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 15px;
	list-style:none;
}

#colorblock li
{
	margin: 0;
	border-bottom: dashed 1px #f5f5f5;
	padding: 7px 0px 7px 7px;
}

#colorblock li a
{
	display: block;
	padding: 5px 0px 5px 5px;
	color: #01193B;
	text-decoration: none;
	width: 100%;
}

html>body #colorblock li a{ /*Non IE6 width*/
width: auto;
}

#colorblock li a:hover, #colorblock li a:focus
{   position:relative;
	color:#fff;
	background:#01193B;
	padding-left:20px;
	margin-left:-20px;
	text-shadow:0 -1px #01193B, 0 1px #01193B;
	-moz-box-shadow:0px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:0px 2px 0 rgba(0,0,0,0.1);
	box-shadow:0px 2px 0 rgba(0,0,0,0.1);
}

#colorblock li a.current
{   position:relative;
	color:#fff;
	background:#01193B;
	padding-left:20px;
	margin-left:-20px;
	text-shadow:0 -1px #01193B, 0 1px #01193B;
	-moz-box-shadow:0px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 2px 0 rgba(0,0,0,0.1);
	-o-box-shadow:0px 2px 0 rgba(0,0,0,0.1);
	box-shadow:0px 2px 0 rgba(0,0,0,0.1);
}

#colorblock li a.visited {
    font-size: 15px;
	display: block;
	padding: 19px 45px 19px 45px;
	margin-top:-10px;
	color: #FFF;
	text-decoration: none;
	right:11px;
    
}

#colorblock li a.current:before ,#colorblock li a:hover:before{
	content:" ";
	background:url(../images/icons/nav1.png);
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-10px;
	z-index:-1;
}

