﻿/* Design by KISI

   http://www.kisi.com

   CSS by Joseph Cator
______________________________ */

/* Global Style Elements 
______________________________ */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFF url(Images/bg_body.jpg) repeat-x left top;
	font-size: 12px;
	font-family: "Lucida Grande" , Lucida, Verdana, Tahoma, Arial, sans-serif;
	color: #3b3b3b;
}

th, td, h1, h2, h3, h4, h5, h6, select, input, textarea
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

body, th, td, h1, h2, h3, h4, h5, h6
{
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6
{
	color: #3366cc;
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
	clear: right;
	text-transform: uppercase;
}
h1
{
	font-size: 1.2em;
}
h2
{
	font-size: 1.1em;
}
h3
{
	font-size: .9em;
}
h4
{
	font-size: .8em;
}

a
{
	text-decoration: none;
}

a.logout
{
	color:#ffffff;
}

a:hover
{
	text-decoration: none;
	background-color:#ffffff;	
	color:#000000;
}

.link
{
	cursor: pointer;
	font-style: normal;
	color: #9ECBED;
	font-weight: normal;
	text-decoration: none;
}

.link:hover
{
	text-decoration: none;
	background-color:white;	
	color:Black;
}

input[type="text"]
{
	display: block;
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 1px 5px;
	border-top: 2px solid #accbeb;
	border-right-style: none;
	border-bottom: 2px solid #accbeb;
	border-left-style: none;
	background: #e7f2fb;
	color: #000000;
	font-size: 1em;
}

input[type="password"]
{
	display: block;
	float: left;
	width: 200px;
	margin: 0 0 0px 0;
	padding: 1px 5px;
	border-top: 2px solid #accbeb;
	border-right-style: none;
	border-bottom: 2px solid #accbeb;
	border-left-style: none;
	background: #e7f2fb;
	font-size: 1em;
	color: #000000;
}

input[type="radio"]
{
	width: 25px;
}

input[type="text"].shortTextBox
{
	width: 40px;
}

input[type="text"].longTextBox
{
	width: 300px;
}

input[type="text"].extraLongTextBox
{
	width: 600px;
}

textarea 
{
	display: block;
	float: left;
	width: 600px;
	margin: 0 0 0 0;
	padding: 1px 5px;
	border-top: 2px solid #accbeb;
	border-right-style: none;
	border-bottom: 2px solid #accbeb;
	border-left-style: none;
	background: #e7f2fb;
	color: #000000;
	font-size: 1em;
}

select
{
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 1px 5px;
	border-top: 2px solid #accbeb;
	border-right-style: none;
	border-bottom: 2px solid #accbeb;
	border-left-style: none;
	background: #e7f2fb;
	color: #000000;
	font-size: 1em;
	outline-style: none;
}

.rdoButtonList
{
	padding-left: 20px;
}

.listGrid
{
	color: #353535;
	background-color:#FFFFFF;
}

.listGrid tr:hover
{
	background-color:#FFFFAA;
}

.listGrid th
{
	border: solid 1px #FFFFFF;
	border-bottom: solid 1px #000000;
	font-style: italic;
	background: #9ECBED;
	font-weight: bold;
	color: #000000;
	padding: 6px;
}

.listGrid td
{
	font-size: 1em;
	border: solid 1px #9ECBED;
	color: #000000;
	line-height: 20px;
	vertical-align: middle;	
}

.editForm table
{
	color: #353535;
	background-color:#F2F2F2;
}

.editForm table th
{
	border: 0px;
	font-style: italic;
	background: #6E6E6E;
	font-weight:bold;
	color: #FFFFFF;
	padding: 6px;
}

.editForm table td
{
	font-size:11px;
	border: 0px;
	color: #000000;
	vertical-align:middle;
	padding: 4px;
}

.editForm table td.label
{
	font-weight: bold;
	white-space: nowrap;
	width: 250px;
}

.label
{
	font-weight: bold;
	white-space: nowrap;
}

.pagerControls
{
	background: #9ECBED;
	vertical-align:text-bottom;
	padding: 6px;
	border: 0px;
}

.pagerControls tr:hover
{
	background: #9ECBED;
	vertical-align:text-bottom;
	padding: 6px;
	border: 0px;
}

.listGridAlternating
{
	background: #E0E0E0;
}

.Node
{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Tahoma;
	font-size: 1em;
}

.ParentNode
{
	font-weight: bold;
}

.HoverNode  a:hover
{
	color: #000000;
	background-color: #FFFFAA;
}

.SelectedNode
{
	color: #FFFFFF;
	background-color: #6E6E6E;
}

.required
{
	color:#FF0000;
	font-weight:bold;
}

/* Header 
______________________________ */

#header
{
	border: 0px dotted red;
	width: 90%;
	height: 84px;
	position: relative;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
}

/* Header */
body.default div#outer #innerouter #header #logo, body.default div#outer #innerouter #header #logo
{
	background: transparent url(Images/epifany_logo.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 80px;
	display: block;
	text-indent: -100em;
	float: left;
}


/* Header -- search | login */

div#search
{
	border: 0px dotted red;
	position: relative;
	top: 57px;
	float: right;
}


/* Navigation -- nav menu 
______________________________ */

#navbar
{
	background: #000;
	width: 95%;
	height: 21px;
	margin: 0 0 0 2%;
	padding: 0;
	position: relative;
	border: 2px solid #FFF;
}

#topnav
{
	height: 21px;
	background: #000 url(Images/topnav.gif) no-repeat;
	padding-left: 0px;
}

#topnav li
{
	float: left;
	list-style-type: none;
}

#topnav li a
{
	display: block;
	height: 21px;
	overflow: hidden;
	line-height: 70px;
}

#topnav li.on a, #topnav li a:hover
{
	background-image: url(Images/topnav-on.gif);
}

.staticlevel
{
	position:relative;
	top: 0px;
	display: inline-block;
	height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}

.loginUserNameLabel
{
	position:absolute;
	top: 140px;
	text-align:right;
	left:325px;
}

.loginUserNameText
{
	position:absolute;
	top: 140px;
	text-align:left;
	left:450px;
}

.loginPswrdLabel
{
	position:absolute;
	top: 175px;
	text-align:right;
	left:373px;
}

.loginPswrdText
{
	position:absolute;
	top: 175px;
	text-align:left;
	left:450px;
}

.loginError
{
	position:absolute;
	top: 205px;
	text-align:left;
	left:410px;
	color:Red;
}

.loginControls
{
	position:absolute;
	top: 250px;
	text-align:center;
}

/* Navigation -- sub nav */

#subnavbar
{
	background: #e7f2fb;
	width: 95%;
	margin: 0;
	padding: 0;
	position: absolute;
	border-top: 1px solid #E7F2FB;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
}

html > body div#subnavbar
{
	margin: 0 0 0 5px;
	padding: 0;
}

wizardStep
{
	text-align:left;
	float: left;
}

/* Page Structure 
______________________________ */

/* structure -- outer */
#outer
{
	width: 95%;
	margin: 0 auto;
	padding: 0;
	background: url(Images/bg_body_topper_1.jpg) repeat-x;
	border: outset;
}


/* structure */

body.default #innerouter
{
	margin: 0;
	padding: 0;
}

/* structure -- contents */
.treemenu
{
	background: #FFF;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 250px;
	top: 5px;
	vertical-align: top;
}

.detailView
{
	background: #FFF;
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	width: 690px;
	top: 5px;
	vertical-align: top;
}

div#contents
{
	width: 96%;
	position: relative;
	margin: 0 0 2% 2%;
	padding: 0;
	z-index:0;
}

div.leftcolumn, div.rightcolumn
{
	background: #FFF;
	float: left;
	margin: 0;
	padding: 0 0 12px 0;
}

div.rightcolumn
{
	float: right;
}

div.leftcolumn p, div.rightcolumn p
{
	margin: 0;
	padding: 0 0 9px 0;
	font-size: .9em;
	line-height: 1.3em;
}

div.centercolumn p
{
	margin: 0;
	padding: 3px 0 12px 0;
	font-size: .9em;
	line-height: 1.3em;
}

div.rightcolumn p
{
	margin: 0;
	padding: 3px 0 9px 0;
}

/* Footer
______________________________ */

#footer
{
	background: #FFF url(Images/bg_body_bottom.jpg) no-repeat;
	font-size: 10px;
	text-align: center;
}

.copyright
{
	margin: 0;
	padding: 9px 0 10px 0;
	font-size: 10px;
	text-align: center;
	color: #8E8E8E;
	line-height: 22px;
	background-color: Transparent;
}

#footer p
{
	margin: 0;
	padding: 9px 0 10px 0;
	text-align: center;
	color: #8E8E8E;
	line-height: 22px;
	background-color: Transparent;
}

#footer img#ftr_logo
{
	margin: 0;
	padding: 0 0 0 2px;
	vertical-align: middle;
	background-color: Transparent;
}

#footer a
{
	color: #666666;
	background-color: Transparent;
}

div#footer p.ftr_links
{
	color: #333;
	background-color: Transparent;
}

div#footer p.ftr_links a
{
	color: #333;
	background-color: Transparent;
}

/* Extras
______________________________ */

.clear
{
	clear: both;
}