/* CSS Document */

#header {
  background: #00A0C6;
  width: 100%;
}
#leftcol {
  background: #00A0C6;
  float: left;
  width: 20%;

}

#centercol {
  background: #00A0C6;
  float: left;
  width: 20%;

	margin-left:0;
}

#rightcol {
  background: #f00;
  float: right;
  width: 20%;
  height: 500px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#00A0C6;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

table {
	border-style:none;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color:#ffffff;
}

/*table with border*/
.tableb {
	border-style:solid;
	border-width:2px;
	border-color:"yellow";
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

/*table with outset*/
.tableout {
	border-style:outset;
	border-width:1px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	border-spacing: ;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}


/* cell with border */
td.tpeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:left;
}

td.tpebgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:left;
	background-color:"lightgreen";
}

td.tpebyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:center;
	background-color:"ffff99";
}


td.tpeblb {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:left;
	background-color:"ccffff";
}

td.tpebbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:left;
	background-color:"6699ff";
}

td.tpeblv {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:left;
	background-color:"Wheat";
}

td.tpelv {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:left;
	background-color:"Wheat";
}




td.tpebligterv {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom-style:solid;
	border-width:2px;
	border-color:"yellow";
	text-align:left;
	background-color:"ffcccc";
}


td {
	font-family: Arial, Helvetica, sans-serif;
	border-style:none;
}

td.tp {
	font-family: Arial, Helvetica, sans-serif;
	border-right-style:dotted;
	border-right-width:2px;
	border-right-color:#FFFFFF;
}

td.tpd {
	font-family: Arial, Helvetica, sans-serif;
	border-right-width:2px;
	border-left-width:2px;
	border-right-color:#FFFFFF;
	text-align:center;
}

td.tpe {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	text-align:left;
}


td.tpecenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	text-align:center;
}

td.tperight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	color:#FF6600;
	text-align:right;
}

td.tpebrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
    border-right-style:none;
	border-right-width:2px;
	border-right-color: #ffffff;
	color:"brown";
	text-align:left;
}
td.tpe8bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
}

td.tpe8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
}

td.tpe12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
}

td.tpe15bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
}

td.tpe15boldcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border-right-style:none;
	border-right-width:2px;
	border-right-color:#FFFFFF;
	text-align:center;
}

td.todolist {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:200px;
	color:#FF6600;
	border-right-style:none;
	border-right-width:15px;
	border-right-color:#cc3300;
}

td.tpexls {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:300px;
//	color:#FF6600;
//	color:"black";
	border-right-style:none;
	border-right-width:15px;
	border-right-color:#cc3300;
}


th {
	font-family: Arial, Helvetica, sans-serif;
	border-style:none;
}

h1 {
	color:#ED5224;
	font-size:18px;
}

h2 {
page-break-before: always;
}


h4 {
position: absolute;
top: 200px;
left: 150px;}
}



// link does not change color and stay underlined
a:link { color:#0033ff; text-decoration:underline; }
a:visited { color:#0033ff; text-decoration:underline; }
//a:visited { color:#006699; text-decoration:none; }

a.tnl:link { color:#FFFFFF; text-decoration:none; }
a.tnl:link:hover { color:#99CCFF; text-decoration:underline; }

a.tnl:visited { color:#CCCCCC; text-decoration:none; }
a.tnl:visited:hover { color:#FFFFFF; text-decoration:none; }


.tnlselected {
	background-color:#CC3300;
	border-right-style:dotted;
	border-right-width:2px;
	border-right-color:#FFFFFF;
}

.annlogo {
	width:180;
	height:90;
	border-style:none;
	position:relative;
	top:5px;
	left:5px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	top:0px;
	left:10px;
	background-color:"lightcyan";
	color:"red";
	font-size:15px;
	text-align:left;
	padding-bottom:5px;
}

.loginbar {
	background-color:#ffcc00;
	position:relative;
	top:10px;
	left:10px;
	text-align:center;
}

.topnav {
	background-color:#0099cc;
	width:400px;
	height:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	font-variant:small-caps;
	position:relative;
	top:0px;
	left:0px;	
	border-style:dotted;
	border-width:2px;
	border-color:#FFFFFF;
	margin-bottom:0;
	margin-left:200;
	margin-right:0;
	margin-top:0;
}

.leftNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFCC;
	text-align:left;
	clear:left;
	width:20%;
	height:3in;
	table-layout:fixed;
	top:0px;
	left:0px;
	float:center;
	margin-right:400;
}

.emailNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFCC;
	text-align:left;
	clear:left;
	width:20%;
	height:3in;
	table-layout:fixed;
	top:0px;
	left:0px;
	float:center;
	margin-left:400;
	margin-top:0;


}


.rightNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFCC;
	text-align:left;
	float:right;
	clear:left;
	width:70%;
	height:4in;
	table-layout:fixed;
	top:150px;
	left:200px;
}


.namebar {
	border-width:0px;
	border-style:none;
	border-color:#FFFFFF;
//	background-image:url("http://www.getann.com/images/topbackground.jpg");
//	background-image:url("http://www.getann.com/images/ANNHeader.gif");
	background-image:url("http://www.getann.com/images/ANNHeaderSolution.gif");
	background-repeat:no-repeat;
	border-bottom-style:none;
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:100px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	vertical-align:text-bottom;
	color:#999999;
}


.namebar1 {
	border-width:0px;
	border-style:none;
	border-color:#FFFFFF;
	background-image:url("http://www.getann.com/images/topbackground.jpg");
	background-repeat:no-repeat;
	border-bottom-style:none;
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:100px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	text-align:center;
	vertical-align:text-bottom;
	color:red;
}
.toplinkNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
	position:relative;
    padding: 3px;
	background-color: #FFFFCC;
	text-align:left;
	float:left;
	clear:left;
	width:800px;
	height:0.5in;
	table-layout:fixed;
}

.managerNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
	padding: 3px;
	background-color: #FFFFCC;
	text-align:left;
	float:left;
	clear:left;
	width:100%;
	height:1in;
	table-layout:fixed;
}

.memberNav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 10px;
	padding: 3px;
	background-color: #FFFFCC;
	text-align:left;
	float:left;
	clear:left;
	width:100%;
	height:0.25in;
	table-layout:fixed;
}

.mcpnav {
	background-color:#0099cc;
	width:800px;
	height:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	font-variant:small-caps;
	position:relative;
	top:0px;
	left:0px;
	border-style:dotted;
	border-width:2px;
	border-color:#FFFFFF;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

.main {
	border-style:none;
	border-width:0px;
	border-color:#CC0001;
	background-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-color:"white";
	border-bottom-width:2px;
	position:relative;
	top:0px;
	left:0px;
	width:760px;
	font-size:12px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#ff1c11;
	font-size:24px;
	z-index:2;
}

.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	font-size:16px;
	z-index:2;
}


.descriptivetext {
	font-family: Comic Sans MS;
	text-align:left;
	color:black;
	font-size:13px;
	z-index:2;
	margin-left:50;
}

.descriptivetext_bold {
	font-family: Comic Sans MS;
	text-align:left;
	color:black;
	font-size:13px;
	font-weight:bold;
	z-index:2;
}

.marqueetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#000000;
	font-size:20px;
	z-index:2;
}

.joingroup {
	position:relative;
	left:10px;
	width:750px;
	height:200px;
}

.publicgroups {
	background-color:aqua;
	position:relative;
	width:800px;
	height:250px;
	font-size:20px;
	overflow:scroll;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:2px;
}

.agreement {
	background-color:white;
	position:relative;
	width:400px;
	height:100px;
	overflow:scroll;
}
.viewexcelsheet {
	background-color:aqua;
	position:relative;
//	width:800px;
//	height:400px;
//	overflow:scroll;
}



.img {
	width:100%;
	height:100%;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

.column1of2right {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:50%;
	text-align:right;
}
.column1of2right30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:30%;
	text-align:right;
}

.column1of2right8px {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color = "brown";
	width:50%;
	text-align:right;
}
.column1of2adjustleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:50%;
	text-align:left;
}

.column1of2adjustcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:50%;
	text-align:center;
}

.column1of2adjustright {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:50%;
	text-align:right;
}
.column1of2right25% {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:25%
	text-align:right;
}

.column1of2left75% {
	font-family: Arial, Helvetica, sans-serif;
  	font-size:10px;
  	color:#cc3333;
	background-color:#ffffcc;
	width:550px;
	text-align:left;
}

.column1of2left25% {
	font-family: Arial, Helvetica, sans-serif;
  	font-size:10px;
	color:#cc3333;
	background-color:#ccffff;
	width:150px;
	text-align:left;
}


.column1of2left {
	font-family: Arial, Helvetica, sans-serif;
  	font-size:12px;
	width:30%;
	text-align:right;
}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:center;
	position:relative;
	top:5px;
	left:0px;
	width:800px;
}

.bottombar {
	border-style:none;
	background-image:url("http://www.getann.com/images/poweredby3.gif");
	background-repeat:no-repeat;
	width:290px;
	height:80px;
	float:right;
	clear:right;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}



