/* Basic styles. */
BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

TABLE {
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px;
}

TD, TH {
	padding: 0px;
}

.table-main {
	width: 100%;
	height: 100%;
}

.table-top {
	width :100%;
	background-color: #6292CC;
}


/* User name and role styles. */
.logged-content {
	width :100%;
	text-align: right;
	vertical-align: middle;
}

.user-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.user-role {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}


/* Line styles: */
.center-line {
	background-color: #2068BB;
	color: #FFFFFF;
}

.center-text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        color: #FFFFFF;
}

.back {
	background-color: #6292CC;
}

.down-line {
	background-color: #6292CC;
	color: #FFFFFF;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px;
	FONT-FAMILY: arial;
}


/* userCommunityGateways styles. */
.my-communities-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.my-communities-link:hover {
	color: #000000;
}

.my-communities-table {
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px;
}

.my-communities-image {
	width: 13px;
	height: 13px;
	border-width: 0px;
	margin-right: 3px;
}

.my-communities-row {
}

.my-communities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.my-item-description {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 0px;
}


/*  Logon form styles. */
.label {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #000000;
}


.logon-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;
}


.input-box {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

.mode {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #000000;
}

.mode:hover {
        color: #000000;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}


/* Box styles. */
.box-title {
	background-color: #2E578A;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.box-content {
	background-color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
