

h2 {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}


h3 {
	color: #000000;
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}


#loginBox {
	position: relative;
	width: 366px;
	margin: 0 auto;
	border: solid 1px #000000; 
	padding: 0px; 
	padding-left: 100px;
	top: 10px;
	background: #ffffff;
	
}

#siteBox {
	position: relative;
	width: 780px;
	margin: 0 auto;
	border: solid 1px #000000; 
	padding: 0px; 
	padding-left: 5px;
	padding-top: 5px;
	top: 10px;
	background: #ffffff;
	
	
}


#popupBox {
	position: relative;
	width: 400px;
	margin: 0 auto;
	border: solid 1px #000000; 
	padding: 0px; 
	padding-left: 5px;
	padding-top: 5px;
	top: 10px;
	background: #ffffff;
	
	
}

#leftcontent {
	float:left;
	width:165px;
	background:#fff;
	border:2px solid #000;
	margin-right:15px;
	padding-left: 2px;
	padding-bottom:20px;
	font-size: 13px;
	background: #fff8f2;
	height: 350px;
}

#rightcontent {
	/* border: solid 1px green; */
	
}

.orangeRow {
	background: #fff1e4;
}

.whiteRow {
	background: #ffffff;
}	

.blackRow {
	background: #000000;
	color: #ffffff;
}

.leftIndent {
	padding-left: 50px;
}


.formTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}




.formBox {
	background-color: #ffeddd;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
}



.menu {
	margin-left: -15px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #f27f1a;
}

#menuTitle {
	color: #ffffff;
	background: #000000;
	text-align: center;
	width: 102%;
	font-weight: bold;
	margin-left: -2px;
}

.issueName {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

.issueTitle {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.orange {
	color: #f27f1a;
}

.tableHeading {
	background: #f27f1a;
	color: #ffffff;
	font-weight: bold;
}

.table {
	margin-right: 15px;
}

.articleTitle {
	font-weight: bold;
}

a:visited {  
	   color: #f27f1a;
	   text-decoration: underline;
}

a:link {  
	   color: #f27f1a;
	   text-decoration: underline;
}

a:hover {  
	   text-decoration: none;
	   color: #f27f1a;
}


 a.menuLink:visited {  
	   color: #000000;
	   text-decoration: underline;
}

 a.menuLink:link {  
	   color: #000000;
	   text-decoration: underline;
}

 a.menuLink:hover {  
	   text-decoration: none;
	   color: #f27f1a;
}


 a.issueLink:visited {  
	color: #f27f1a;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;	   
}

 a.issueLink:link {  
	color: #f27f1a;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;	
}

 a.issueLink:hover {  
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
	font-weight: bold;	
}


 a.edit:visited {  
	color: blue;
	text-decoration: underline;   
}

 a.edit:link {  
	color: blue;
	text-decoration: underline;	
}

 a.edit:hover {  
	color: blue;
	text-decoration: none;	
}

 a.delete:visited {  
	color: red;
	text-decoration: underline;
}

 a.delete:link {  
	color: red;
	text-decoration: underline;	
}

 a.delete:hover {  
	color: red;
	text-decoration: none;	
}