/*
Generics
*/

BODY
{
	margin-left: auto;
	margin-right: auto;
	width:775px;

		text-align: center;
		/*margin: 10px;*/
		padding: 0;
		background: #D2E4EE url('../images/Common/background.png') repeat-x; /* #AFB9C2; */
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		color: #000000; 
		text-decoration: none; 
}
/*
#Common
{
	margin-top: 0px;
	border-top: solid 3px #67869E;
	background-color: #ffffff;
}

#CommonHeader
{
		text-align: left;   
		width: 768px;
		margin: 0 auto;
		padding: 0px;
		background: #FFFFFF url('../images/Common/page_background_top.png') top left no-repeat;
}

#CommonFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #f4f4f4;
	padding: 8px;
	text-align:center;
}
*/
#CommonLeftColumn
{
	background-color: #f4f4f4;
	border-style: solid;
	border-width: 0px;
	/* not sure why this cause firefox to not display properly border-right-width: 1px; */
	border-color: #cccccc;
	padding-bottom: 22px;
}

#CommonRightColumn
{
	background-color: #f4f4f4;
	border-style: solid;
	border-width: 0px;
	/* border-left-width: 1px; */
	border-color: #cccccc;
	padding-bottom: 22px;
}

A:LINK
{
	color: #02469b;
	
}

A:ACTIVE
{
	color: #ff0000;
}

A:VISITED
{
	color: #02469b;
	
}

A:HOVER
{
	text-decoration: underline;
}

SELECT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}

TEXTAREA
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}

INPUT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}

BUTTON
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}

/*
Common Styles
*/

.CommonJumpArea
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

.CommonFeedArea
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

.CommonPagingArea
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
}

.CommonSortArea
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	margin-right: 40px;
}

.CommonBreadCrumbArea
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 80%;
	margin: -5px -15px 10px -15px;
	padding: 5px 5px 5px 5px;
	background-color: #f4f4f4;
	color: #4C7A9E;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
}

.CommonBreadCrumbArea A:LINK
{
	
	color: #4C7A9E;
}

.CommonBreadCrumbArea A:VISITED
{
	
	color: #4C7A9E;
}

.CommonFilterArea
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	margin-right: 40px;
}

.CommonPagingArea A:LINK
{
	
	color: #666666;
}

.CommonPagingArea A:VISITED
{
	
	color: #666666;
}

.CommonSearchResults
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	padding: 8px;
}

/* 
Tree Form Element
*/

.CommonTreeFormArea
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 2px;
	width: 350px;
	height: 175px;
	overflow: auto;
	margin: 4px;
	margin-left: 2px;
}

.CommonTreeFormTree
{
	padding: 0px;
}

.CommonTreeFormNode
{
	font-family: Tahoma, Arial, Helvetica;
	cursor: pointer;
	font-size: 90%;
}

.CommonTreeFormNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	padding: 1px;
	font-weight: bold;
	background-color: #dddddd;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	cursor: pointer;
	font-size: 90%;
}

.CommonTreeFormNodeHover
{
	font-family: Tahoma, Arial, Helvetica;
	cursor: pointer;
	font-size: 90%;
}

/* 
Title Bar Styles
*/

.CommonTitleBar
{
 		border: none; 
		text-align: right; 		  
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px;
		color: #000000; 
		text-decoration: none;
		padding: 5px 10px 2px 2px;
}

.CommonTitleBarTitleArea
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	text-align: left;
}

.CommonTitleBarSearchArea
{
	text-align: right;
	font-family: Tahoma, Arial, Helvetica;
	color: #666666;
	padding: 10px;
	margin-top: 5px;
}

.CommonTitleBarImage
{
}

.CommonTitleBarTitle
{
	height: 50px;
	padding: 0px 0px 0px 10px;
	font-family: Tahoma, Arial, Helvetica;
	padding-top: 0px;
	font-size: 220%;
	color: #555555;
	margin: 0px;
	margin-bottom: -5px;
	font-weight: bolder;
}

.CommonTitleBarTitle A:LINK
{
	color: #333333;
	text-decoration: none;
}

.CommonTitleBarTitle A:VISITED
{
	color: #333333;
	text-decoration: none;
}

.CommonTitleBarTitle A:ACTIVE
{
	color: #333333;
	text-decoration: none;
}

.CommonTitleBarDescription
{
	position: relative;
	font-family: Tahoma, Arial, Helvetica;
	top: -10px;
	padding: 0px 0px 0px 12px;
	color: #555555;
	margin: 0px;	
	margin-bottom: -14px;
}


/*
User Area
*/

.CommonUserArea
{
	padding-top: 4px;
	color: #02469B;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: normal;
}

.CommonUserArea A:LINK
{
	font-weight: bold;
	color: #02469B;
	
	font-size: 80%;
}

.CommonUserArea A:VISITED
{
	font-weight: bold;
	color: #02469B;
	
	font-size: 80%;
}

.CommonUserArea A:ACTIVE
{
	font-weight: bold;
	color: #02469B;
	
	font-size: 80%;
}

.CommonUserArea A:HOVER
{
	text-decoration: underline;
}

/*
Form Styles
*/

.CommonFormArea
{
}

.CommonFormTitle
{
	color: #666666;
	font-size: 140%;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.CommonFormDescription
{
	font-family: Tahoma, Arial, Helvetica;
	padding: 2px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

TD.CommonFormFieldName
{
	font-family: Tahoma, Arial, Helvetica;
	color: #666666;
	padding: 2px;
	padding-right: 8px;
	font-weight: bold;
}

DIV.CommonFormFieldName
{
	font-family: Tahoma, Arial, Helvetica;
	color: #666666;
	padding: 2px;
	padding-top: 8px;
	font-weight: bold;
}

TD.CommonFormFieldDescription
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

DIV.CommonFormFieldDescription
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

TD.CommonFormField
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 2px;
}

DIV.CommonFormField
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 2px;
}

.CommonFormActionButtons
{
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding: 2px;
	text-align: right;
}


/*
Message Styles
*/

.CommonMessageArea
{
	width: 50%;
	margin-top: 64px;
	margin-bottom: 64px;
	background-color: #ffffff;
}

.CommonMessageTitle
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 140%;
	font-weight: bold;
	background-color: #CDDEEE;
	color: #4C7A9E;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
}

.CommonMessageContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #000000;
	padding: 8px;
	padding-bottom: 16px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.CommonInlineMessageArea
{
	margin-top: 4px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	background-position: left top;
	background-repeat: repeat-x;
}

.CommonInlineMessageTitle
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	background-color: #CDDEEE;
	color: #4C7A9E;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
}

.CommonInlineMessageArea A:LINK, .CommonInlineMessageArea A:VISITED, .CommonInlineMessageArea A:ACTIVE, .CommonInlineMessageArea A:HOVER
{
	color: #4C7A9E;
}

.CommonInlineMessageContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #333333;
	padding: 8px;
	text-align: left;
}

.CommonInlineTidbit
{
	background-image: url('http://www.modelright.com/cs/themes/default/images/tidbit_arrow.gif');
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	margin-left: 40px;
}

.CommonInlineTidbit, .CommonInlineTidbit A
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	color: #66bb66;
}

.CommonInlineTidbit A
{
	color: #449944;
}

.CommonMessageSuccess
{
	padding: 8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #006B31;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #006B31;
	background-color: #B0E57C;
	margin-top: 8px;
	margin-bottom: 8px;
}

.CommonLicenseMessageSuccess
{
	padding: 8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #006B31;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #006B31;
	background-color: #B0E57C;
	margin-top: 8px;
	margin-bottom: 8px;
}

.CommonSmallMessageSuccess
{
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	color: #009900;
}

.CommonMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #910709;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #910709;
	background-color: #EBD9D9;
}

.CommonLicenseMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #665500;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #998800;
	background-color: #ffdd00;
}

.CommonSmallMessageError
{
	padding: 2px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
}

/*
Content
*/

.CommonContentArea
{
	background-color: #ffffff;
	margin: 4px;
	padding: 0px 10px 10px 10px;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
}

.CommonFreeTextContent
{
	line-height: 20px;
	padding-left: 15px;
}

.CommonTitle, .CommonProfileTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
/*	color: #EF6522;
	font-size: 180%;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	padding: 15px 0px 15px 8px;
	margin: 0px; */
}

.CommonTitle A:LINK, .CommonTitle A:ACTIVE, .CommonTitle A:VISITED, .CommonTitle A:HOVER
{
    color: #EF6522;
}

.CommonSubTitle
{
	color: #666666;
	font-size: 140%;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.CommonHeader
{
	color: #666666;
	font-size: 130%;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
}
/*
.CommonContent
{
	padding: 0px 8px 8px 8px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
}
*/
.CommonGroupedContentArea
{
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #eeeeee;
}

.CommonFloatArea
{
	float: left;
	width: 126px;
	margin: 8px;
	margin-left: 0px;
	padding: 8px;
	padding-top: 0px;
}

UL.CommonFloatList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL.CommonFloatList LI
{
	margin-bottom: 8px;
	clear: both;
}

.CommonNonFloatArea
{
	margin-left: 150px;
}


.CommonSidebar
{
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.CommonSidebarContentItem
{
	margin-bottom: 5px;
	display: list-item;
	list-style-type: square;	
	margin-left: 16px;
	color: #4C7A9E;
}

.CommonSidebarArea
{
	width: 192px;
	margin: 22px 0px 0px 0px;
	overflow: hidden;
}

.CommonSidebarArea A:LINK
{
	color: #4C7A9E;
}

.CommonSidebarArea A:ACTIVE
{
	color: #4C7A9E;
}

.CommonSidebarArea A:VISITED
{
	color: #4C7A9E;
}

.CommonSidebarArea A:HOVER
{
	color: #4C7A9E;
}

.CommonSidebarContent A:LINK
{
	color: #4C7A9E;
}

.CommonSidebarContent A:ACTIVE
{
	color: #4C7A9E;
}

.CommonSidebarContent A:VISITED
{
	color: #4C7A9E;
}

.CommonSidebarContent A:HOVER
{
	color: #4C7A9E;
}

.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE, .CommonListTitle A:HOVER
{
	color: #ffffff;
}

.CommonSidebarHeader
{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	background-color: #CDDEEE;
	color: #4C7A9E;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	background-image: url(../images/common/sidebar-header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.CommonSidebarContent
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #000000;
	padding: 8px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	width: 174px;
	overflow: hidden;
}

.CommonSidebarFooter
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #cccccc;
	background-color: #ffffff;
	width: 174px;
	overflow: hidden;
}

UL.CommonSidebarList
{
	margin: 0px;
	padding: 0px;
}

UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	list-style-type: square;	
	margin-left: 16px;
	color: #4C7A9E;
}

.CommonDescription
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	color: #333333;
	padding: 0px 0px 8px 0px;
	margin-top: -5px;
	margin-bottom: 15px;
}

.CommonSidebarImage
{
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #C4D6AE;
	background-color: #fafafa;
	text-align: center;
}
UL.CommonSidebarImageList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#welcome
{
	color: #4C7A9E;
	font-size: 10px;
	margin-right: 5px;
	margin-top: -5px;
	padding-bottom: 10px;
}

#welcome A, #welcome A:VISITED, #welcome A:ACTIVE, #welcome A:HOVER
{
	font-size: 10px;
	color: #4C7A9E;
	
}


/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 120%;
	white-space: nowrap;
}

.CommonTextButtonBig:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButtonBig:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButtonBig:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

.CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonImageTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 130%;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonBig:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButtonBig:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButtonBig:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}


.CommonImageTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

.CommonButtonInnerContentDown
{
	background-image: url(../images/common/button-down-arrow.gif);
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}

.CommonButtonInnerContentRight
{
	background-image: url(../images/common/button-right-arrow.gif);
	padding-right: 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

/*
Options Styles
*/

.CommonOptionsListArea
{
	background-color: #f4f4f4;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	margin-bottom: 6px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.CommonOptionsListTitle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

.CommonOptionsListItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
}

/*
Advertisements
*/

.CommonStandardTopAdArea
{
	text-align: center;
	padding: 4px;
	margin: 0px;
	margin-bottom: 4px;
	border: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #999999;
}

.CommonStandardTopAdArea IFRAME
{
	margin-left: auto;
	margin-right: auto;
}

.CommonStandardBottomAdArea
{
	text-align: center;
	padding: 4px;
	border: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #999999;
	margin: 0px;
	margin-top: 4px;
}

.CommonStandardBottomAdArea IFRAME
{
	border: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: auto;
	margin-right: auto;
}

/*
List 
*/

.CommonListArea
{
	padding-bottom: 8px;
	padding-top: 8px;
}

.CommonListTitle
{
	padding: 4px;
	padding-left: 8px;
	background-color: #8CAEC9;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}

.CommonListHeaderLeftMost
{
	text-align: center;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
}

.CommonListHeader
{
	text-align: center;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-color: #cccccc;
	background-color: #eeeeee;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
}

.CommonListCellLeftMost
{
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #cccccc;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
}

.CommonListCell
{
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #cccccc;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	text-align: left;
}


/* 
Simple Tab Strip Styles 
*/

.CommonSimpleTabStripTab 
{
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	cursor:pointer;
	background-image: url(../images/common/top_group_bg_bar.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	height: 30px;
			float: left;
}

.CommonSimpleTabStripTab A:LINK, .CommonSimpleTabStripTab A:VISITED, .CommonSimpleTabStripTab A:ACTIVE
{
	color: white;
	text-decoration: none;
}

.CommonSimpleTabStripTab A:HOVER
{
	color: white;
	text-decoration: underline;
}

.CommonSimpleTabStripTabHover
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	color: #FFFFFF;
	cursor:default;
	background-color: #D0E0EF;
	border-color: #ffffff;
	cursor:pointer;
	background-image: url(../images/common/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	padding-left: 12px;
	padding-right: 12px;
	height: 30px;
}

.CommonSimpleTabStripTabHover A:LINK, .CommonSimpleTabStripTabHover A:VISITED, .CommonSimpleTabStripTabHover A:ACTIVE
{
	color: white;
	text-decoration: none;
}

.CommonSimpleTabStripTabHover A:HOVER
{
	color: white;
	text-decoration: underline;
}

.CommonSimpleTabStripSelectedTab
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:11px; 
	font-weight: bold;
	color: #FFFFFF;
	cursor:default;
	background-color: #D0E0EF;
	border-color: #ffffff;
	cursor:pointer;
	background-image: url(../images/common/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	padding-left: 12px;
	padding-right: 12px;
	height: 30px;
}

.CommonSimpleTabStripSelectedTab A:LINK, .CommonSimpleTabStripSelectedTab A:VISITED, .CommonSimpleTabStripSelectedTab A:ACTIVE
{
	color: white;
	text-decoration: none;
}

.CommonSimpleTabStripSelectedTab A:HOVER
{
	color: White;
	text-decoration: underline;
}

/* 
Tab Strip Styles 
*/

.CommonTabBar
{
	clear: both;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
  	background-color:#8CAEC9; 
  	height: 30px;
	background-image: url(../images/common/top_group_bg.gif);
	background-repeat:repeat-x;
}

.CommonTopGroup ul
{
	margin: 0px;
	padding: 0px;
}

.CommonTopGroup li
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.CommonLevel2Group
{
	background-color:silver; 
	background-image: url(../images/common/level2_group_bg.gif);
}

.CommonTopLevelTab, .CommonTopGroup li 
{
  padding-top: 3px;
  color: white; 
  font-family: Tahoma, Arial, Helvetica; 
  font-size:11px; 
  cursor:pointer;
  background-image: url(../images/common/top_group_bg_bar.gif);
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
	padding-left: 16px;
	padding-right: 16px;
}

.CommonTopLevelTab A:LINK, .CommonTopLevelTab A:VISITED, .CommonTopLevelTab A:ACTIVE
{
	color: white;
	display:block;
	text-decoration: none;
}

.CommonTopLevelTab A:HOVER
{
	color: White;
	display: block;
	text-decoration: underline;
}

.CommonTopLevelTabHover 
{
  padding-top: 3px;
  position: relative;
  color:#ffffff; 
  font-family: Tahoma, Arial, Helvetica; 
  font-size:11px; 
  cursor:pointer;
  background-image: url(../images/common/top_item_selected_bg.gif);
  background-repeat:repeat-x;
  padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
	padding-left: 16px;
	padding-right: 16px;
}

.CommonTopLevelTabHover A:LINK, .CommonTopLevelTabHover A:VISITED, .CommonTopLevelTabHover A:ACTIVE
{
	color: white;
	display:block;
	text-decoration: none;
}

.CommonTopLevelTabHover A:HOVER
{
	color: White;
	display: block;
	text-decoration: underline;
}

.CommonSelectedTopLevelTab
{
  padding-top: 3px;
  font-family: Tahoma, Arial, Helvetica; 
  font-size:11px; 
  font-weight: bold;
  color: #FFFFFF;
  cursor:default;
  position:relative;
  background-color: #D0E0EF;
  border-color: #ffffff;
  cursor:pointer;
  background-image: url(../images/common/top_item_selected_bg.gif);
  background-repeat:repeat-x;
  padding-top: 8px;
	padding-bottom: 8px;
	white-space: nowrap;
	padding-left: 16px;
	padding-right: 16px;
  
}

.CommonSelectedTopLevelTab A:LINK, .CommonSelectedTopLevelTab A:VISITED, .CommonSelectedTopLevelTab A:ACTIVE
{
	color: white;
	display:block;
	text-decoration: none;
}

.CommonSelectedTopLevelTab A:HOVER
{
	color: white;
	display:block;
	text-decoration: underline;
}


/*
Search Results
*/

.CommonSearchResultArea
{
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #eeeeee;
	margin: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.CommonSearchResult
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	line-height: 20px;
}

.CommonSearchResultName
{
	color: #738AC4;
	font-size: 150%;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.CommonSearchResultDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
}

.CommonSearchStatistics
{
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 16px;
}

UL.CommonSearchResultList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*
Validation Styles
*/

.CommonValidationWarning
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #ff0000;
	font-weight: bold;
	padding: 2px;
}

/*
Popup Area
*/

.CommonPopupArea
{
	padding: 8px;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

/***** CA ************/

.CATopGroup
{
  z-index:99;
  position:relative;
}

.CADefaultTab 
{
  color:black; 
  background-image: url(../../../utility/caimages/tabs/tab_bg.gif);
  font-family: Tahoma, Arial, Helvetica; 
  font-size:11px; 
  cursor:default;
}

.CADefaultTabHover 
{
  color:black; 
  background-image: url(../../../utility/caimages/tabs/hover_tab_bg.gif);
  font-family: Tahoma, Arial, Helvetica; 
  font-size:11px; 
  cursor:default;
}

.CASelectedTab 
{
  color:black; 
  background-image: url(../../../utility/caimages/tabs/selected_tab_bg.gif);
  font-family: Tahoma, Arial, Helvetica; 
  font-size:11px; 
  cursor:default;
}

.CADisabledTab 
{
  color:#AAAAAA; 
  background-image: url(../../../utility/caimages/tabs/tab_bg.gif);
  font-family: Tahoma, Arial, Helvetica; 
  font-size:px; 
  font-weight: bold;
  cursor:default;
}

.CAMultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:100%;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
}

.CAMultiPageModal
{
  background-color:White;
  border: 1px solid #919B9C;
  height:350px;
  position:relative;
  padding:20px;
  top:-3px;
  left:1px;
  z-index:98;
}
.PageViewModalPanel
{
	height:290px;
	overflow-y:scroll;
	padding-right:2px;
}

.CAPageContent
{
  font-family: Tahoma, Arial, Helvetica; 
}

/*
ContentParts
*/

.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border-style: dotted;
	border-width: 1px;
	border-color: orange;
	background-color: #efefef;
}

.CommonInlineEditOn
{
	border-style: solid;
	border-width: 0px;
	border-color: #999999;
	background-color: #efefef;
}

.CommonInlineEditOff
{
	padding: 0px;
}

/*
Copyright
*/
.Copyright
{
	margin-top: 10px;
	font-family: Tahoma, Arial, Helvetica;
	margin-left: 13px;
	margin-right: 13px;
	font-size: 11px;
	text-align: right;
}

/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#ffffff;
	border:solid 1px gray; 
}

.CommonContextMenuItem
{
	background-color:white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;
}

.CommonContextMenuItemHover
{
	background-color:silver; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px gray; 
	cursor:pointer;
}

.CommonContextMenuItemExpanded
{
	background-color:silver; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;	
}

.CommonContextMenuSeperatorItem
{
	background-color:#cccccc; 
	height: 1px;
	border-style: solid;
	border-color: white;
	border-width: 4px;
	cursor:pointer;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.CommonModal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 18px;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #CDDEEE;
	color: #4C7A9E;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #ffffff;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

/*
Video styles
*/

.CommonVideoArea
{
	width: 350px;
	border-style: solid;
	border-width: 2px;
	border-color: #666666;
	background-color: #000000;
	margin: 16px;
	margin-right: auto;
	margin-left: auto;
}

.CommonVideoContent
{
	padding: 2px;
}

.CommonVideoControlArea
{
	background-color: #999999;
	padding: 2px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-color: #666666;
	vertical-align: middle;
}

.CommonVideoDuration
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	padding: 2px;
	margin-left: 4px;
}

.CommonVideoPlayButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/common/play-icon.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 4px;
}

.CommonVideoPlayButton:Link, .CommonVideoPlayButton:Hover, .CommonVideoPlayButton:Visited, .CommonVideoPlayButton:Active
{
	text-decoration: none;
}

.CommonVideoPauseButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/common/pause-icon.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 4px;
}

.CommonVideoPauseButton:Link, .CommonVideoPauseButton:Hover, .CommonVideoPauseButton:Visited, .CommonVideoPauseButton:Active
{
	text-decoration: none;
}

.CommonVideoStopButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/common/stop-icon.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 4px;
}

.CommonVideoStopButton:Link, .CommonVideoStopButton:Hover, .CommonVideoStopButton:Visited, .CommonVideoStopButton:Active
{
	text-decoration: none;
}

.CommonVideoFooterArea
{
	background-color: #cccccc;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #666666;
	padding: 2px;
}

.CommonVideoDetails
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	color: #000000;
	padding: 2px;
	text-align: right;
	padding-right: 4px;
}

.CommonVideoDownloadButton
{
/*	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #dddddd; */
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
/*	font-weight: bold; */
	padding: 2px;
	margin-right: 2px;
}

.CommonVideoDownloadButton:Link, .CommonVideoDownloadButton:Visited, .CommonVideoDownloadButton:Hover, .CommonVideoDownloadButton:Active
{
	color: #333333;
}

/*
Content Selector Styles 
*/

.CommonContentSelectorTreeArea
{
	background-color: #ffffff;
	height: 330px;
	width: 215px;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	overflow: auto;
}

.CommonContentSelectorItemsArea
{
	margin: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	height: 250px;
	overflow: auto;
	padding: 4px;
}

.CommonContentSelectorOptionsArea
{
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	height: 60px;
	overflow: auto;
	padding: 4px;
}

.CommonContentSelectorTree
{
	padding: 0px;
	height: 330px;
	width: 215px;
	overflow: visible;
}

.CommonContentSelectorTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	cursor: pointer;
}

.CommonContentSelectorTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	cursor: pointer;
}

.CommonContentSelectorTreeNodeHover
{
	font-family: Tahoma, Arial, Helvetica;
	cursor: pointer;
}

.CommonContentSelectorItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	cursor: pointer;
	padding: 3px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

.CommonContentSelectorItemSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	border-style: solid;
	border-width: 3px;
	border-color: #999999;
	cursor: pointer;
	padding: 1px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

.CommonContentSelectorItem img, .CommonContentSelectorItemSelected img
{
	margin-top: auto;
	margin-bottom: auto;
}

.CommonContentSelectorItemName
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 6px;
	margin-top: 1px;
	margin-bottom: 16px;
}

.CommonContentSelectorItemNameSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	background-color: #999999;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 6px;
	margin-top: 1px;
	margin-bottom: 16px;
}

.CommonContentSelectorButtonArea
{
	text-align: right;
	margin: 5px;
	margin-top: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 120%;
}

/*
ThreePanelResizeableControl Styles
*/

.CommonResizeArea
{
	width: 8px;
	background-color: #7fa2bd /*#eeeeee*/;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #333333;
	position: relative;
	cursor: move;
	cursor: col-resize;
}

.CommonCollapseButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #cccccc;
	color: #000000;
	
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.CommonCollapseButton:LINK, .CommonCollapseButton:VISITED, .CommonCollapseButton:ACTIVE
{
	color: #000000;
	
}

.CommonCollapseButton:HOVER
{
	background-color: #eeeeee;
	color: #000000;
	
}

p.MsoNormal, li.MsoNormal, div.MsoNormal
{
	margin:0in;margin-bottom:.0001pt;
}

/* Comment Form */

#CommonCommentForm, #CommonContactForm {

	padding: 0;

	font-size: 0.95em;}

#CommonCommentForm h2, #CommonContactForm h2
{
	margin-bottom:0;
}

#CommonCommentForm h3, #CommonContactForm h3{	
font-size: 1.3em;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 5px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: 600;
	letter-spacing: 0px;}

#CommonCommentForm p, #CommonContactForm p{
	padding: 0em;
	font-size: 0.95em;
}

#CommonCommentForm dl, #CommonContactForm dl {
	margin: 0;
	padding: 0;
}

#CommonCommentForm dt, #CommonContactForm dt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.0em;
	margin: 0px;}
	
#CommonCommentForm dd, #CommonContactForm dd {
	color: #777777;
	margin-left:0;
}

#CommonCommentForm dt em, #CommonContactForm dt em {
	font-size: 0.95em;
}
 
#CommonCommentForm .smallbox, #CommonContactForm .smallbox {
	width: 350px;
	padding: 2px;
	border-top: 1px solid #7F8D3E;
	border-right: 1px solid #E2E3D1;
	border-bottom: 1px solid #E2E3D1;
	border-left: 1px solid #E2E3D1;
}

#CommonCommentForm textarea, #CommonContactForm textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	border-top: 1px solid #7F8D3E;
	border-right: 1px solid #E2E3D1;
	border-bottom: 1px solid #E2E3D1;
	border-left: 1px solid #E2E3D1;
	font-size: 1em;
	}

/* Comments */

#comments{
	margin: 0px;
	padding: 0;
}

#comments dl
{
    margin:0;
    padding:0;

}
	
#comments h3{	
font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: 600;
	letter-spacing: 0px;
}

#comments dt{
	font-size: 1.1em;
	letter-spacing: 0px;
	font-weight: 600;
    margin-left:0;
	    padding-left:0;

}
#comments dd{
	padding: 0.5em 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-left:0;
	font-size: 0.9em;
}

#comments dd span{
	font-weight: 600;
	padding-top: 0.5em;
	font-size: 0.9em;
	color: #777777;
}
.comment h4{
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}

/* Help Icon */
.helpicon
{
	border-style:none;
	line-height: normal;
}

.helpicon img
{
	height: 20px;
	width: 16px;
	vertical-align: middle;
}

a.helpicon
{
	border-style:none;
	height: 20px;
	background-image: url(../../../ControlPanel/images/help_out_lt.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
a.helpicon:hover, a.helpicon:active 
{
	background-image:url(../../../ControlPanel/images/help_hover.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor:help;
}

/* BEGIN ComponentArt Date Picker & Popup Calendar */
.calendar_button { border:none; cursor:pointer; }

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma, Arial, Helvetica;
  padding: 2px;
  cursor: pointer;
}

.calendar td { font-size:11px; }

.title { font-weight:bold; background-color:#D7D7E5; }

.day
{
	width:25px;
	cursor:pointer;
	text-align:center;
	border-width:1px;
	border-color:#F6F6F6;
	border-style:solid;
}

.dayhover
{
	width:25px;
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	border-width:1px;
	border-color:#F6F6F6;
	border-style:solid;
}

.dayheader
{
	width:25px;
	text-align:center;
	border-width:1px;
	border-color:white;
	border-style:solid;
	font-weight:bold;
	background-color:#FFFFFF;
}

.othermonthday { color:#999999; }

.outofrangeday { visibility:hidden; }

.selectedday
{
	width:25px;
	background-color:#FBE694;
	color:#000000;
	border-width:1px;
	border-color:#BB5503 !important;
	border-style:solid;
	font-weight:bold;
}

.calendar
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	border-collapse:collapse;
	background-color:#FFFFFF;
	cursor:default;
}

.month
{
	background-color:#F6F6F6;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0px;
}

.nextprev
{
	cursor:pointer;
	height:25px;
	vertical-align:center;
	padding:0px 5px 0px 5px;
}

.selector
{
	width:14px;
	cursor:pointer;
	text-align:left;
	vertical-align:center;
	background-color:#FFFFFF;
}
/* END ComponentArt Date Picker & Popup Calendar */

/* Poll Styles */

.CommonPollMoveUpButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(../images/common/up.gif);
}

.CommonPollMoveUpButton:LINK, .CommonPollMoveUpButton:VISTED, .CommonPollMoveUpButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonPollMoveUpButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

.CommonPollMoveDownButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(../images/common/down.gif);
}

.CommonPollMoveDownButton:LINK, .CommonPollMoveDownButton:VISTED, .CommonPollMoveDownButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonPollMoveDownButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

.CommonPollDeleteButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(../images/common/delete.gif);
}

.CommonPollDeleteButton:LINK, .CommonPollDeleteButton:VISTED, .CommonPollDeleteButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonPollDeleteButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

ol.CommonPollAnswerList
{
	margin: 0px;
	padding: 0px;
}

ol.CommonPollAnswerList li
{
	margin-left: 24px;
}

/* rendered poll styles */

.CommonPollArea
{
	width: 375px;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: auto;
	margin-right: auto;
}

.CommonPollQuestion
{
	background-color: #CDDEEE;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #999999;
	padding: 4px;
	color: #4C7A9E;
	margin: 0px;
	font-size: 105%;
}

.CommonPollContent
{
	padding: 4px;
}

.CommonPollDescription
{
}

.CommonPollSwitchedContent
{
	width: 275px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.CommonPollAnswerList
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.CommonPollAnswerList li
{
	padding: 0px;
	margin: 6px;
	margin-left: 0px;
	margin-right: 0px;
}

.CommonPollAnswer
{
	padding: 2px;
}

.CommonPollUserVote
{
	color: #777777;
}

.CommonPollFooter
{
	padding: 2px;
	background-color: #cccccc;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #999999;
	font-size: 80%;
}

ul.CommonPollFooterList
{
	list-style-type: none;
	margin: 0px;
	text-align: center;
}

ul.CommonPollFooterList li
{
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
}

/* End Poll Styles */

/* Tag Styles */

.CommonTagCloud
{
	background-color: #f7f7f7;
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #999999;
	list-style-type: none;
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	text-decoration: none;
	color: #333355;
	font-size: 160%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	text-decoration: none;
	color: #444455;
	font-size: 145%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	text-decoration: none;
	color: #555566;
	font-size: 130%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	text-decoration: none;
	color: #666677;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	text-decoration: none;
	color: #777788;
	font-size: 110%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	text-decoration: none;
	color: #888899;
	font-size: 100%;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	text-decoration: underline;
}

/* End Tag Styles */    

.MRCommonCaption
{
font-size: 12px;
font-weight: normal;
color: #000000; 
font-family: Helvetica, sans-serif;
text-decoration : none;
}

.MRCommonInlineMessageContent
{
/*	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #333333;
	padding: 8px;
	text-align: left; */
font-size: 12px;
font-weight: normal;
color: #000000; 
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration : none;
}

.MRCommonImageBig
{
	border-width: 0px;
	padding: 4px;
	margin: 1px;
	padding-left: 30px;
	padding-right: 10px;
}

.DownloadButton {
	display: block;
	background: url(../../../images/button_bkg.png) right repeat-y;
	border: silver 1px solid;
	padding: 5px 10px;
	width: 270px;
	font-weight: bold;
	color: Black;
	margin 0;
}

.DownloadButton img {
	margin-left: 10px;
	margin-right: 8px;
	float: left;
	border: silver 1px solid;
}
	
.DownloadButtonRight {
	float: right;
}

/*
TabPane Styles
*/

.CommonPane
{
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 8px;
}

.CommonPaneTabSet
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding: 0px;
	padding-bottom: 0px;
	background-image: url(../images/common/tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
}

.CommonPaneTab
{
	padding-right: 4px;
	background-image: url(../images/common/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTab1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTab2
{
	padding: 4px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}

.CommonPaneTabSelected
{
	padding-right: 4px;
	background-image: url(../images/common/tab-selected-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTabSelected1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-selected-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTabSelected2
{
	padding: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab-selected.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

.CommonPaneTabHover
{
	padding-right: 4px;
	background-image: url(../images/common/tab-hover-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTabHover1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-hover-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTabHover2
{
	padding: 4px;
	cursor: pointer;
	white-space: nowrap;
	height: 13px;
	background-image: url(../images/common/tab-hover.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}

#Common {           /* centered page background */
	width: 768px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF url('page_background_top.jpg') top left no-repeat;
} 
		  
#CommonHeader { 
}

#pageheader a:link    { color: #000000; text-decoration: none }
#pageheader a:visited { color: #000000; text-decoration: none }
#pageheader a:hover   { color: #0783E7; text-decoration: underline } 					  

#pagefooter { 
		border: none;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 10px; 
		color: #A9AAAA; 
		text-decoration: none;
		border-top: 1px solid #CACACA;
		background: url('page_background_bottom.png') bottom left no-repeat;
		margin: 0; 
		width: 768px;
		position: relative;
		clear: both;
		padding: 12px 0px 20px 0px;

}

#CommonFooter { 
		border: none;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 10px; 
		color: #A9AAAA; 
		text-decoration: none;
		border-top: 1px solid #CACACA;
		background: url('page_background_bottom.png') bottom left no-repeat;
		margin: 0; 
		width: 768px;
		position: relative;
		clear: both;
		padding: 12px 0px 20px 0px;

}

#CommonContent { 
		width: 560px;  /*wrong box model*/
		w\idth: 545px;
		margin: 20px 0 0 0; 
		padding: 0 0 35px 15px;
		position: relative;
		float: left;
		clear: right;
		border: none;
		border-left: 1px solid #D0D0D0;*/
		text-align: left;
		vertical-align: top;
}

#content { 
		width: 560px;  /*wrong box model*/
		margin: 10px 0 0 0; 
		padding: 0 0 35px 15px;
		position: relative;
		float: left;
		clear: right;
		border: none;
		text-align: left;
		vertical-align: top;
}

#content.fullwidth { 
		width: 708px;
		w\idth: 693px;
		padding: 0 10px 0 20px;
		border: none;
}

#text { 
		position: relative;
		margin: 0;
		padding: 0;
}		

img.banner { padding: 0; margin: 0 0 28px 0 }

/* Secondary navigation: div.sidebar is the container, a floating 
   column that is positioned left or right of div.content */

#sidebar { 
		width: 193px;  /*wrong box model*/
		w\idth: 173px;
		margin-top: 20px; 
		padding: 0 0 0 20px;
		position: relative;
		float: left;
		vertical-align: top;
		text-align: left;
}

#secondary_nav { 
		width: 100%;
		vertical-align: top;
		margin: 0;
		padding: 0;
		text-align: left;
		background: url('sidebar_background_bottom.png') bottom left no-repeat;
}			

#secondary_nav .header {
		margin: 0;
		padding: 6px 10px 6px 20px;
		background: url('sidebar_background_top.png') top left no-repeat;
		border-bottom: 1px solid #D4D6D9;
		font-weight: bold;
		color: #000188;
}		  				 

#secondary_nav ul {
		list-style: none;
		font-weight: normal;
		font-size: 11px;
		line-height: 1.5;
		padding: 10px 10px 10px 20px;
		margin: 0;
}		  				 

#secondary_nav li {
		padding-left: 10px;
}		  				 

#secondary_nav li.separator {
		padding-top: 16px;
		padding-bottom: 6px;
		color: #909090;
		background: url('secondary_nav_arrow_down.gif') bottom right no-repeat;
}		  				 

#secondary_nav li.subentry {
		margin-left: 14px;
}		  				 

#secondary_nav li.tellafriend {
		text-indent: 10px;
		background: url('mail.gif') no-repeat 0px 0px;
}	

#secondary_nav hr {	
		height: 2px; 
		border: none;
		border-top: 1px solid #D4D6D9; 
		border-bottom: 1px solid #FFFFFF; 
		margin: 4px 0px; 
		padding: 0;
}		

#secondary_nav li ul {
		list-style: none;
		padding: 10px 10px 10px 20px;
		margin: 0;
}		  	

#secondary_nav_selected {
		background: url('secondary_nav_selected.gif') center left no-repeat;
}		  				 

#secondary_nav a:link    { color: #000000; text-decoration: none }
#secondary_nav a:visited { color: #000000; text-decoration: none }
#secondary_nav a:hover   { color: #0783E7; text-decoration: underline } 					  

img.sidebutton { 
		margin: 15px 0 0 6px;
		border: none;
}

/* main navigation bar and drop down menus */

/* primary_nav: wrapper div for navigation bar */

#primary_nav {       
		clear: right;
		width: 868px;
		padding: 0px 0px 0px 0px;
}
									 
#nav, #nav ul {   
	float: left;
	width: 766px;
	z-index: 999;
	line-height: 2.0;
	list-style: none;
	border: none;
	padding: 0;
	margin: 0;
	background: url('nav_background.gif') top left; 
}

#nav a {
	display: block;
	width: auto;   /* main menu entry -> automatic width */
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px 5px 15px;  /* y, x - for all menu entries */
}

#nav a.navlast {
	background: none;
}

#nav li {
	float: left;
	padding: 0;
}

/* dropdown menu box */
#nav li ul {  
	position: absolute;
	left: -9990px;
	height: auto;
	width: 15.1em;  /* width of dropdown menü */
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2;
	background: #80ACD2 top left repeat-x;
	border: 0.1em solid #707070;
	border-top: none;
	padding: 8px 0 5px 0;
	margin: 0;
}

#nav li li {
   /*background: #707070; */
	width: 15.1em;
}

/* dropdown entry */
#nav li ul a {  
   text-align: left;
	width: 13em;
	background: transparent;
}

#nav li ul a.subnav {
	width: 13em;
	background: #9BBADB;
}

#nav li ul ul {
	width: 15.1em;
	margin: -2.35em 0 0 13.5em;  /* position of sub-dropdowns */
}

#nav hr {	
		height: 1px; 
		border: none;
		/*border-top: 1px solid #303030; */
		border-bottom: 1px solid #8b8b8b; 
		margin: 2px 0px 2px 10px; 
		padding: 0;
}		

#nav li.selected { 
/*   background: #707070;  */
	background: transparent url('nav_background_hi.gif') top left repeat-x; 
}

#nav li.separator { 
	display: block;
	width: auto;   /* main menu entry -> automatic width */
	border-bottom: 1px solid #8b8b8b;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 15px 5px 15px;  /* y, x - for all menu entries */
}

#nav li.subentry { 
   /*background: #b0b0b0;*/
	text-indent: 10px;
	line-height: 1.0;
	padding: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: transparent url('nav_background_hi.gif') top left repeat-x; 
}

/* menu item selector */
#nav li li:hover, #nav li li.sfhover {
	background: transparent url('nav_background_hi.gif') top left repeat-x; 
}

#nav li li.separator:hover, #nav li li.separator {
	background: transparent;
}

#nav li li.hr:hover, #nav li li.hr {
	background: transparent;
}

/* RSS newsfeed items */

#news { 
		list-style: none; 
		margin: 0; 
		margin-bottom: 30px;
		padding: 0; 
}

#news li.newsitem {
		margin: 0 0 20px 0;
		padding: 0;
		border: 1px dashed #D0D0D0;
		background: #FFE8CC;
}

#news div.header {
		margin: 0;
		padding: 6px 6px 6px 24px;
		background: #ff00aa;
		border-bottom: 1px solid #E3E3E3;
		background: #80ACD2 url('sidebar_background_top.png') no-repeat 6px 6px;
}

#news p.title { 
		font-weight: bold;
		margin: 0; 
		padding: 0;
}
#news p.date { 
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		color: #707070; 
		margin: 0;
		padding: 0; 
}

#news a.expand { 
		font-weight: bold;
		text-decoration: none;
}

#news div.desc { 
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		margin: 0; 
		margin-left: 24px;
		padding: 6px 0 6px 0px;
}

#news a.link { 
		font-weight: normal;
		text-decoration: none;
		background: url('http://www.modelright.com/Themes/default/style/icon_link.gif') center left no-repeat;
		margin-left: 22px;
		padding: 0 0 0 20px;
}

/* RSS feed from user forum */

#forumthreads { 
		list-style: none; 
		margin: 0; 
		padding: 0; 
}

#forumthreads li {
		margin: 0;
		padding: 0 0 0 20px;
		background: url('http://www.modelright.com/Themes/default/style/icon_news.gif') top left no-repeat;
}

#forumthreads li div {
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 10px; 
		margin: 0;
		padding: 0;
}
		
#forumthreads li p.title { 
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: bold;
		margin: 0; 
		padding: 0;
}

/* text styles */

#content p { margin: 0px 0px 10px 0px }

p.center { text-align: center; }
div.center { 
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center; 
}

div.quote { 
		background: url('http://www.modelright.com/Themes/default/style/quote_bottom486.gif') bottom right no-repeat;
		margin: 0;
		padding: 0 0 11px 0;
		font-style: italic;
}

div.quote486 { 
		width: 486px;
		background: url('http://www.modelright.com/Themes/default/style/quote_bottom486.gif') bottom left no-repeat;
		margin: 0;
		padding: 0 0 11px 0;
		font-style: italic;
}

div.quotebody { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal;
	color: #FFFFFF; 
	text-align: left;
	vertical-align: top;
	padding: 6px 20px;
	margin: 0;
	background: #FFFFC8; 
	border-right: 1px solid #c0c0c0;
} 

div.quotesmall { 
	width: 142px;
	background: bottom right no-repeat;
	margin: 0;
	margin-left: 13px;
	padding: 0 0 11px 0;
}

div.sidequotebodysmall { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #000000; 
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	margin: 0;
	background: #EAEAEA; 
} 

div.quotebodysmall { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #FFFFFF; 
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	margin: 0;
	background: #FF0000; 
} 

.sidequotesig { 
	font-style: italic;
	font-weight: normal;
	text-align: right;
	padding: 0;
	margin: 0;
}

.quotesig { 
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
}

.quotesig a
{
	color: #FFFFFF; 
}

.quotesig a:visited
{
	color: #FFFFFF; 
}

	
div.review {
		margin: 0 0 30px 0;
		padding: 0;
		border: none;
		border-top: 4px solid #618CB4;
		background: #f9f9f9;
}	

p.review_heading {
	margin: 0;
	padding: 6px 12px 12px 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
	color: #000000; 
	text-align: left;
	vertical-align: top;
	background: url('http://www.modelright.com/Themes/default/style/review_header.jpg') top left no-repeat;
}	

p.review_body {
		margin: 0;
		padding: 0 12px 12px 12px;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
      font-weight: normal;
      color: #000000; 
		text-align: left;
		vertical-align: top;
}	
	
p.infomessage {
	   margin-top: 12px;
	   margin-bottom: 12px;
		padding: 8px;
		border: 1px dotted #FF0000;
		background: #FFFFC8;
}		
	
img.inline_left {
		float: left;
		border: none;
		padding: 0 20px 10px 0px;
}		

img.inline_right {
		float: right;
		border: none;
		padding: 0 0 10px 20px;
}		

h1 { 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		font-weight: bold;
		color: #000000; 
      text-decoration: none;
		margin: 0 0 18px 0;
}
	
h2 {  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		font-size: 16px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 24px 0 10px 0;
}		

h3 {  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 14px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 24px 0 10px 0;
}

.c { color: #FF2000 }

.underline { border-bottom: 1px solid #c0c0c0;
             padding-bottom: 2px }
						  
.small { 
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.large { 
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
		font-size: 16px; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.note { 
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 11px; 
      color: #CFCFCF; 
      text-decoration: none;
}


.error { background-color: #F4BCBC }
			 
table {
	   border: none; 
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
}

tr {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		vertical-align: top;
}

td {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
		/* MSIE5: */
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: #000000; 
		text-decoration: none; 
}

table.basic {
		width: 100%;
}				
	
table.input { 
		padding: 4px; 
		background-color: #F1F1F1;
}
table.input tr td { padding: 2px }

td.code {   /* code examples in articles from user forum */
		font-family: Courier New, fixed; 
      font-size: 12px; 
      color: #000000; 
      text-decoration: none;
		border: 1px dotted #CFCFCF;
		background-color: #F0F0F0;
		padding: 10px;
}

		 
.h1 { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 18px; 
      font-weight: bold;
      color: #000000; 
      margin: 0px 0px 18px 0px;
      text-decoration: none }

.h1red { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
         font-size: 23px; 
         font-weight: normal;
         color: #FF0000; 
		 margin: 0px 0px 18px 0px;
         text-decoration: none;
          vertical-align:middle;
          }

.h2 { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 16px; 
      font-weight: bold;
      color: #000000; 
		margin: 0px 0px 10px 0px;
      text-decoration: none }

.h2red { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
         font-size: 16px; 
         font-weight: bold;
         color: #FF0000; 
		   margin: 0px 0px 10px 0px;
         text-decoration: none }

.h3 { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 14px; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 0px 0px 10px 0px;
		}

.h3red { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
         font-size: 14px; 
         font-weight: bold;
         color: #FF0000; 
		   margin: 0px 0px 10px 0px;
         text-decoration: none }

hr {	clear: left;
		height: 1px; 
		border: none;
		border-top: 1px solid #c4ced4; 
		margin: 8px 0px; 
}			
			
/* Miscellaneous settings */

a.download { 
		background: url('http://www.modelright.com/Themes/default/style/icon_link.gif') top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}

a.weblink { 
		background: url('http://www.modelright.com/Themes/default/style/icon_link.gif') top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}
		       
a.openpdf { 
		background: url('http://www.modelright.com/Themes/default/style/icon_pdf.gif') top left no-repeat;
		padding: 0 0 0 20px;
		display: block;
}
	
.linkindent { 
      padding: 0 0 0 20px;
}		

/* Frontpage news */
#frontnews div div
{
	background: #FF0000 url('../images/red_side_background_top.gif') left top no-repeat;
	text-decoration: none;
}

#frontnews div
{
	background: #FF0000 url('../images/red_side_background_bottom.gif') left bottom no-repeat;
	text-decoration: none;
}

#frontnews p { 
	padding: 8px 0;
	margin: 0;
}

#frontnews p.title {
	font-weight: bold;
	padding: 5px;
	margin: 16px 0 0 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #FFFFFF; 
	text-align: left;
	vertical-align: top;
	background-color: #FF0000;
    border-left: 1px solid #999999;  
    border-right: 1px solid #999999;  
}

#frontnews p.small {
	padding: 5px;
	background-color: #DEEBF3;
    border-left: 1px solid #999999;  
    border-right: 1px solid #999999;  
    border-bottom: 1px solid #999999;  
}
#frontnews td {
	color: #999999;
}

#order {
	   border: None; 
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		vertical-align: top;
		background: url('http://www.modelright.com/Themes/default/style/review_header.jpg') top left no-repeat;
}
#order td {
		text-align: right;
		padding: 2px;
		background: #FFFFFF;
}

#order td.tab {
		text-align: right;
		padding: 0px;
		border-bottom: 4px solid #618CB4;
}

#ordertab {
      padding: 0;
		margin: 0;
}

#ordertab td {
		width: 150px;
		padding: 10px 0px 10px 0px;
		text-align: center;
	   font-family: Verdana, Arial, Helvetica, Sans-Serif; 
      font-size: 12px; 
      font-weight: bold;
      color: #FFFFFF; 
      background-color: #618CB4; 
		background: url('http://www.modelright.com/Themes/default/style/ordertab_active.jpg') top left no-repeat;
}

#ordertab td.inactive {
      color: #000000; 
      background-color: #FFFFFF; 
		background: url('http://www.modelright.com/Themes/default/style/ordertab_inactive.jpg') top left no-repeat;
}

#ordertab a:link    { color: #000000; text-decoration: none }
#ordertab a:visited { color: #000000; text-decoration: none }
#ordertab a:hover   { color: #0783E7; text-decoration: underline } 					  


#order td.orderheader {
		padding: 10px 2px;
		text-align: right;
		font-weight: bold;
		background-color: transparent;
}
#order td.ordertotal {
		padding: 10px 2px;
		text-align: right;
		font-weight: bold;
		border-top: 1px solid #DEDEDE;
		background-color: #f9f9f9;
}


form {
	 margin: 0;
    border: none;
    display: inline;
}

textarea {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border-top: 1px solid #999999;  
    border-bottom: 1px solid #DEDEDE;  
    border-left: 1px solid #999999;  
    border-right: 1px solid #DEDEDE;  
    color: #333333;
    background-color: #FFFFFF;
    padding: 2px;
}
input {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border-top: 1px solid #999999;  
    border-bottom: 1px solid #DEDEDE;  
    border-left: 1px solid #999999;  
    border-right: 1px solid #DEDEDE;  
    color: #333333;
 	 padding: 2px;
}

select {
    font: normal 12px Arial, Helvetica, Sans-Serif; 
    border: 1px solid #333333;
}

input.radio {
    border: none ! important;
}

input.button {
    text-align: center;
    font: bold 14px Arial, Helvetica, Sans-Serif; 
	 color: #000000;
 	 border: outset;
	 background-color: #F5F5E1;
	 cursor: hand;
    padding: 0px 6px;
    margin: 0;
}

input.checkbox  {
    border: none ! important;
    padding: 0;
    margin: 0 2px 0 0;
}

input.radio  {
    border: none ! important;
    padding: 0;
}

input.image  {
    border: none ! important;
}

input.searchterms {
	border: 1px solid #D0D0D0;
	height: 15px; 
	width: 80px;
	font-size: 10px;
	padding: 0 2px;
	margin: 0;
}

input.submit {
	border: none ! important;
	vertical-align: bottom;
 	margin: 0 0 2px 0;
	padding: 0;
}