﻿body 
{
	font-size: 12px;
	font-family: Arial;
	color: #666666;
	padding: 0px;
	margin: 10px;
}

*:focus
,a:focus
,a:active
,:focus
{
	outline: none;
	-moz-outline-style: none;
}

.commandRow
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

div.center
{
	text-align: center;
}

div.center div
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.floatleft
{
	float: left;	
}

.message
{
	font-size: 12px;
	color: #5A86BC;
}

/* --- grid --- */

.normalrow
{
	background-color: White;
	cursor: auto;
}

.highlightrow
{
	background-color: Green;
	cursor: pointer;
}

/* ---- links ---- */
a,
a:link,
a:visited,
a:active
{
  color: #5A86BC;
  text-decoration: none; 
  font-size: 11px;
}

a:hover
{
  text-decoration: none;
  color: #FF554A;
}

ul.nostyle
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.leftMenu a,
ul.leftMenu a:link,
ul.leftMenu a:visited,
ul.leftMenu a:active
{
	display: block;
	width: 100px;
	line-height: 22px;
	border-left: solid 2px white;
	border-bottom: solid 1px #CECFD6;
	padding-left: 5px;
	text-decoration: none;
}

ul.leftMenu a:hover,
ul.leftMenu a.current
{
	background-color: #E7EBEF;
	border-left: solid 2px #CECFD6;
	text-decoration: none;
}

ul.leftMenu a.lastItem
{
	border: none;
}

.header
{
	padding: 3px;
  margin-bottom: 10px;
  border-bottom: solid 1px #9C9EB5;
  color: #42698C;
	font-size: 10pt;
  font-weight: bold;
}

.slideLabel
{
	color: #42698C;
	font-size: 10pt;
  font-weight: bold;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup 
{
	background-color: White;
	border: solid 3px #9C9EB5;
	padding: 10px;
	width: 250px;
}

.progress
{
	width: 150px;
	height: 32px;
	background-color: White;
	border: solid 2px #9C9EB5;
	padding: 20px;
}

/* icons */
input.iconlink
{ 
  background-repeat: no-repeat;
  border-style: none;
  background-color: transparent;
	color: #5A86BC;
	cursor: pointer;
	padding-left: 12px;
}

a.iconlink
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-attachment: scroll;
	background-color: Transparent;
	background-position: left middle;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 20px;
	text-align: left;
}

.iconhelp
{
	background-image: url("../images/icons/16x16/check.png");
}

.iconadd
{
	background-image: url("../images/icons/16x16/add.png");
}

.iconview
{
	background-image: url("../images/icons/16x16/view.png");
}

.icongear
{
	background-image: url("../images/icons/16x16/gear.png");
}

.iconcheck
{
	background-image: url("../images/icons/16x16/check.png");
}

.iconforbidden
{
	background-image: url("../images/icons/16x16/forbidden.png")
}

.iconselectiondelete
{
	background-image: url("../images/icons/16x16/selection_delete.png");
}

.iconarrowrightgreen
{
	background-image: url("../images/icons/16x16/arrow_right_green.png");
}

.iconarrowupgreen
{
	background-image: url("../images/icons/16x16/arrow_up_green.png");
}

.iconarrowdownblue
{
	background-image: url("../images/icons/16x16/arrow_down_blue.png");
}

.iconidcard
{
	background-image: url("../images/icons/16x16/id_card.png");
}

.iconnoteadd
{
	background-image: url("../images/icons/16x16/note_add.png");
}

.iconnoteedit
{
	background-image: url("../images/icons/16x16/note_edit.png");
}

.iconusers3
{
	background-image: url("../images/icons/16x16/users3.png");
}

.iconuserinto
{
	background-image: url("../images/icons/16x16/user1_into.png");
}

.iconuseradd
{
	background-image: url("../images/icons/16x16/user1_add.png");
}

.iconmail
{
	background-image: url("../images/icons/16x16/mail.png");
}

.icondelete
{
	background-image: url("../images/icons/16x16/delete.png");
}

.iconmailpreferences
{
	background-image: url("../images/icons/16x16/mail_preferences.png");
}

.iconmailout
{
	background-image: url("../images/icons/16x16/mail_out.png");
}

.iconrefresh
{
	background-image: url("../images/icons/16x16/refresh.png");
}

.iconundo
{
	background-image: url("../images/icons/16x16/undo.png");
}

.iconlock
{
	background-image: url("../images/icons/16x16/lock.png");
}

.iconlockopen
{
	background-image: url("../images/icons/16x16/lock_open.png");
}

.iconpackage
{
	background-image: url("../images/icons/16x16/package.png");
}

.iconpackageadd
{
	background-image: url("../images/icons/16x16/package_add.png");
}

.iconpackagefind
{
	background-image: url("../images/icons/16x16/package_find.png");
}

.iconhome
{
	background-image: url("../images/icons/16x16/home.png");
}

.iconcreditcards
{
	background-image: url("../images/icons/16x16/creditcards.png");
}

.iconcopy
{
	background-image: url("../images/icons/16x16/copy.png");
}

.iconprinter
{
	background-image: url("../images/icons/16x16/printer.png");
}

.iconformgreen
{
	background-image: url("../images/icons/16x16/form_green.png");
}

/* ---- forms ---- */

ol.form
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

ol.form label,
ol.form span.label,
.label
{	
	float: left;
	width: 80px;
	margin-right: 5px;
	display: block;
	font-weight: bold;
  font-size: 11px;
  color: #5A595A !important;
  height: 24px;
}

ol.wide label
{
	width: 120px;
}

ol.verywide label
{
	width: 160px;
}

ol.form li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 2px;
	vertical-align: top;
}

input
{
  font-family: Arial;
  color: #666666;
  font-size: 11px;
}

textarea
{
  font-family: Arial;
  color: #666666;
  font-size: 11px;
}

select
{
	height: 18px;
	font-size: 11px;
}

/* lists */

div.none ul
{
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}

div.none ul li
{
	padding: 1px;
	margin: 0px;
}

.membershipEditTable .section
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}

.membershipEditTable td
{
	vertical-align: top;
	font-size: 12px;
}

/* slide */

table.noborder tr
{
	border: none;
}

table.noborder tr td
{
	border: none;
}

.success
{
	color: green;
}

.failure
{
	color: red;
}