.smwPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.actionmessageGreen {

	font-weight: bold;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
}

.grnheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


a:hover {
	color: #990000;
	text-decoration: underline;
}

.footernav {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.footernav:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}

.footerwhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}

.thisbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


table {
	font-size: 9pt;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
input {
	font-size: 9pt;
}
textarea {
	font-size: 9pt;
}
a:focus {
	color: #990000;
}
.actionmessage {
	font-weight: bold;
	color: #FF0000;
}


/********************************************
TABLE FORMATTING

.horiz - table w/ horizontal lines, font size 100%
.horiz2 - table w/ horizontal lines, font size 90%
.horiz3 - table w/ horizontal lines, font size 80% 

.grid - table w/ grid lines, font size 100%
.grid2 - table w/ grid lines, font size 90%
.grid3 - table w/ grid lines, font size 80%

********************************************/

table.horiz, table.horiz2, table.horiz3 {
	text-align:left;
	color: #000000;
	background: #ffffff;
	width: 100%;
	border-top: 1px solid #cccccc;
	clear: right; /* modified 6-17-05, needs correction for normal table layout */
}
table.horiz tr td, table.horiz2 tr td, table.horiz3 tr td,
table.horiz tr th, table.horiz2 tr th, table.horiz3 tr th {
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
table.horiz p, table.horiz2 p, table.horiz3 p {
	margin: 0px;
	padding: 10px;
}
table.grid, table.grid2, table.grid3, table.grid4 { 
	text-align:left;
	color: #000000;
	background: #ffffff;
	/*width: 100%;*/
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	clear: right; /* modified 6-17-05, needs correction for normal table layout */
}
table.grid tr td, table.grid2 tr td, table.grid3 tr td, table.grid4 tr td,
table.grid tr th, table.grid2 tr th, table.grid3 tr th, table.grid4 tr th {
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.grid p, table.grid2 p, table.grid3 p, table.grid4 p {
	margin: 0px;
}
/** table font sizing **/
table.horiz, table.grid {
	font-size: 1em;
}
table.horiz2, table.grid2 {
	font-size: .9em;
}
table.horiz3, table.grid3 {
	font-size: .8em;
}
table.horiz4, table.grid4 {
	font-size: .85em;
}
/** table headings **/
tr.head { 
	background: #eeeeee;
	font-weight:bold;
	color: #000000;
}
tr.head a { 
	text-decoration: none;
	color: #990000;
}
tr.head a:hover { /* month and today format */
	text-decoration: underline;
}
tr.highlight { 
	background-color: #FFFFCC;
	background-color: #FFFDEB;
}
.smwHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.smwpagebreak {
	page-break-after: always;

}

   /* Begin Navigation Bar Styling */
   .rolenav {
    font-family: Arial, Verdana;
	font-variant:normal;
    font-size: 1em;
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background-color: #999;
	border-bottom: 1px solid #999;
/*	border-top: 1px solid #999;
	border-right: 1px solid #999;*/	
}
   .rolenav li {
    float: left; 
	border-left: 1px solid #999;
	background-color: #ddd;
	border-top-left-radius:6px;
	border-top-right-radius:6px;	
}
	  
   .rolenav li a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #999;
/*	border-right: 1px solid #ccc;*/
	
}
   .rolenav li a:hover {
	color: #000;
	background-color: #FFF;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	
}
   /* End navigation bar styling. */

/*START newappmenu*/
.newappmenu  {
    font-family: Arial, Verdana;
    font-size: 11px;
	width: 100%;
	display:block;
	background-color: #eeeeee;
}

.newappmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newappmenu ul li {
    display: block;
    position: relative;
    float: left;
}
.newappmenu li ul {
    display: none;
}
.newappmenu ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 3px 15px 3px 15px;
    background: #000000;
    margin-left: 1px;
    white-space: nowrap;
}
.newappmenu ul li a:hover {
background: #999999;
}
.newappmenu li:hover ul {
    display: block;
    position: absolute;
}
.newappmenu li:hover li {
    float: none;
    font-size: 11px;
}
.newappmenu li:hover a { background: #000000; }
.newappmenu li:hover li a:hover {
    background: #999999;
}
/*END newappmenu*/

/*START newappmenugray*/
.newappmenugray  {
    font-family: Arial, Verdana;
    font-size: 11px;
	width: auto;
	display:block;
	background-color: #eeeeee;
}

.newappmenugray ul {
    margin: 0;
    padding: 0;
    list-style: none;	
}
.newappmenugray ul li {
    display: block;
    position: relative;
    float: left;
}
.newappmenugray li ul {
    display: none;
}
.newappmenugray ul li a {
    display: block;
    text-decoration: none;
    color: #000000;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;	
    padding: 3px 15px 3px 15px;
    background: #EEEEEE;
    margin-left: 1px;
    white-space: nowrap;
	
}
.newappmenugray ul li a:hover {
background: #cccccc;
}
.newappmenugray li:hover ul {
    display: block;
    position: absolute;
}




.newappmenugray li:hover li {
    float: none;
}
.newappmenugray li:hover a { background: #000000; }
.newappmenugray li:hover li a:hover {
    background: #cccccc;
}
/*END newappmenugray*/


/*START newleftmenu*/
.newleftmenu ul {
	font-size:8pt;
    margin: 0;
    padding: 0;
    list-style: none;
	width: 150px;
    cursor:hand;
	border-bottom: 1px solid #bbbbbb;
	}
.newleftmenu ul li {
    display: block;
    position: relative;
/*    float: left;*/
}
.newleftmenu li ul {
    display: none;
}

.newleftmenu ul li a {
    display: block;
    text-decoration: none;
    color: #000000;
    border-top: 1px solid #bbbbbb;
    padding: 3px 10px 3px 5px;
    background: #EEEEEE;
    margin-left: 1px;
    white-space: nowrap;
}
.newleftmenu ul li a:hover {
background: #cccccc;
}

.newleftmenu li:hover ul {
	display: block;
	position: absolute;
	left: 150px;
	top: 4px;
	width: auto;
	border-top: 0px solid #bbbbbb;

}

.newleftmenu li:hover li {
	float: none;
}
.newleftmenu li:hover a { background: #99999;}
.newleftmenu li:hover li a:hover {
    background: #cccccc;
}
/*END newleftmenu*/

/*START Template Layout*/
.smwappTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
	align: center;
	padding: 15px 10px 15px 10px;
	background: #000000;
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.smwappLogin {
	padding: 5px 10px 5px 10px;

/* border-radius: 5px;*/
    background: #006633;
	text-align: left;
	width: 700px;
/*	height: 15px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	color:#FFF;
}


.smwapproleselectcontainer {
/*	padding: 5px 10px 5px 10px;
    border-radius: 5px;*/
    background: #eeeeee;
	text-align: left;
	width: 700px;
/*	height: 25px;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.smwappmenucontainer {
/*	padding: 5px 10px 5px 10px;
    border-radius: 5px;*/
    background: #eeeeee;
	text-align: left;
	width: 700px;	
/*    height: 25px;*/
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.smwappBody {
	padding: 5px 10px 5px 10px;
/*    moz-border-radius: 5px;
	border-radius: 5px;*/
    background: #FFFFFF;
	text-align: left;
	width: 700px;
    min-height:450px; 
	display: block;
	margin-left: auto;
	margin-right: auto;
/*	overflow: auto;*/
}
.smwappFooter1 {
	padding: 5px 10px 5px 10px;
  /*border-radius: 5px;*/
    background: #006633;
	text-align: left;
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color:#FFF
}
.smwappFooter2 {
	padding: 5px 10px 5px 10px;
	background: #000000;
	text-align: left;
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color:#FFF
}
/*END Template Layout*/


.smwTitleBar {
	line-height:60px;
	vertical-align:middle; 
	font-size:20px;
	font-weight: bold;
	color:#FFF; 
	background-color:#000000;
}


.smwTitleBarImage {
	float:left;
	margin: 5px 5px 5px 25px; 
	border:5px solid;
	border-radius:5px; 
}

.smwTitleBarName {
	padding: 5px 200px 5px 5px; 
}



.smwShadow{
-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.3);
box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.3);"
}


