/* To add link to home on logo */
#topTitleLeft a {
	background:			none;
	display:			block;
	width:				100%;
	height:				100%;
}

/* To make right menu wider */
#navBeta {
	width:				215px;
}

/* To align all non-paragraph content in right menu to center */
#navBeta h2, #navBeta div {
	text-align:			center;
}

/* To fit menu items in height */
#navAlpha p {
	margin:				0px;
}

/* To help define current article part */
#navAlpha p.Active a {
	text-decoration:	none;
	color:				#9B4F75;
}
#navAlpha p.Active a:hover {
	background:			white;
}

#articleBy {
	padding:			5px;
}

/* Tables */

.content td, .content th {
	font-size:			11px;
}


/* For the forms 
.content form th,
.content form td.Label {
	text-align:				Right;
	vertical-align:			Top;
}

.content form td,
.content form th,
.content form p {
	padding:				1px;
}

.content form td input,
.content form td textarea {
	width:					100%;
}

.content form td.No_stretch input {
	width:					auto;
}

.content form td textarea {
	height:					200px;
}

.content form table {
	width:					100%;
	margin-bottom:			16px;
}

.content form table caption {
	font-size:				16px;
	text-align:				right;
	font-style:				italic;
}

.content form p {
	text-align:				right;
}

.content form p input {
	width:					100px;
}*/


span.Checkbox_Service,
span.Checkbox_Region {
	display:				inline-block;
	width:					200px;
}

/* System messages */
.SystemMessage {
	padding:				16px;
	padding-left:			48px;
	background-repeat:		no-repeat;
	background-position:	8px 8px;
	border:					1px Outset;
	margin-left:			20%;
	margin-right:			20%;
	cursor:					default;
	position:				relative;
}
#LogOut .SystemMessage {
	margin:					0px;
}
.Error {
	background-image:	url('/images/SystemMessage/Error.GIF');
	background-color:	#D4D0C8;
	color:				Red;
}
.Warning {
	background-image:	url('/images/SystemMessage/Warning.GIF');
	background-color:	Gold;
}
.Notice {
	background-image:	url('/images/SystemMessage/Information.GIF');
	background-color:	White;
}

/* To clean up html */
sup {
	font-size:			80%;
}

.expos {
	margin-left:		20px;
}