body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #777;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
}

#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

#search {
	display: none;
}

#header {
	margin-top: 0px;
	background-color: #fff;
}

#left-header {
	float: left;
	margin-left: 20px;
	padding: 20px;
	padding-top: 15px;
	height: 65px;
	width: 350px;
}

#left-header img {
	border: 0px;
	height: 65px;
}

#right-header {
	width: 550px;
	float: right;
	padding-right: 20px;
}

#logo-portal {
	width: 120px;
	text-align: right;
	float: right;
}

#logo-portal img {
	height: 40px;
	margin-top: 7px;
	border: 0px;
}

#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 2px solid black;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
	width: 250px;
	float: right;
}

#searchbar {
	clear: both;
	margin-top: 15px;
	text-align: right;
}

#menu .element {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: lowercase;
}

#user-info {
	background: url(../images/user-info-top.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	text-align: left;
	margin-top: 10px;
	float: right;
	font-size: 13px;
}

#user-info .content {
	background: url(../images/user-info-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 0px;
	padding-right: 0px;
}

#user-info .content div.inside {
	background-color: #ddd;
	padding-left: 12px;
	padding-right: 0px;
}

#user-info .content div a {
	text-decoration: none;
}

#user-info .content div a:hover {
	text-decoration: underline;
}

#user-info .links {
	color: #bbb;
	font-size: 8pt;
}

#user-info .links a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#user-info .links a:hover {
	text-decoration: underline;
}

.topbox {
	background: url(../images/user-info-top.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	text-align: left;
	margin-top: 10px;
	float: right;
	font-size: 13px;
}

.topbox .content {
	background: url(../images/user-info-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 0px;
	padding-right: 0px;
}

.topbox .content div.inside {
	background-color: #ddd;
	padding-left: 12px;
	padding-right: 0px;
}

.topbox .content div a {
	text-decoration: none;
}

.topbox .content div a:hover {
	text-decoration: underline;
}

.topbox .links {
	color: #bbb;
	font-size: 8pt;
}

.topbox .links a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.topbox .links a:hover {
	text-decoration: underline;
}

#menu a {
	padding: 15px;
	padding-top: 4px;
	padding-bottom: 6px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
}

#searchbar a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #000;
	background-color: #fff;
}

#dropmenudiv {
	position:absolute;
	line-height:18px;
	z-index: 100;
	font-size: 9pt;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 45px;
	border: 1px solid #1f89c9;
	border-top: 0px;
	background-color: #fff;
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}

#dropmenudiv a {
	color: #1f89c9;
	width: 100%;
	padding: 2px;
	padding-left: 1px;
	text-indent: 3px;
	text-decoration: none;
	display: block;
	background-color: #fff;
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}

#dropmenudiv a:hover { /*hover background color*/
	color: #fff;
	background-color: #1f89c9;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.submenu {
	background-image: url(../images/submenu-border.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 7px;
	margin-top: -6px;
	display: none;
	font-size: 8pt;
	color: #666;
	margin-bottom: 5px;
	text-align: center;
	background-color: #FFFFFF;
}

.submenu .element {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #fff;
}

.submenu .element a {
	text-decoration: none;
	color: #666;
}

.submenu .element a:hover {
	color: #000;
}

#menu {
	padding: 4px;
	height: 19px;
	background-image: url(../images/header-background.gif);
	clear: both;
	padding-left: 0px;
}

#messages {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 10px;
	float: left;
}

#location {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
	float: left;
}

#location a {
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
}

#location a:hover {
	color: #000;
}

#module-menu {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 10px;
	float: left;
}

#general-menu {
	padding: 2px;
	padding-right: 10px;
	margin-top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 10px;
	float: right;
	color: #ffffff;
}

#general-menu a {
	color: #fff;
	text-decoration: none;
}

#general-menu a:hover {
	color: #000;
}

#module-menu .action-link {
	color: #ffffff;
}

#module-menu .active-link {
	color: black;
}

#general-menu .action-link {
	color: #ffffff;
}

#general-menu .active-link {
	color: black;
}

#module-menu a {
	color: white;
	text-decoration: none;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	display: inline;
}

#module-menu span {
	color: #ffffff;
	text-decoration: none;
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	display: inline;
	padding-left: 15px;
	margin-left: 5px;
	padding-right: 15px;
	margin-right: 5px;
}

#module-menu a:hover {
	color: #000000;
}

#search {
	float: right;
	padding-right: 10px;
	margin-top: -2px;
}

#search-field {
	background-color: #f4f4f4;
	border: 1px solid #8e8e8e;
	padding: 3px;
}

#search .submit-button {
	border: 0px;
	background-color: #000;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}

#search .submit-button:active {
	color: #1f89c9;
}

#lcolumn {
	width: 160px;
	padding: 20px;
	padding-top: 20px;
	background-color: #e3e3e3;
	float: left;
}

.weather-forecast {
	width: 53px;
}

#content {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 470px;
	float: left;
	font-size: 10pt;
}

#content p {
	font-size: 10pt;
}

#rcolumn {
	width: 300px;
	padding: 20px;
	padding-top: 20px;
	float: right;
}

#lcolumn a {
	color: #000;
	text-decoration: none;
}

#lcolumn a:hover {
	color: #1275b1;
}

#rcolumn a {
	color: #1275b1;
	text-decoration: none;
}

#rcolumn a:hover {
	color: #000;
	text-decoration: underline;
}

#content a {
	color: #1275b1;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content h2 a:hover {
	color: #1275b1;
	text-decoration: none;
}

#footer {
	clear: both;
	background-image: url(../images/footer-background.gif);
	padding: 30px;
	padding-top: 10px;
}

h1 {
	margin-top: 10px;
	padding-right: 0px;
	color: #000;
	font-family: Rockwell, "Trebuchet MS", Helvetica, Arial;
	font-weight: normal;
	font-size: 19pt;
	background-image: url(../images/title-bottom-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
}

h2 {
	font-size: 13pt;
	margin-top: 25px;
	margin-bottom: -15px;
	text-transform: uppercase;
}

h3 {
	font-size: 11pt;
	margin-bottom: 10px;
	margin-top: 20px;
}

#container h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 17px;
	text-align: left;
}

#button-link, #action-button, .action-button {
	font-size: 9pt;
	display: block;
	/*margin-top: 26px;*/
	color: #444;
	border: 0px;
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	height: 24px;
}

#rss-link {
	margin-top: -21px;
	float: right;
}

#rss-link a:hover {
	text-decoration: none;
}

#button-link {
	margin-top: -49px;
	float: right;
}

#button-link img {
	border: 0px;
}

#action-button img {
	border: 0px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.cbutton {
    background: transparent url('../images/btn-bg-right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	cursor: pointer;
}

a.cbutton span {
    background: transparent url('../images/btn-bg-left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.cbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#button-link a, #action-button a {
	background-image: url(../images/button-save.gif);
	background-position: left;
	 font-size: 9pt;
	 color: #444;
	 text-decoration: none;
	 display: block;
	 padding: 5px;
	 padding-right: 8px;
	 padding-left: 28px;
}

#button-link a:hover, #action-button a:hover {
	background-image: url(../images/button-save-2.gif);
	color: #ba1007;
	text-decoration: none;
}

#action-button a.file {
	background-image: url(../images/button-file.gif);
}

#action-button a.file:hover {
	background-image: url(../images/button-file-2.gif);
}

#action-button a.comment {
	background-image: url(../images/button-messages.gif);
}

#action-button a.comment:hover {
	background-image: url(../images/button-messages-2.gif);
}

#button-link a.messages {
	background-image: url(../images/button-messages.gif);
}

#button-link a.messages:hover {
	background-image: url(../images/button-messages-2.gif);
}

#button-link a.contact {
	background-image: url(../images/button-contact.gif);
}

#button-link a.contact:hover {
	background-image: url(../images/button-contact-2.gif);
}

#button-link-2 {
	font-size: 9pt;
	display: block;
	float: right;
	/*margin-top: 26px;*/
	color: #666666;
	margin-top: -24px;
}

#button-link-2 a {
	 font-size: 9pt;
	 color: #666666;
	 text-decoration: none;
}

#button-link-2 a:hover {
	color: #ba1007;
	text-decoration: underline;
}

#publication-sidebar {
	background-image: url(../../images/publications-background.gif);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-top: -10px;
	margin-right: -20px;
	padding: 5px 15px 0px 15px;
}

#rcolumn h2 {
	background-color: gray;
	padding: 5px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: normal;
	font-family: Arial;
	font-size: 11pt;
}

#rcolumn {
	font-size: 10pt;
}

#success-message-box {
	background-color: #9de476;
	padding-top: 10px;
	padding-left: 60px;
	font-family: Trebuchet MS;
	font-size: 11pt;
	background-image: url(../images/quote1-green.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: none;
}

#success-message-box div {
	padding-bottom: 10px;
	padding-right: 60px;
	background-image: url(../images/quote2-green.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#error-message-box {
	background-color: #e48977;
	padding-top: 10px;
	padding-left: 60px;
	font-family: Trebuchet MS;
	font-size: 11pt;
	background-image: url(../images/quote1-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: none;
}

#error-message-box div {
	padding-bottom: 10px;
	padding-right: 60px;
	background-image: url(../images/quote2-red.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	background-image: url(../images/date-background.gif);
	background-repeat: no-repeat;
	width: 32px;
	padding-top: 5px;
}

.news-date .month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
	display: block;
	margin-top: 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer div {
	line-height: 20px;
	float: left;
	width: 85px;
	font-size: 8pt;
	padding-right: 20px;
}

#footer a:hover {
	text-decoration: underline;
}


#rcolumn .tag {
	color: black;
	text-decoration: none;
}

#rcolumn .tag:hover {
	color: #1f89c9;
	text-decoration: none;
}

.wizard {
	background-color: #fef9d2;
	border-right: 1px solid #fcc83c;
	border: 1px solid #fcc83c;
	padding: 15px;
	color: #555;
	font-size: 9pt;
}

.wizard p {
	font-size: 9pt;
}

.wizard .title {
	font-size: 11pt;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
}

a.close-link {
	color: gray;
	font-size: 8pt;
}

.wizard ol {
	margin: 0px;
	margin-top: -5px;
}

.wizard ol li {
	margin-left: -15px;
	color: #1275b1;
	font-weight: bold;
	margin-bottom: 9px;
}

.wizard ol li a {
	font-weight: normal;
	display: block;
	float: left;
}

.wizard ol li .task-button {
	margin-top: -2px;	
	display: block;
	float: left;
	margin-right: 7px;
}

#colorSelectorDiv {
    position: relative;
    height: 215px;
    width: 255px;
}

#satValDiv {
	width: 200px;
	height: 200px;
	float: left;
	border: 1px solid silver;
}

#hueDiv {
    width: 35px;
   	height: 200px;
	float: left;
	margin-left: 15px;
	border: 1px solid silver;
}

#previewDiv {
	height: 50px;
    width: 50px;
    border: 1px solid silver;
	float: left;
}
