
img 
{ 
	-ms-interpolation-mode: bicubic; 
}

span
{
	font-family: Arial;
	font-size: 10pt;
}

div
{
	font-family: Arial;
	font-size: 10pt;
}

.masterMenuItem
{
	width: 150px;
	text-align: center;
	vertical-align: bottom;
	font-size: 14pt;
	color: White;
	font-weight: bold;
}

.masterMenuLink
{
	font-family: Arial;
	font-size: 14pt;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.selectedMasterMenuLink
{
	font-family: Arial;
	font-size: 14pt;
	color: Orange;
	font-weight: bold;
	text-decoration: none;
}

.masterContent
{
	width: 790px;
	text-align: center;
	vertical-align: top;
}
.masterBody
{
	/*	background-image: url("/App_Themes/basic/editorBG.jpg"); 	background-repeat: repeat-y; */
	background-color: White;
	text-align: center;
}

.masterTopLeft
{
	background-image: url(   "/App_Themes/basic/master_top_left.jpg" );
	background-repeat: no-repeat;
	background-color: Transparent;
	height: 58px;
	width: 29px;
}

.masterTopMiddle
{
	background-image: url(   "/App_Themes/basic/master_top_middle.jpg" );
	background-repeat: repeat-x;
	background-color: Transparent;
	height: 58px;
	width: 790px;
	text-align: left;
}

.masterTopRight
{
	background-image: url(   "/App_Themes/basic/master_top_right.jpg" );
	background-repeat: no-repeat;
	background-color: Transparent;
	height: 58px;
	width: 29px;
}

.mastermiddle
{
	background-image: url("/images/beta.gif");
	background-repeat: no-repeat; 
	background-color: Transparent;
	background-position:: left top;
	background-color: #E8E8F9;
	height: 30px;
	font-family: Calibri;
	font-size: 9pt;
}

.masterMiddleLeft
{
	background-image: url(   "/App_Themes/basic/master_middle_left.jpg" );
	background-repeat: repeat-y;
	background-color: Transparent;
	width: 29px;
}

.masterMiddleRight
{
	background-image: url(   "/App_Themes/basic/master_middle_right.jpg" );
	background-repeat: repeat-y;
	background-color: Transparent;
	width: 29px;
}

.masterBottomLeft
{
	background-image: url(   "/App_Themes/basic/master_bottom_left.jpg" );
	background-repeat: no-repeat;
	background-color: Transparent;
	height: 15px;
	width: 29px;
}

.masterBottomMiddle
{
	background-image: url(   "/App_Themes/basic/master_bottom_middle.jpg" );
	background-repeat: repeat-x;
	background-color: Transparent;
	height: 15px;
	width: 790px;
}

.masterBottomRight
{
	background-image: url(   "/App_Themes/basic/master_bottom_right.jpg" );
	background-repeat: no-repeat;
	background-color: Transparent;
	height: 15px;
	width: 29px;
}

.warninigLabel
{
	color: Red;
	font-size: small;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.editorBody
{
	background-image: url( "/images/dictionary/piccueEditorBackGround.jpg" );
	background-repeat: repeat-y;
	border-width: 0px;
	border-style: outset;
	margin: auto;
	border-color: White;
}

.sectionHeader
{ 
	background-image: url( '/images/dictionary/sectionHeader.gif' );
	background-repeat: repeat-x;
	background-color: White;
	height: 32px;
}

.sectionHeaderUserMediaSet
{ 
	background-image: url( '/images/dictionary/sectionHeaderUserMediaSet.gif' );
	background-repeat: repeat-x;
	background-color: White;
	height: 32px;
}

.emListNonSelected
{ 
	background-repeat: no-repeat;
	background-color: #FCF6EE;
	height: 60px;
	cursor: pointer;
}

.emListNonSelectedUserSet
{ 
	background-repeat: no-repeat;
	background-color: #EFFCEE;
	height: 60px;
	cursor: pointer;
}

.emListNonSelectedShared
{ 
	background-repeat: no-repeat;
	background-color: #EEF1FC;
	height: 60px;
	cursor: pointer;
}


.emListSelected
{		
	background-repeat: no-repeat;
	background-color: #EFC797;
	height: 60px;
	cursor: default;
}

.editorItemBg
{
	background-repeat: repeat-y;
	background-color: Transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #7474B8;
	margin: auto;
}

.setItemDashedBorder
{
	background-image: url(   "/App_Themes/basic/dash.jpg" );
	background-repeat: repeat-x;
	background-color: Transparent;
	height: 2px;
}

.baloonTooltip
{
	text-align: center;
	padding-left: 25px;
	width: 296px;
	height: 146px;
	background-image: url( '/images/dictionary/ballonTooltip.png' );
	background-repeat: no-repeat;
	background-color: Transparent; /*	visibility: hidden;*/
}

.baloonTooltipText
{
	width: 200px;
	height: 80px;
	background-color: Transparent;
	overflow: hidden;
	border-style: none;
	color: Blue;
}

.editorEditor
{
	vertical-align: middle;
}

.editorSaveButton
{
	background-image: url('/images/dictionary/Accept.png');
	background-color: Transparent;
	width: 19px;
	height: 19px;
	border-width: 0px;
}

.editorCancelButton
{
	background-image: url('/images/dictionary/Cancel.png');
	background-color: Transparent;
	width: 19px;
	height: 19px;
	border-width: 0px;
}

.editorDeleteItemButton
{
	background-image: url('/images/dictionary/remove.png');
	background-color: Transparent;
	width: 10px;
	height: 10px;
	border-width: 0px;
}

.editorInput
{
	border: 1px solid #ccc;
	padding: 2px 2px;
	height: 13px;
	margin-bottom: 0px;
	color: #333;
	float: left;
	clear: left;
	display: inline;
	margin-right: 10px;
}

.editorStandardButton
{
	background-color: Transparent;
	border-width: 0px;
	visibility: visible;
	font-size: 8pt;
	color: Blue;
	margin-left: 3px;
}

.editorStandardButtonDisabled
{
	background-color: Transparent;
	border-width: 0px;
	visibility: hidden;
	font-size: 1pt;
	width: 1px;
}

/* Rating Control */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(/App_Themes/basic/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(/App_Themes/basic/EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(/App_Themes/basic/SavedStar.png);
}

.PanelExtender
{
	position: relative;
}

.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin: 1px 1px 1px 32px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C5C5C5;
}

/*Context Menu*/

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.field
{
	height: 53px;
}

.field label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: block;
	clear: both;
	padding: 0 0 5px 0;
	color: #666;
}

.field input
{
	border: 1px solid #ccc;
	padding: 4px 2px;
	width: 300px;
	margin-bottom: 10px;
	color: #333;
	float: left;
	clear: left;
	display: inline;
	margin-right: 20px;
}

.explain
{
	width: 165px;
	height: 25px;
	float: left;
	display: inline;
	clear: right;
	color: #666;
	font-size: 11pt;
}

.error
{
	color: #ff0000;
	font-size: 8pt;
}

.success
{
	color: Blue;
	font-size: 10pt;
}

/*About page*/
.aboutNote
{
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.aboutDescription
{
	padding-left: 44px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: 22px;
}

/*products page*/
.productName
{
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	color: #000000;
}

.productVersion
{
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.downloadProduct
{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.productDescription
{
	padding-left: 19px;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
}

/*Features page*/
.featureTitle
{
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	padding-left: 7px;
	color: #000000;
}

.image
{
	padding-right: 12px;
}

.featureDescription
{
	padding-left: 19px;
	font-family: verdana;
	font-size: 11px;
	width: 430px;
	color: #000000;
	line-height: 19px;
}

.featureMovie
{
	padding-left: 31px;
}

.standardButton
{
	background-image: url('/App_Themes/basic/Button.jpg' );
	background-color: Transparent;
	width: 109px;
	height: 29px;
	border-width: 0px;
}

.standardInput
{
	border: 1px solid #ccc;
	padding: 4px 2px;
	width: 300px;
	margin-bottom: 10px;
	color: #333;
	float: left;
	clear: left;
	display: inline;
	margin-right: 20px;
}

/*Categories Viewer*/
.nonSelectedCategory
{ 
	background-repeat: no-repeat;
	background-color: #EFFCEE;
	height: 20px;
	cursor: pointer;
}

.selectedCategory
{ 
	background-repeat: no-repeat;
	background-color: #EFC797;
	height: 20px;
	cursor: pointer;
}

.cvSectionHeader
{ 
	background-image: url( '/images/CategoryBrowser/cvSectionHeader.gif' );
	background-repeat: repeat-x;
	background-color: White;
	height: 32px;
}