/* $Id: main.css 1667 2011-02-19 07:13:26Z caseydk $ $URL: https://netmark.svn.sourceforge.net/svnroot/netmark/tags/version2.3/style/netmark/main.css $ */
/* netmark REQUIRED CLASSES */
BODY {
background-color: #FFF;/*#F98804*/
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
color: #333;
}

ul {
margin-left: 25px;
}

dl {
margin-top: 0px; padding-left: 1px;
}
dt {
margin-top: 0.5em;
color: #000099;
font-weight: bold;
}
dd {
margin-bottom: 0px; margin-left: 1.5em;
}

em {
font-weight: bold;
text-decoration: none;
font-style: normal;
}

A:link {
color: #333;/*#006*/
text-decoration: none;
}

A:visited {
color: #333;
text-decoration: none;
}

A:active {
color: red;
text-decoration: none;
}

A:hover {
color: #666;/*0F99AB*/

}

TD {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt
}

TR {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt
}

h1, .title {
font-size: 16px;
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
color: #333;
margin-bottom: 0px;
margin-top: 5px;
}

h2, .subtitle {
font-size: 12px;
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
color: #666;
margin-bottom: 0px;
margin-top: 15px;
}

h3 {
font-size: 12px;
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
color: #08245b;
margin-bottom: 0px;
margin-top: 35px;
}

bordertable {
border: 1px black solid;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.bordertable{
 border: 1px black solid;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
}

input.button {
font-size:8pt;
font-family: arial, helvetica, sans-serif;
font-weight:bold;
color:#333333;
width:155px;
height:26px;
background: transparent url('images/button.png') no-repeat;
border-style:none;
line-height: 14px;
padding: 0px 0 5px 0px;
}

input.button:hover {
color: #FFF;
}

input.button:active {
color: #FFFFFF;
outline: none; /* hide dotted outline in Firefox */
}

.text{
border: 1px #acacac solid;
font-family: arial,Osaka,verdana,Sans-Serif;
font-size: 8pt;
margin-top: 2px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.text textarea:focus, input[type="text"]:focus, select:focus{
border: 1px #acacac solid;
background-color:#ffe;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
.text select:focus, textarea:focus{
border: 1px #acacac solid;
background-color:#ffe;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
TEXTAREA {
border: 1px #acacac solid;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
textarea.small {
border: 1px #acacac solid;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 8pt;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
}

/* netmark Top Banner and Top Nav Customization */
TH.banner {
background-color: #70a5cc;
color: white;
}

/*
**********************************
Begin IE TD buttonizing
**********************************
*/

TD.clsBtnUp {
color: #FFFFFF;
padding: 0px 3px;
border: inset 2px;
}

TD.clsBtnDown {
color: #FFFFFF;
padding: 0px 3px;
border: inset 2px;
}

TD.clsBtnOn {
color: #FFFFFF;
padding: 0px 3px;
border: outset #eeeeee 2px;
}

TD.clsBtnOff {
color: #FFFFFF;
padding: 0px 3px;
border: solid #559999 2px;
}

TD.topBtnOff {
color: #FFFFFF;
padding: 0px 3px;
border: solid #aeaeae 2px;
}

td.label {
background-color:#FFFFFF;
background-image:url(images/label.gif);
height:22px;
}

td.item {
background-color:#FFFFFF;
background-image:url(images/label.gif);
height:22px;
}

/* Standard table 'spreadsheet' style */
table.tbl {
background: #aeaeae;
}

table.tbl TH {
background: url("images/lines_title_bar.gif");
height: 22px;
border-color: #F98804;
white-space: nowrap;
border-left-width: 0px;
border-right-width: 1px;
border-top-width: 0px;
border-bottom-width: 0px;
padding: 2px 2px 2px 2px;
font: 11px verdana, arial, helvetica, sans-serif;
text-align:center;
line-height:18px;
list-style-type: disc;
list-style-position: inside;
}

table.tbl td {
background-color: #ffffff;
}

table {
border-color: #acacac;
}

/* a 'standard' table */
table.std { 
background: #FFF; 
border-color: #acacac; 
border-style: solid; 
border-width: 1px 2px 2px 1px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px;
}

table.std TH {
background-color:#FFFFFF;
background-image:url(images/label.gif);
font: bold 12px Arial, Helvetica, sans-serif; 
text-align: center; color: #444; 
margin-bottom: 0; 
padding: 1px; 
list-style-type: disc; 
list-style-position: inside; 
}

table.std td.hilite {
background-color: #CCC;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

/* contacts table */
table.contacts {
background-color: #DDD;
}

table.contacts td {
background-color: #DDD;
}

table.contacts td.hilite {
background-color: #DDD;
}

/* links in header blocks */
A.hdr:link, A.hdr:active, A.hdr:visited {
color: #333;
}

A.hdr:hover {
color: #F1f1f1;/*00FFE5*/
}

/* tabbed boxes */
td.tabon {
background: #ffffff url('images/bar_top_Selectedmiddle.gif') repeat-x top;
font-weight: bold;
}
td.taboff {
background: #ffffff url('images/bar_top_middle.gif') repeat-x top;
font-weight: normal;
}
td.tabsp {
border-bottom: solid #FFF 2px;
}
/* Bottom of tabbed boxes, this is the bottom colour of the table */
td.tabox {
background: #acacac;
border-top: solid #acacac 1px;
border-left: solid #acacac 1px;
border-right: solid #acacac 1px;
border-bottom: solid #acacac 1px;
}

/* Message styles */
.warning {
color: red
}
.error {
color: red
}
.message {
color: #08245b;
}

.no_ {
color: red
}

/* popup calendar */
body.popcal {
background-color: #f0f0f0;
}

table.poptitle {
background-color: #ffffff;
}
table.poptitle td {
background-color: #ffffff;
}
table.poptitle th {
background-color: #ffffff;
color: #444;
font-size: 10pt;
font-weight: bold;
}

table.popcal {
background-color: #cccccc;
}

table.popcal th {
background-color: #ffffff;
color: #444;
font-family: Osaka,helvetica,arial,sans-serif;
font-size: 9pt;
font-weight: normal;
}

table.popcal td {
background-color: #ffffff;
font-family: Osaka,helvetica,arial,sans-serif;
font-size: 8pt;
text-align: center;
}

table.popcal td.empty {
background-color: #e0e0e0;
}

table.mocal td.day{
background-color: #ffffff;
text-align: center;
}

table.popcal td.today {
}

table.popcal td.weekend {
background-color: #f0f0f0;
}

table.popcal a:link,
table.popcal a:visited {
color: #0000ff;
text-decoration: none;
}

table.popcal a.today:link,
table.popcal a.today:visited {
color: #ff0000;
font-weight: bold;
}

table.popcal a.weekend:link,
table.popcal a.weekend:visited {
color: #0000aa;
}

table.popcal a.empty:link,
table.popcal a.empty:visited {
color: #777777;
}

/* month calendar - title area */
table.motitle {
background-color: #777777;
}
table.motitle td {
background-color: #f0f0f0;
}
table.motitle th {
background-color: #f0f0f0;
font-size: 10pt;
}

table.mocal {
background-color: #777777;
cursor: pointer;
}
table.mocal th {
background-color: #EB922C;
color: #ffffff;
}
table.mocal td {
}
table.mocal td.week {
vertical-align: top;
background-color: #EB922C;
height: 80px;
}
table.mocal td.empty {
background-color: #e0e0e0;
color: #aaaaaa;
text-align: left;
vertical-align: top;
height: 80px;
}
table.mocal td.day{
background-color: #ffffff;
color: #333366;
text-align: left;
vertical-align: top;
height: 80px;
}
table.mocal td.today {
background-color: #EB922C;
color: #ffffff;
text-align: left;
vertical-align: top;
}

table.mocal td.weekend {
background-color: #f0f0f0;
text-align: left;
vertical-align: top;
}

table.mocal td.event {
background-color: #ffffcc;
text-align: left;
vertical-align: top;
}

table.mocal .event {
}

/* mini calendar - title area */
table.minititle {
}
table.minititle td {
}
table.minititle th {
font-weight: normal;
}

table.minical {
}

table.minical th {
color:#444;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
line-height:normal;
}
table.minical td {
}
table.minical td.week {
}
table.minical td.empty {
color: #aaaaaa;
background-color: #E0E0E0;
}
table.minical td.day{
text-align: center;
}
table.minical td.today {
border : 1px dotted red;
background-color: #e0e0e0;
text-align: center;
}
table.minical td.weekend {
background-color: #f0f0f0;
text-align: center;
}
table.minical td.event {
background-color: #ffffcc;
text-align: center;
}
table.minical td.task {
background-color: #ccccff;
text-align: center;
}
table.minical td.eventtask {
background-color: #ffccff;
text-align: center;
}
table.minical td.eventtoday {
background-color: #ffffcc;
text-align: center;
border : 1px dotted red;
}
table.minical td.tasktoday {
background-color: #ccccff;
text-align: center;
border : 1px dotted red;
}
table.minical td.eventtasktoday {
background-color: #ffccff;
text-align: center;
border : 1px dotted red;
}

/* daily calendar */
table.tbl td.event {
background-color: #fff0b0;
}

table.tbl td.event td {
background-color: #fff0b0;
}

TR.nav {
background: url("images/nav_bkgd.gif");
color: #444;
height:50px;
}

tr.nav a:hover{
/*background:#2E91C6 url(images/nav_item_hover.gif) repeat-x scroll 0%;*/
color:#46c7f2;
text-decoration:none;


}

tr.nav ul li {
float:left;
margin:0px 1px 0px 0px;
padding:0px;
}

tr.nav ul {
font: bold 8pt helvetica,arial,sans-serif;
line-height:100%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:1px 0px 0px 0px;
padding:0px;
}

tr.nav ul li a {
color:#444;
display:block;
padding:2px 7px 6px;
text-decoration:none;
}

a.button {
background: transparent url('images/button_right.png') no-repeat scroll top right;
color: #444;
display: block;
float: left;
font: normal 8pt arial, sans-serif;
height: 25px;
margin-right:0px;
padding-right: 10px; /* sliding doors padding */
text-decoration: none;
border:0px;
}

a.button span {
background: transparent url('images/button_left.png') no-repeat;
display: block;
line-height: 14px;
height: 25px;
padding: 5px 0 5px 10px;
} 

a.button:hover {
color: #FFFFFF;
}

a.button:active {
color: #FFFFFF;
outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {

padding: 5px 0 5px 10px; /* push text down 1px */
}

a.delete {
background: transparent url('images/delete_right.gif') no-repeat scroll top right;
color: #FFF;
display: block;
float: left;
font: normal 8pt arial, sans-serif;
height: 26px;
margin-right:0px;
padding-right: 10px; /* sliding doors padding */
text-decoration: none;
border:0px;
}

a.delete span {
background: transparent url('images/delete_left.gif') no-repeat;
display: block;

height: 26px;
padding: 6px 0 5px 10px;
} 

a.delete:hover {
color: #444;
}

a.delete:active {
color: #FFFFFF;
outline: none; /* hide dotted outline in Firefox */
}

a.delete:active span {
padding: 5px 0 5px 10px; /* push text down 1px */
}

.crumb ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.crumb ul li {
margin: 2px 2px 2px;
font-family:arial,sans-serif;
color: #444;
text-decoration: none;
display: inline; /* Remove this line arrange the buttons vertically */
background: transparent url('images/crumb_right.png') no-repeat scroll top right;
float: left;
height: 25px;
padding-right: 10px; /* sliding doors padding */
border:0px;
}
.crumb ul li span {
background: transparent url('images/crumb_left.png') no-repeat;
display: block;
line-height: 14px;
height: 25px;
padding: 5px 0 5px 10px;
}
.crumb ul li a {
display: inline;
color: #444;
}
.crumb ul li a:active {
color: #AD0000;
}
.crumb ul li a:hover {
color: #FFFFFF;
}

/* Solves a Webkit issue with screwy overlapping spans - #299 */
span > img {
display: block;
overflow: hidden;
position: relative;
}

/*tooltip*/

h4 {
font-weight: bold;
font-size: 14px;
margin: 0;
color: #9FD4FF;
}
 
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}

#tiptip_holder.tip_top {
padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
padding-top: 5px;
}

#tiptip_holder.tip_right {
padding-left: 5px;
}

#tiptip_holder.tip_left {
padding-right: 5px;
}

#tiptip_content {
font-size: 11px;
color: #fff;
text-shadow: 0 0 2px #444;
padding: 4px 8px;
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(25,25,25);
background-color: rgba(25,25,25,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#444));
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: rgb(25,25,25);
border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#tiptip_content {
padding: 4px 8px 5px 8px;
background-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
border-bottom-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner { 
border-top-color: rgba(20,20,20,0.92);
}
}

/*end_tooltip*/

form {
display: inline; 
margin: 0;
}

img {
vertical-align: top;
}

label {
vertical-align: 25%;
}

TD.weekDay{
height:360px;
vertical-align: top;
padding: 0px 4px 1px 4px;
border: 1px solid #ccc;
text-align: left;
}
TD.weekendDay{
height:360px;
vertical-align: top;
padding: 0px 4px 1px 4px;
border: 1px solid #ccc;
text-align: left;
background-color:#F0F0F0;
}


/* NAVIGATION */

	.nav2
	{
		position:relative;
		width:auto;
		height:auto;
		float:right;
		padding-top:30px;
	}
	
ul.menu2 {margin:0px;padding:0px;list-style:none; font-weight:normal}

ul.menu2 li {float:left;padding:0px 18px; width:auto ; height:auto; font-size:12px; margin-top:14px;  position:relative; text-transform:uppercase}

ul.menu2 li a {display:block; color:#595A5C ; text-transform:uppercase; line-height:25px; vertical-align:middle; width:auto;  position:relative; }

ul.menu2 li a span{position:relative; left:-12px; display:block; height:25px; padding-left:12px;}

ul.menu2 li a:hover {color:#FFF; background: url(images/nav_hover_right.png) no-repeat right top;position:relative;  text-decoration:none;}

ul.menu2 li a:hover span {background: url(images/nav_hover_left.png) no-repeat 0px top; }

ul.menu2 ul {position:absolute; top:43px; left:15px;  display:none; list-style:none; padding:0; margin:0; }

ul.menu2 ul li a span , ul.menu2 ul li a:hover span{left:0; padding:0; background:none;}

ul.menu2 ul li {position:relative; font-size:15px;  text-transform:none;  border-top:none; width:255px; padding:0; margin:0; height:auto; }

ul.menu2 ul li a {display:block; text-transform:none; padding:0; height:auto; line-height:23px; background:none; margin:0; padding:3px 7px 5px; background:url(images/dropdown_middle_bg.png) repeat-y;}

ul.menu2 ul li a:hover {background:none; height:auto; background:url(images/dropdown_middle_bg.png) repeat-y; color:#FFF}

ul.menu2 ul ul {left:180px; top:-1px}
	

/* NAVIGATION */