﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #959796;
    font-size: 11pt;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #000000;
    height:100%;
}
a
{
    font-family: Arial;
    font-size: 11pt;
    color: #000000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 2px solid #E0E0E0;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    font-size: 11pt;
    font-family:Arial;
}
fieldset select
{
   border : 1px solid #ccc;
    padding: 2px;
    font-size: 11pt;
    color: #444;
}
fieldset textarea
{
    width:100%;
}

fieldset .btnbuton
{
    margin-left: -8px;
    height : 35px;
    width:80px;
}
/* Notes */
.notes, .notes p
{
    font-size:8pt;
    background-color:#F8F8F8;
}
.notes .headerTextArea
{
    font-weight:bold;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
}

/* end note */
fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* Add New */
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-field
{
   font-weight:bolder;
}
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.editor-button
{
    width:30px;
}
.backlink
{
    color:#0000FF;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 2px solid #E0E0E0;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    width:400px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 11pt;
    color: #444;
    width: 200px;
}


input[type="submit"] {
    font-weight:bold;
    font-size:11pt;
    padding: 5px;
}
.displayMessenger
{
  color: #FF0000; 
  font-size: medium
}

/* English name */
.tableEnglishName
{
    width:100%;
}
fieldset .tableEnglishName .lefttabledlen
{
    text-align :left;
    width:20%; 
    background-color:#F2F2F2;
    font-weight:bold;
    color:  #696969;
}

fieldset .tableEnglishName .righttabledlen
{
    text-align:left;
    width:80%;
    background-color:#F9F9F9;
    color:  #696969;
}


/* Employee */
.tableEmployee
{
    width:100%;
}
.tableEmployee .tdleft
{
  width:47%;
}
.tableEmployee .tdright
{
 width:53%;
}
fieldset .headerTextArea
{
    font-weight:bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
}
fieldset .bodyTextArea
{
}
 fieldset .text-Info
{
}
 fieldset .imagePicture
{
        height:2.4869cm;
        width:2.254cm;
        margin-top:35px;
}

fieldset .tabledetail .lefttable
{
    text-align :left;
    width:150px; 
    background-color:#F2F2F2;
    font-weight:bold;
    color:  #696969;
}

fieldset .tabledetail .righttable
{
    text-align:left;
    width:265px;
    background-color:#F9F9F9;
    color:  #696969;
}

fieldset .tabledetail .righttable2
{
    text-align:left;
    width:1.584in;
    background-color:#F9F9F9;
    color:  #696969;
}
fieldset .tabledetail .rightpicture
{
    height:0.9791in;
    width:0.8874in; 
    float:left; 
    padding:0; 
    position:relative; 
    left:0.1849cm; 
    top:-1.0511cm; 
   
}
fieldset .tabledetail .righttdpicture
{
    text-align:left;
    width:165px; 
     background-color:#F9F9F9;
}


/* Master Page */
h1, h2, h3, h4, h5, h6 {
	color:#000;
	letter-spacing:-1px;
	font-weight:400;
	padding: 0;
	margin: 0;
}

em { color: #ff0d40 }

h1 { font-size:32px; margin-bottom: 20px; }
h2 { font-size:28px; margin-bottom: 20px; }
h3 { font-size:20px; margin-bottom: 20px; }
h4 { font-size:16px; margin-bottom: 10px; font-weight:100 }
h5 { font-size:14px }
h6 { font-size:12px }
.header { display: block }


.login
{
float:right;
padding-right: 20px;
}
.header_text
{
font: bold 38px "Calibri",Arial;
text-align:center;
width: 800px;
}
.logo
{
width:216px;
height:45;
background-image: url("../Styles/images/logo_Enclave.gif") no-repeat scroll left top transparent;
}
/*Body */


#templatemo_wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 10px 10px 10px 10px;
    top: 0px;
    left: 0px;
    background-color:White;
    min-height:100%;
    position:relative;
}

#templatemo_wrapper_top {
	position: absolute;
	top: -90px;
	left: 0;
	width: 974px;
	height: 76px;
	background: url(../Styles/images/templatemo_wrapper_t.png);
    padding-left: 10px; 
    margin-left: -3px;
    padding-bottom: 0px; 
    padding-top: 10px; 
}
#templatemo_body_wrapper {
	padding: 100px 0 0;
	background-color:#959796;
	min-height:100%;
    position:relative;
}


#templatemo_footer_wrapper {
	clear: both;
	background: url("../Styles/images/templatemo_wrapper_t.png") repeat scroll 0 0 transparent;
	 margin-left: 139px; 
	 margin-top: 5px;
	 margin: 0 auto;
    padding: 10px 12px;
    position: relative;
    width: 960px;
    margin-top: 5px;
}

#templatemo_footer {
	width: 940px;
	padding: 0  22px;
	margin: 0 auto;
	text-align:center;
}

#site_title { 
	float: left; 
	position: absolute;
}

#site_title a { 
	display: block; 
	font-family:  Arial; 
	width: 350px; 
	height: 54px; 
}
#templatemo_main {
	padding: 0px 10px 0;
	margin-top: -40px;
}

#templatemo_header {
	height: 51px;
}

a:hover { text-decoration:none }
a:hover,a:active { outline:none }
/* Login */

#templatemo_menu { 
	float: right; 
	margin-top: 0px; 
	padding-right:30px;
}
#login-box {
	width:333px;
	height: 352px;
	padding: 58px 76px 0 76px;
	color: black;
}

#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: Black;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:White;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}

.ddsmoothmenu{
}

.ddsmoothmenu ul{
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height: 42px;
	width: 103px;
	margin-left: 5px;
	line-height:40px;
	color: #333;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #fff;
	background: url(../Styles/images/btn.png)
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width: 178px;
	padding: 0 2px;	
	margin: 10px 0 0 5px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: url(../Styles/images/templatemo_smm.png) repeat-y;
}
.ddsmoothmenu ul li ul span {
	position: absolute;
	width: 182px;
	height: 5px;
}
.ddsmoothmenu ul li ul span.top {
	top: -5px;
	left: 0;
	background: url(../Styles/images/templatemo_smt.png)
}
.ddsmoothmenu ul li ul span.bottom {
	bottom: -5px;
	left: 0;
	background: url(../Styles/images/templatemo_smb.png)
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	width: 138px; /*width of sub menus*/
	height: 35px;
	padding: 0 20px;
	margin: 0;
	line-height: 35px;
	font-size: 12px;
	text-align: left;
	background: none;
	color: #666;
}

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #333;
	background: url(../Styles/images/templatemo_smhover.png) no-repeat
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}
/* menu */
