/*
Name: AAO Intranet System
Description: CSS for AAO Intranet System
Version: 1.1.0
Author: Cliff
*/

/* It is a custom image for appointment-home-page top*/
#MainWindow{
	background: #FFFFFF;
    border: 1px solid #777;
}

#MainWindow h2, #MainWindow h3, #MainWindow h4 {
	color: #343434;
    font-weight: bold;	
}

#home-page-top {
    background:url("../../common-images/intranet_top.png") no-repeat scroll center 0 #ffffff;
    position:relative;
    width: 100%;
    height:192px;
    z-index: 1;
}
#home-page-main {
    background:url("../../common-images/intranet_main.png") repeat-y scroll center 0 #ffffff;
    position:relative;
    width: 100%;
	min-height:300px;
    z-index: 1;
}
#home-page-bottom{
    background:url("../../common-images/intranet_bottom.png") no-repeat scroll center 0 #ffffff;
    position:relative;
    width: 100%;
    height:148px;
    z-index: 1;
}
#home-page-top-wrapper{
	padding-top: 20px;
}
#home-page-top-wrapper2{
	padding-top: 32px;
}
#aao-logo {
	padding: 0px;
}
#user-display-name {
	padding-top: 30px;
	padding-left: 20px;
}
#home-page-main-wrapper{
	padding-top: 20px;
}
#home-page-main-wrapper2{
	padding-top: 40px;
}
#login-wrapper{
	padding-top: 60px;
}

/* table style */
table.general {
    font-size: 11px;
    margin: 4px 0 0 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
table.general th {
    padding: 4px;
    font-size: 10px;
    font-weight:bold;
    border: 1px solid #777;
	color: #333;
	background: #7dbc6e;
	vertical-align: middle;
}
table.general th .verticalCell {
	width: auto;
}
table.general td {
    padding: 2px 11px;
    font-size: 9px;
    border: 1px solid #777;
	vertical-align: middle;
}

table.general tbody td.quota_full{
	color: #5d5d5d;
    background: #cdcdcd;
}

table.general th a {
	color: #333;
	text-decoration: none;	
}
table.general th a:hover {
	color: #eee;
}

table.general tbody td {
    background: url('../../common-images/back.png') repeat scroll transparent;
}
table.general tbody tr:hover td {
    background: url('../../common-images/back2.png') repeat scroll transparent;
}
table.general tbody td.highlight1{
	color: #000;
    background: #ebffc4;
}
table.general tbody td.highlight2{
	color: #000;
    background: #bfe9ef;
}

@media (max-width: 400px) {
	/* table style */
	table.general_M {
		font-size: 16px;
		margin: 4px 0 0 0;
		width: 100%;
		text-align: center;
		border-collapse: collapse;
	}
	table.general_M th {
		padding: 4px;
		font-size: 16px;
		font-weight:bold;
		border: 1px solid #777;
		color: #333;
		background: #7dbc6e;
		vertical-align: middle;
	}
	table.general_M th .verticalCell {
		width: auto;
	}
	table.general_M td {
		padding: 2px 11px;
		font-size: 15px;
		border: 1px solid #777;
		vertical-align: middle;
	}

	table.general_M tbody td.quota_full{
		color: #5d5d5d;
		background: #cdcdcd;
	}

	table.general_M th a {
		color: #333;
		text-decoration: none;	
	}
	table.general_M th a:hover {
		color: #eee;
	}

	table.general_M tbody td {
		background: url('../../common-images/back.png') repeat scroll transparent;
	}
	table.general_M tbody tr:hover td {
		background: url('../../common-images/back2.png') repeat scroll transparent;
	}
	table.general_M tbody td.highlight1{
		color: #000;
		background: #ebffc4;
	}
	table.general_M tbody td.highlight2{
		color: #000;
		background: #bfe9ef;
	}
}

@media (max-width: 767px) {
	/* table style */
	table.general_M {
		font-size: 14px;
		margin: 4px 0 0 0;
		width: 100%;
		text-align: center;
		border-collapse: collapse;
	}
	table.general_M th {
		padding: 4px;
		font-size: 14px;
		font-weight:bold;
		border: 1px solid #777;
		color: #333;
		background: #7dbc6e;
		vertical-align: middle;
	}
	table.general_M th .verticalCell {
		width: auto;
	}
	table.general_M td {
		padding: 2px 11px;
		font-size: 14px;
		border: 1px solid #777;
		vertical-align: middle;
	}

	table.general_M tbody td.quota_full{
		color: #5d5d5d;
		background: #cdcdcd;
	}

	table.general_M th a {
		color: #333;
		text-decoration: none;	
	}
	table.general_M th a:hover {
		color: #eee;
	}

	table.general_M tbody td {
		background: url('../../common-images/back.png') repeat scroll transparent;
	}
	table.general_M tbody tr:hover td {
		background: url('../../common-images/back2.png') repeat scroll transparent;
	}
	table.general_M tbody td.highlight1{
		color: #000;
		background: #ebffc4;
	}
	table.general_M tbody td.highlight2{
		color: #000;
		background: #bfe9ef;
	}

}

@media (min-width: 768px) {
	/* table style */
	table.general_M {
		font-size: 12px;
		margin: 4px 0 0 0;
		width: 100%;
		text-align: center;
		border-collapse: collapse;
	}
	table.general_M th {
		padding: 4px;
		font-size: 13px;
		font-weight:bold;
		border: 1px solid #777;
		color: #333;
		background: #7dbc6e;
		vertical-align: middle;
	}
	table.general_M th .verticalCell {
		width: auto;
	}
	table.general_M td {
		padding: 2px 11px;
		font-size: 12px;
		border: 1px solid #777;
		vertical-align: middle;
	}

	table.general_M tbody td.quota_full{
		color: #5d5d5d;
		background: #cdcdcd;
	}

	table.general_M th a {
		color: #333;
		text-decoration: none;	
	}
	table.general_M th a:hover {
		color: #eee;
	}

	table.general_M tbody td {
		background: url('../../common-images/back.png') repeat scroll transparent;
	}
	table.general_M tbody tr:hover td {
		background: url('../../common-images/back2.png') repeat scroll transparent;
	}
	table.general_M tbody td.highlight1{
		color: #000;
		background: #ebffc4;
	}
	table.general_M tbody td.highlight2{
		color: #000;
		background: #bfe9ef;
	}
}



/* table style */
table.general-all-req-aar {
    font-size: 14px;
    margin: 4px 0 0 0;
    width: 100%;
    /*text-align: center;*/
    border-collapse: collapse;
}
table.general-all-req-aar th {
    padding: 4px;
    font-size: 14px;
    font-weight:bold;
    border: 1px solid #777;
	color: #000;
	background: #ccc;
	vertical-align: middle;
}
table.general-all-req-aar th .verticalCell {
	width: auto;
}
table.general-all-req-aar td {
    padding: 2px 11px;
    font-size: 14px;
    border: 1px solid #777;
	vertical-align: middle;
}
table.general-all-req-aar td a {
	color: #0072bc;
    font-weight:bold;
}
table.general-all-req-aar td a:hover {
	color: #2e79aa;
    font-weight:bold;
}

table.general-all-req-aar tbody td.quota_full{
	color: #5d5d5d;
    background: #cdcdcd;
}

table.general-all-req-aar th a {
	color: #333;
	text-decoration: none;
}
table.general-all-req-aar th a:hover {
	color: #eee;
}




table.genform {
    font-size: 12px;
    margin: 4px 0 0 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.genform td {
    padding: 2px 12px;
    border: 1px solid #777;
	vertical-align: middle;
    background: #d5e7d0;
}
table.genform tbody td {
    background: #d5e7d0;
}
table.genform tbody td.tblIndex{
	color: #fff;
    background: #7dbc6e;
}


#print-aps-table {
	display: block;
	max-height: 400px;
	overflow: auto;
	left: 5px;
	position: relative;
	width: 100%;
}

#FSA-print-all-ug-advisees {
	display: block;
	max-height: 300px;
	overflow: auto;
	left: 0px;
	position: relative;
	width: 100%;
}

#print-all-ug-advisees {
	display: block;
	max-height: 300px;
	overflow: auto;
	left: 0px;
	position: relative;
	width: 100%;
}

#print-all-req-aar {
	display: block;
	left: 0px;
	position: relative;
	width: 100%;
}

#print-all-report-status {
	display: block;
	max-height: 300px;
	overflow: auto;
	width: 100%;
}

#table_mailing_body {
    font-size: 12px;
    margin: 10px 5px 10px 5px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
	width: auto;
}
#table_mailing_body td {
    padding: 4px 12px;
    border: 1px solid #777;
	vertical-align: middle;
    background: #fff;
}



/* table style */
table.FSAgeneral {
    font-size: 11px;
    margin: 4px 0 0 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
table.FSAgeneral th {
    padding: 4px;
    font-size: 10px;
    font-weight:bold;
    border: 1px solid #777;
	color: #333;
	background: #80c0e1;
	vertical-align: middle;
}
table.FSAgeneral th .verticalCell {
	width: auto;
}
table.FSAgeneral td {
    padding: 2px 11px;
    font-size: 9px;
    border: 1px solid #777;
	vertical-align: middle;
}

table.FSAgeneral tbody td.quota_full{
	color: #5d5d5d;
    background: #cdcdcd;
}

table.FSAgeneral th a {
	color: #333;
	text-decoration: none;	
}
table.FSAgeneral th a:hover {
	color: #eee;
}

table.FSAgeneral tbody td {
    background: url('../../common-images/fsaback.png') repeat scroll transparent;
}
table.FSAgeneral tbody tr:hover td {
    background: url('../../common-images/fsaback2.png') repeat scroll transparent;
}
table.FSAgeneral tbody td.highlight1{
	color: #000;
    background: #ebffc4;
}
table.FSAgeneral tbody td.highlight2{
	color: #000;
    background: #bfe9ef;
}




table.fsaform {
    font-size: 12px;
    margin: 4px 0 0 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.fsaform td {
    padding: 2px 12px;
    border: 1px solid #777;
	vertical-align: middle;
    background: #dcf2fc;
}
table.fsaform tbody td {
    background: #dcf2fc;
}
table.fsaform tbody td.tblIndex{
	color: #fff;
    background: #80c0e1;
}


table.btn {
    margin: 10px 0 4px 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table.showhide {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

table.aao-login {
	margin: 0px;
	border-collapse: collapse;
}
table.aao-login a {
    color: #ffffff;
	text-decoration: underline;
}
table.aao-login a:hover {
    color: #ffffff;
	text-decoration: none;
}
table.aao-login td {
    padding: 2px 2px 0px 2px;
	background-color: #ffffff;
	text-align: center;
}

table.aao-calendar {
	margin: 0;
	border-collapse: collapse;
}
table.aao-calendar caption {
	margin: 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	color:#ffffff;
	background-color: #5a5029;
}
table.aao-calendar #today {
	border: 2px solid #5a5029 !important;
	display: block;
	font-weight: bold;
	-moz-border-radius: 50%;
	z-index: 1;
}
table.aao-calendar #weekend {
	color:#d00000;
}
table.aao-calendar .pad {
	font-weight: bold;
}
table.aao-calendar .padday {
	background-color: #f7f7f7;
}
table.aao-calendar th {
	width: 11%;
	color: #333333;
	background-color: #d8cda5;
}
table.aao-calendar caption a {
    color: #ffffff;
	text-decoration: none;
}
table.aao-calendar caption a:hover {
    color: #d8cda5;
	text-decoration: underline;
}
table.aao-calendar a {
    color: #5a5029;
	text-decoration: underline;
}
table.aao-calendar a:hover {
    color: #8f845b;
	text-decoration: none;
}
table.aao-calendar td {
	background-color: #f7f7f7;
	text-align: center;
}

table.list-advisers {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #333;
}
table.list-advisers caption {
	margin: 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	color:#fff;
	background-color: #5a5029;
}
table.list-advisers th {
    border-bottom: 2px solid #999;
    padding: 5px;
    font-size: 12px;
    font-weight:bold;
}
table.list-advisers td {
    padding: 2px 12px;
    border: 1px solid #333;
}
table.list-advisers tbody td {
    background: url('../../common-images/back.png') repeat scroll transparent;
}
table.list-advisers tbody tr:hover td {
    background: url('../../common-images/back2.png') repeat scroll transparent;
}

table.personal-info {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.personal-info caption {
	margin: 0;
	width: auto;
	text-align: center;
	font-weight: bold;
	color:#fff;
	background-color: #5a5029;
}
table.personal-info td {
    padding: 2px 12px;
    border-top: 1px solid #333;
}
table.personal-info tbody td {
    background: url('../../common-images/back.png') repeat scroll transparent;
}
table.personal-info tfoot td {
    font-size: 10px;
}
/* end table style */

.title_underline{
	padding-bottom: 7px;
    background: transparent url("../../common-images/title_underline.png") repeat-x scroll center bottom;
}
.sub_title-bg{
    position: relative;
    display: table;
    width: 100%;
    padding: 1px;
    border: 1px solid #7d734a;
	background-color: #5a5029;
}
.sub_title_text {
    margin: 5px 10px 5px;
    color: #000000;
}
.error_text {
    margin: 5px 10px 5px;
    color: #d00000;
}
.common_text {
    margin: 5px 10px 5px;
    color: #222222;
}

/* Begin Main Content */
#front_content {
    background-color: #F9F9F9;
    min-height: 100px;
    font-size: 14px;
    z-index: 100;
}
.entry ul,
.entry ol {
    margin-bottom: 2px;
}
.navigation {
    margin: 0 0 5px;
}
/* End Main Content */

/* Begin Left Menu Content */
#left-menu-wrapper{
	padding: 0px;
}
.left-menu,
.left-menu ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
}
.left-menu a {
    display: block;
    padding: 2px 2px 2px 4px;
}
.left-menu li {
    margin-top: 6px;
    border: 1px solid #373119;
	background: #b8d4b6;
/*    background: transparent url(../images/arrow-4-light.png) no-repeat scroll 0px 10px;*/
}
.left-menu li li {
    margin: 0;
	/*margin-left: 12px;*/
    border: 0px #000000;
	background: #d0ebad;
}
.left-menu li a {
	color: #153807;
	font-size: 11px;
	font-weight: bold;
}
.left-menu li li a {
	color: #153807;
	font-size: 11px;
	font-weight: bold;
	padding-left: 14px;
	border-top: 1px solid #888;
}
.left-menu li a:hover,
.left-menu li li a:hover {
	color: #fff;
	background: #81a437;
}
.left-menu li.current-menu-item > a{
	color: #fff;
	background: #2c5029;
}
.left-menu li li.current-menu-item > a {
	color: #fff;
	background: #616826;
}

/* End Left Menu Content */

/* begin Box, Block */
.Block-container
{
	padding-bottom: 16px;
}
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position:absolute;
	z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('../../common-images/Block-s.png');
}

.Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.Block-tc, .Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../../common-images/Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../../common-images/Block-v.png');
}

.Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #ECEDE3;
}

.Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position: relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	white-space : nowrap;
	line-height: 30px;
}

.BlockHeader .l, .BlockHeader .r
{
	display: block;
	position: absolute;
	z-index: -1;
	height: 30px;
	background-image: url('../../common-images/BlockHeader.png');
}

.BlockHeader .l
{
	left: 0;
	right: 6px;
}

.BlockHeader .r
{ 
	width: 890px;
	right: 0;
	clip: rect(auto auto auto 884px);
}

.header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('../../common-images/BlockHeaderIcon.png');
	padding:0 0 0 21px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 0px 6px;
	color:#000000;
	font-size: 12px;
}

.BlockContent-body ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-size: 13px;
}

.BlockContent-body ul li
{
	padding:0px 0 0px 15px;
	background-image: url('../../common-images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
	list-style-type: none;
}

/* end Box, BlockContent */


/* Begin Footer */
#home-page-bottom-wrapper{
	padding:52px 0px 0px 20px;
}
#footer-bg {
    background: #EAEAEA url(../images/footer-bg.png) repeat-x scroll 50% 0;
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 0;
    min-height: 60px;
}
#footer_text {
    margin-top: 22px;
    color: #656565;
}
#footer_text a {
    color: #8c8c8c;
}
#footer_text a:hover {
    color: #656565;
	text-decoration: underline;
}
#footer_text p {
    padding: 0;
    margin: 0;
    font-size: 0.7em;
}
/* Begin Footer */

/* Begin Search Page Template*/
strong.search-excerpt { background: yellow; }
/* End  Search Page Template*/

/* Begin Typography (Message Boxes) */
.info, .success, .warning, .erroneous, .validation {
    display: table;
    width:100%;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 15px 50%;
}
.info {
    color: #00529B;
    border: 1px solid #38AEE5;
    background-color: #BDE5F8;
    background: -moz-linear-gradient(center top , #ffffff, #BDE5F8);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#BDE5F8));
}
.info .msg-box-icon {
    background: transparent url('../../common-images/info.png') no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.success {
    color: #4F8A10;
    border: 1px solid #A0CF4C;
    background-color: #DFF2BF;
    background: -moz-linear-gradient(center top , #ffffff, #DFF2BF);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#DFF2BF));
}
.success .msg-box-icon {
    background: transparent url('../../common-images/success.png') no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.warning {
    color: #9F6000;
    border: 1px solid #E5BC3B;
    background-color: #FEEFB3;
    background: -moz-linear-gradient(center top , #ffffff, #FEEFB3);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#FEEFB3));
}
.warning .msg-box-icon {
    background: transparent url('../../common-images/warning.png') no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.erroneous {
    color: #D8000C;
    border: 1px solid #FF7878;
    background-color: #FFBABA;
    background: -moz-linear-gradient(center top , #ffffff, #FFBABA);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#FFBABA));
}
.erroneous .msg-box-icon {
    background: transparent url('../../common-images/error.png') no-repeat scroll 4px 50%;
    display: block;
    margin-left:15px;
    padding: 18px 10px 18px 50px;
}
.custom {
    margin:10px 0 !important;
    display:table;
    width:100%;
    border: 1px solid #BBB;
    background-color: #EEEEEE; /* old browsers */
    background: -moz-linear-gradient(center top , #ffffff, #EEEEEE); /* firefox */
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#EEEEEE)); /* webkit */
}
.custom .inner-padding { padding: 17px !important; }
.simple {
    background-color: #F5F5F5;
    color: #333333;
    display: block;
    margin:10px 0 !important;
}
.simple .inner-padding { padding: 10px !important; }
pre {
    padding: 10px;
    overflow: auto;
    color: #555;
    border: 1px solid #999;
    background:-moz-linear-gradient(center top , #ffffff, #EFEFEF);
    background:-webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#EFEFEF));
}
blockquote.alignleft {
    margin: 10px 20px 0 0;
    width: 220px;
}
blockquote.alignright {
    margin: 10px 0 0 20px;
    width: 220px;
}
blockquote {
    background: url("../../common-images/pull-quote-dark.png") no-repeat scroll 0 4px transparent;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 5px 10px 5px 35px;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
blockquote.bq-light {
    background: url("../../common-images/pull-quote-light.png") no-repeat scroll 0 7px transparent;
}
blockquote { quotes: none; }
/* End Typography (Message Boxes) */

/* Begin Typography (Miscellaneous styles) */
a.read-more-align-left,
a.read-more-align-right {
    display:inline-block;
}
a.read-more-align-left {
    text-align: left;
}
a.read-more-align-right {
    float: right;
}
a.read-more-align-left span,
a.read-more-align-right span {
    font-family: "Georgia";
    font-style: italic;
    padding-right: 3px;
}
/* End Typography (Miscellaneous styles) */

/* Begin Main Navigation Menu */
#navigation-menu {
    position:absolute;
    right:20px;
    top:0;
    font-size:14px;
    height:40px;
}
.navigation-menu {
    position:relative;
    z-index:22;
}
#main-menu {
    background: url(../../common-images/main-menu-btm-border.png) repeat-x scroll 50% 100% transparent;
    width: 100%;
    position:relative;
    z-index:9999;
    height:40px;
    margin-bottom:0;
}
#dropdown-holder {
    display: block;
    position:relative;
}
#navigation-menu > ul {
    padding-top: 7px;
}
#navigation-menu > * {
    padding:0;
    margin:0;
    font-size: 1em;
}
#navigation-menu ul.sf-menu {
    margin-top: 0;
}
#navigation-menu ul.sf-menu {
    padding: 0;
    margin-right: -20px;
}
#navigation-menu ul.sf-menu > li {
    background:none;
    list-style: none;
    float: left;
    margin: 0 0 0 -3px;
}
#navigation-menu ul.sf-menu a.default-cursor {
    cursor: default;
}
#navigation-menu ul.sf-menu > li > a {
    display: block;
    padding: 0 20px 0 0;
    color: #E8E8E8;
    text-decoration: none;
    border:0 none;
    cursor: pointer;
}
#navigation-menu ul.sf-menu a {
    line-height: 1.2em;
    padding:8px 16px;
}
#navigation-menu ul.sf-menu a > span.sf-sub-indicator {
    top: 17px !important;
}
#navigation-menu ul.sf-menu ul a > span.sf-sub-indicator {
    top: 0.9em !important;
}
#navigation-menu ul.sf-menu > li > a > span {
    display: block;
    padding: 10px 0 10px 20px;
    color:#999;
    line-height:22px;
}
#navigation-menu ul.sf-menu > li {
    margin: 0 0 0 -3px;
}
#navigation-menu ul.sf-menu > li > a.sf-with-ul {
    padding: 0 26px 0 0;
}
#navigation-menu ul.sf-menu > li > a.sf-with-ul:hover {
    padding: 0 26px 0 0;
}
#navigation-menu ul.sf-menu > li > a > span.sf-sub-indicator {  /* give all except IE6 the correct values */
    padding: 10px 0 10px 0;
}
#navigation-menu ul.sf-menu > li > a:hover {
    color: #999;
    text-decoration: none;
}
#navigation-menu ul.sf-menu > li > a:hover span {
    color: #777;
}

#navigation-menu ul.sf-menu > li.current-menu-item > a,
#navigation-menu ul.sf-menu > li.current_page_item > a {
    color: #6A6A6A;
    text-decoration: none;
}
#navigation-menu ul.sf-menu > li.current-menu-item > a > span,
#navigation-menu ul.sf-menu > li.current_page_item > a > span {
    color: #F95A09;
}
#navigation-menu ul.sf-menu > li.current-menu-item > a > span:hover,
#navigation-menu ul.sf-menu > li.current_page_item > a > span:hover {
    color: #777;
}
/* End Main Navigation Menu */

/* Begin Buttons */
.align-btn-left {
    float: left;
    display: inline-block;
}
.align-btn-right {
    float: right;
    display: inline-block;
}
a.dark-button,
a.light-button {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    display: inline-block;
    border: 0 none;
    height: 51px;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 8px !important;
    position: relative;
}
a.dark-button {
    background:transparent url(../../common-images/dark-button-l.png) no-repeat scroll left top;
}
a.light-button {
    background:transparent url(../../common-images/light-button-l.png) no-repeat scroll left top;
    text-shadow: 0 1px #FFF;
}
a.dark-button span,
a.light-button span {
    display: block;
    float: left;
    position: relative;
    padding: 18px 25px 18px 17px;
    line-height:15px;
}
a.dark-button span {
    background: transparent url(../../common-images/dark-button-r.png) no-repeat scroll right top;
    color: #FFF;
}
a.light-button span {
    background: transparent url(../../common-images/light-button-r.png) no-repeat scroll right top;
    color: #666;
}
a.dark-button:hover,
a.light-button:hover {
    background-position: left bottom;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
a.dark-button:hover span,
a.light-button:hover span {
    background-position: right bottom;
    text-decoration: none;
    cursor: pointer;
    line-height:15px;
}
a.dark-button:hover span{ color: #DDD; }
a.light-button:hover span { color: #333; }
a.dark-button:focus, a.dark-button:focus span,
a.light-button:focus, a.light-button:focus span {
    overflow: hidden;
    outline: none;
}

a.small-dark-button,
a.small-light-button {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    display: inline-block;
    border: 0 none;
    height: 31px;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 8px !important;
    position: relative;
}
a.small-dark-button {
    background:transparent url(../../common-images/small-dark-button-l.png) no-repeat scroll left top;
}
a.small-light-button {
    background:transparent url(../../common-images/small-light-button-l.png) no-repeat scroll left top;
    text-shadow: 0 1px #FFF;
}
a.small-dark-button span,
a.small-light-button span {
    display: block;
    float: left;
    position: relative;
    padding:10px 18px 10px 10px;
    line-height:11px;

}
a.small-dark-button span {
    background: transparent url(../../common-images/small-dark-button-r.png) no-repeat scroll right top;
    color: #FFF;
}
a.small-light-button span {
    background: transparent url(../../common-images/small-light-button-r.png) no-repeat scroll right top;
    color: #666;
}
a.small-dark-button:hover,
a.small-light-button:hover {
    background-position: left bottom;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
a.small-dark-button:hover span,
a.small-light-button:hover span {
    background-position: right bottom;
    text-decoration: none;
    cursor: pointer;
    line-height:11px;
}
a.small-dark-button:hover span { color: #DDD; }
a.small-light-button:hover span { color: #333; }
a.small-dark-button:focus, a.small-dark-button:focus span,
a.small-light-button:focus, a.small-light-button:focus span {
    overflow: hidden;
    outline: none;
}

a.dark-round-button,
a.light-round-button {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 21px;
    display: inline-block;
    border: 0 none;
    height: 60px;
    margin: 0;
    overflow: visible;
    padding: 0 0 0 26px !important;
    position: relative;
}
a.dark-round-button {
    background:transparent url(../../common-images/dark-round-button-l.png) no-repeat scroll left top;
}
a.light-round-button {
    background:transparent url(../../common-images/light-round-button-l.png) no-repeat scroll left top;
    text-shadow: 0 1px #DDD;
}
a.dark-round-button span,
a.light-round-button span {
    display: block;
    float: left;
    position: relative;
    padding: 20px 31px 20px 5px;
    line-height:20px;
}
a.dark-round-button span {
    background: transparent url(../../common-images/dark-round-button-r.png) no-repeat scroll right top;
    color: #FFF;
}
a.light-round-button span {
    background: transparent url(../../common-images/light-round-button-r.png) no-repeat scroll right top;
    color: #666;
}
a.dark-round-button:hover,
a.light-round-button:hover {
    background-position: left bottom;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
a.dark-round-button:hover span,
a.light-round-button:hover span {
    background-position: right bottom;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
}
a.dark-round-button:hover span { color: #DDD; }
a.light-round-button:hover span { color: #333; }
a.dark-round-button:focus, a.dark-round-button:focus span,
a.light-round-button:focus, a.light-round-button:focus span {
    overflow: hidden;
    outline: none;
}

.custom-button, .custom-button span,
.custom-button:visited, .custom-button span:visited {
    background: url("../../common-images/overlay.png") repeat-x scroll 0 0 #222222;
    display:inline-block;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.custom-button, .custom-button:visited {
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    box-shadow:0px 1px 3px rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.custom-button, a.custom-button {
    outline: 0 none;
    margin: 3px;
}
.custom-button:active {
    -moz-box-shadow: 0 -3px 1px #ffffff inset, 0 0 3px rgba(0, 0, 0, 0.9) inset;
    top: 1px;
}
.custom-button span {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    position: relative;
    font-weight: bold;
    line-height: 1;
    color:#FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    text-decoration:none;
    text-align:center;
    white-space: nowrap;
}
.small.custom-button span, .small.custom-button span:visited {
    font-size: 11px;
    padding: 6px 13px 5px;
}
.custom-button span, .custom-button span:visited,
.medium.custom-button span, .medium.custom-button span:visited {
    font-size: 13px;
    padding: 7px 15px;
}
.large.custom-button span, .large.custom-button span:visited {
    font-size: 18px;
    padding: 9px 14px 9px;
}
.x-large.custom-button span, .x-large.custom-button span:visited {
    font-size: 34px;
    padding: 9px 14px 9px;
}
.custom-button:hover {
    color: #ffffff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    opacity:0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity=80);
}
.custom-button span, .custom-button span:visited {
    background-color: #FF5C00;
}
/* End Buttons */

/* Begin Table Formatting */
table.custom-table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.custom-table th {
    border-bottom: 2px solid #999;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    font-weight:bold;
}
table.custom-table td {
    padding: 9px 12px 0px 12px;
    border-top: 1px solid #fff;
}
table.custom-table tfoot td {
    font-size: 11px;
}
table.custom-table tbody td {
    background: url('../images/back.png') repeat scroll transparent;
}
table.custom-table tbody tr:hover td {
    background: none;
}

table.custom-table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.custom-table th {
    border-bottom: 2px solid #999;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    font-weight:bold;
}
table.custom-table td {
    padding: 9px 12px 0px 12px;
    border-top: 1px solid #fff;
}
table.custom-table tfoot td {
    font-size: 11px;
}
table.custom-table tbody td {
    background: url('../images/back.png') repeat scroll transparent;
}
table.custom-table tbody tr:hover td {
    background: none;
}

table.workshops-rundown-table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.workshops-rundown-table th {
    border-bottom: 2px solid #999;
    padding: 12px;
    font-weight: normal;
    font-size: 13px;
    font-weight:bold;
}
table.workshops-rundown-table td {
    padding: 9px 12px 0px 12px;
    border-top: 1px solid #fff;
}
table.workshops-rundown-table tfoot td {
    font-size: 11px;
}
table.workshops-rundown-table tbody td {
    background: url('../images/back_green.png') repeat scroll transparent;
}
table.workshops-rundown-table tbody tr:hover td {
    background: url('../images/back_green2.png') repeat scroll transparent;
}

table.appoint-record {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 11px;
    margin: 4px 0 0 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.appoint-record td  {
    padding: 3px 0;
}
/* End Table Formatting */

/* Begin Column Formatting */
.one_fourth, .one_third, .one_half, .two_third, .three_fourth {
    float:left;
    margin-bottom:10px;
    margin-right:40px;
    position:relative;
}
.one_fourth { width:200px; }
.one_third { width:280px; }
.one_half { width:440px; }
.two_third { width:600px; }
.three_fourth { width:680px; }
.full_width { width:920px; float:left; }
.last_column { clear:right; margin-right:0 !important; }
/* End Column Formatting */

/* Begin Image Custom Frame Formatting */
.custom-frame, .small-custom-frame {
    border: 1px solid #EAEAEA;
    display: inline-block;
}
.custom-frame img, .small-custom-frame img {
    border: 1px solid #ffffff;
    margin: 0;
    background: #F6F6F6; /* old browsers */
}
.frame-shadow img {
    -moz-box-shadow: 2px 2px 5px #CCCCCC;
    -webkit-box-shadow: 2px 2px 5px #CCCCCC;
}
.custom-frame img { padding: 8px; }
.small-custom-frame img { padding: 4px; }
.custom-frame a img:hover, .small-custom-frame a img:hover { border: 1px solid #999; }

ul.small-thumb {
    list-style: none outside none;
    margin-bottom: 0;
}
ul.small-thumb li {
    background: url("../images/heading_underline.png") repeat-x scroll 0 100% transparent;
    clear: both;
    margin-left: 0;
    padding: 5px 0 10px;
}
ul.small-thumb .teaser-title {
    font-size: 1.2em;
    line-height: 1.4em;
}
ul.small-thumb .date-author {
    font-size: 0.8em;
    margin: -4px 0 -2px;
}
ul.small-thumb .teaser-content {
    font-size: 1.0em;
}
#bottom .custom-frame, #bottom .small-custom-frame { border: 1px solid #EAEAEA; }
#bottom ul.small-thumb li { padding: 4px 0; }
#bottom ul.small-thumb li { background: url("../images/heading_underline.png") repeat-x scroll 0 100% transparent; }
/* End Image Custom Frame Formatting */

/* Begin Slide Toggle Styles */
h4.slide_toggle {
    background: url("../images/toggle-images.png") no-repeat scroll -32px 0 transparent;
    margin: 10px 0;
    padding: 0 0 15px 40px;
    position: relative;
}
h4.clicked {
    background: url("../images/toggle-images.png") no-repeat scroll -0px -30px transparent;
}
h4.slide_toggle a {
    padding-top: 5px;
    display: block;
    text-decoration: none;
    border: 0 none;
    outline: 0 none;
    line-height:75%;
}
.slide_toggle_content {
    background: url("../images/toggle-content-bg.png") repeat scroll 0 0 transparent;
    margin: 0 0 20px 40px;
    padding: 30px;
    clear: both;
    overflow: hidden;
}
/* End Slide Toggle Styles */

/* Begin Accordion Styles */
h3.accordion-toggle {
	padding: 0;
        margin: 0 0 1px 0;
	background: url(../images/accordian-title.png) no-repeat scroll 0 0 transparent;
	height: 46px;
        line-height: 46px;
	width: 100%;
	font-weight: normal;
	float: left;
        cursor: pointer;
}
h3.accordion-toggle a {
	text-decoration: none;
	display: block;
	padding: 12px 0 12px 50px;
    outline: medium none;
    border: 0 none;
    line-height: 1.3;
    font-family: Arial !important;
    font-size: 18px !important;
}
h3.accordion-toggle.active {
    background-position: left bottom;
}
.accordion-container {
	margin: 0 0 1px;
        padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
	background: url("../images/accordian-content-bg.png") repeat scroll 0 0 transparent;
}
.accordion-container .content-block {
	padding: 20px;
}
/* End Accordion Styles */

/* Begin Tabs Styles */
.tabs-wrapper ul.tabs {
    width:100%;
    margin:20px 0 0;
    padding:0;
    float:left;
    border-bottom:1px solid #EEE;
    height: 34px;
}
.tabs-wrapper ul.tabs li {
    display:block;
    float:left;
    margin:0 2px 0 0;
}
.tabs-wrapper ul.tabs li a {
    display:block;
    float:left;
    text-decoration:none;
}
.tabs-wrapper ul.tabs li a {
    background: url(../images/tabs-btn_r.png) top right no-repeat;
    display: block;
    padding: 0 20px 0 0;
    text-decoration: none;
    border:0 none;
    cursor:pointer;
    overflow:hidden;
    outline:none;
}
.tabs-wrapper ul.tabs li a span {
    background: url(../images/tabs-btn_l.png) top left no-repeat;
    display: block;
    padding: 10px 0 10px 20px;
    line-height:22px;
}
.tabs-wrapper ul.tabs li a:hover {
    background: url(../images/tabs-active-btn_r.png) top right no-repeat;
    text-decoration: none;
}
.tabs-wrapper ul.tabs li a:hover span {
    background: url(../images/tabs-active-btn_l.png) top left no-repeat;
}

.tabs-wrapper ul.tabs li a.selected {
    background: url(../images/tabs-active-btn_r.png) top right no-repeat;
    text-decoration: none;
}
.tabs-wrapper ul.tabs li a.selected span {
    background: url(../images/tabs-active-btn_l.png) top left no-repeat;
}
.tabs-wrapper ul.tabs li a.selected span:hover {
    background: url(../images/tabs-active-btn_l.png) top left no-repeat;
}
.tabs-wrapper .tab-content {
    clear:both;
    background:url("../images/tab-content-bg.png") repeat scroll 0 0 transparent;
    padding:10px;
    border-right:1px solid #EEE;
    border-bottom:1px solid #EEE;
    border-left:1px solid #EEE;
}
.js_on .tabs-wrapper .tab-content {
    display:none;
}
/* End Tabs Styles */

/* Begin Miscellaneaus Styles */
.margin-top-0 { margin-top:0px; }
.margin-top-1 { margin-top:1px; }
.margin-top-2 { margin-top:2px; }
.margin-top-3 { margin-top:3px; }
.margin-top-4 { margin-top:4px; }
.margin-top-5 { margin-top:5px; }
.margin-top-10 { margin-top:10px; }
.do-uppercase { text-transform: uppercase; }
/* End Miscellaneaus Styles */

/* Begin Demo Related CSS */
.jquery-img {
    background: url('../images/jquery.jpg') no-repeat scroll 50% 0 transparent;
    display: block;
    width: 288px;
    height: 98px;
    padding-bottom: 13px;
}
span.theme-color {
    color: #626262;
    font-weight: bold;
}
/* End Demo Related CSS */

/* Begin Page Peel Styles*/
#page-peel {
    float: right;
    position: relative;
    right: 0;
    top: 0;
    z-index: 999999999;
}
#page-peel img {
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 99999999;
}
#page-peel .msg_block {
    background: url("../images/msg-block.png") no-repeat scroll right top transparent;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 99999990;
}
/* End Page Peel Styles*/

/* Begin Feedback Button Styles*/
#feedback {
    margin: 0 auto;
    position: relative;
    z-index: 999999;
}
#feedback a.feedback {
    background: url("../images/feedback-btn.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 30px;
    height: 120px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 265px;
}
#feedback a.feedback:hover {
    background-position: -30px 0;
}
/* End Feedback Button Styles*/

/* Elements of form Styles */
.selectbox-focus { 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px #555 solid; 
}	

.inputbox-focus { 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px #555 solid; 
}

.textbox-mailbody { 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px #ddd solid; 
}

.submit-btn { 
	font-size: 12px;
	height: 24px;
	width: 120px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff; 
	background-color: #727272; 
	border: 1px #555 solid; 
}

.submit-btn-middle{ 
	font-size: 12px;
	height: 24px;
	width: 180px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff; 
	background-color: #727272; 
	border: 1px #555 solid; 
}

.submit-btn-long{ 
	font-size: 12px;
	height: 24px;
	width: 240px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff; 
	background-color: #727272; 
	border: 1px #555 solid; 
}
/* End Elements of form Styles */

/* custom font */
h1,h2,h3,h4,h5,h6 {
	color: #076857;
}

.RemarkSmall {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	color: #555; 
}

.alertConent {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FF0000; 
}

.verticalContent { 
	writing-mode: tb-rl; 
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	/*filter: flipv fliph;*/
	vertical-align: middle;
}

.pre-appoint {
    padding: 2px 7px;
	border: 1px #555 solid;
    background: #d5e7d0;
}
.cur-appoint {
    padding: 2px 7px;
	border: 1px #555 solid;
	color: #fff;
    background: #7dbc6e;
}

/* for calendar */
#ad{
	padding-top:220px;
	padding-left:10px;
}
#calendar_button{
	background: url('/styles/common-images/calendar_icon.gif') no-repeat;
    cursor:pointer;
    border: none;
}

#delete_template_button{
	background: url('/styles/common-images/delete.png') no-repeat;
    cursor:pointer;
    border: none;
}

ul.list-1, ul.list-2, ul.list-3, ul.list-4 {
    margin: 5px 0 5px 10px;
    position: relative; /* fix for IE6 (figures...) */
    overflow: hidden;
}
ul.list-1 ul, ul.list-2 ul, ul.list-3 ul, ul.list-4 ul { 
    margin-left:0; 
}
ul.list-1 li, ul.list-2 li, ul.list-3 li, ul.list-4 li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 25px !important;
    margin-left:0;
}

ul.list-1 li { background: transparent url('../../common-images/tick-green.png') no-repeat scroll 0 3px; }
ul.list-2 li { background: transparent url('../../common-images/tick-grey.png') no-repeat scroll 0 3px; }
ul.list-3 li { background: transparent url('../../common-images/thumb-up.png') no-repeat scroll 0 3px; }
ul.list-4 li { background: transparent url('../../common-images/pin.png') no-repeat scroll 0 3px; }
