﻿.cs-flash-banner-updating
{
	width:100px;
	padding-left:28px;
	height:28px;
	line-height:28px;
	background-position:left center;
	background-image:url(images/ajax-loader.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	float:left;
}

.fisheye_menu_settings
{
	width: 400px;
	text-align: left;
}

.fisheye_menu_settings .fisheye_menu_settings_row
{
	clear: both;
	padding-top: 10px;
}

.fisheye_menu_settings .SubHead
{
	width: 150px;
	float: left;
	vertical-align: middle;
	overflow: hidden;
}

.fisheye_menu_settings .option
{
	width: 250px;
	float: left;
}

.fisheye_menu_settings .input_field
{
	width: 250px;
	float: left;

}

.fisheye_menu_settings .input_field input, .fisheye_menu_settings .input_field select
{
	width: 100%;
}

.cancel_button
{
	margin-left: 140px;
}

.DNN_File_Selector
{
	width: 350px;
	overflow: hidden;
	text-align: left;
}

.DNN_File_Selector .SubHead
{
	width: 100px;
	float: left;
	overflow: hidden;
}

.DNN_File_Selector .input-field
{
	width: 250px;
	float: left;
}

.DNN_File_Selector .input-field input, 
.DNN_File_Selector .input-field select
{
	width: 100%;
}


.imageStyle
{
	border:none;
	max-width: 100px;
	width: expression((this.width/this.height >= 100/100) && (this.width > 100) ? 100: true);
	max-height: 100px;
	height: expression((this.width/this.height < 100/100) && (this.height > 100)? 100: true);
}

.cs-fisheyemenu
{
	background-color: White;
	padding: 5px;
	overflow:visible;
	height:1%;
	text-align:left;
}

.cs-fisheyemenu .editmenuitem
{
	text-align: left;
	margin: 5px;
	padding: 5px;
	padding-left:25px;
	overflow: hidden;
	width: auto;
	clear: both;
}

.cs-fisheyemenu .newmenuitem
{
	margin: 5px;
	padding: 5px;
	overflow: hidden;
	width: auto;
	clear: both;
}

.cs-fisheyemenu .new-item-area
{
	float: left;
	padding:0px;
	width: 350px;
	overflow: hidden;
}

.cs-fisheyemenu .new-item-link
{
	text-align: right;
	float: right;
	overflow: hidden;
}
.cs-fisheyemenu .new-item-margin
{
	float: left;
	height:30px;
	width:175px;
}
.cs-fisheyemenu .separator
{
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #dedddd;
}

.cs-fisheyemenu .cs-fisheyemenu-editform
{
	float: left;
	overflow: hidden;
	width: 400px;
}

.cs-fisheyemenu .menu_item_picture
{
	width: 150px;
	float: left;
}

.cs-fisheyemenu-actionsarea
{
	width: 100px;
	float: right;
}

.cs-fisheyemenu .DNN_File_Selector
{
	width: 350px;
	overflow: hidden;
}

.cs-fisheyemenu .DNN_File_Selector .SubHead
{
	width: 70px;
	float: left;
	text-align: left;
	overflow: hidden;
	color: #0476a1;
}

.cs-fisheyemenu .DNN_File_Selector .input-field
{
	width: 250px;
	float: left;
}

.cs-fisheyemenu .DNN_File_Selector .upload-new-file-link
{
	text-align: center;
	color: #0476a1;
}

.cs-fisheyemenu .DNN_File_Selector .CommandButton
{
	color: #0476a1;
}

.cs-fisheyemenu .DNN_File_Selector .input-field input, 
.cs-fisheyemenu .DNN_File_Selector .input-field select
{
	width: 100%;
}

.cs-fisheyemenu .DNN_File_Selector .input-field a
{
	text-decoration:underline;
	font-family:Tahoma,Arial,Helvetica;
	font-size:14px;
}

.cs-fisheyemenu .DNN_File_Selector .input-field span
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:14px;
}

.cs-fisheyemenu .DNN_File_Selector .file_selector_row
{
	overflow: hidden;
	margin: 0px;
	margin-bottom:5px;
	padding-bottom:1px;
	clear: both;
}

.cs-fisheyemenu .DNN_File_Selector .cs-file-input
{
	float: left;
}

.cs-fisheyemenu .DNN_File_Selector .cs-file-upload-row
{
	margin-top: 5px;
}

.cs-fisheyemenu .add-button
{
	text-align: left;
	margin-left: 100px;
}

.cs-fisheyemenu .DNN_File_Selector .cs-file-upload-row input, 
.cs-fisheyemenu .add-button input
{
	font-family: Arial;
	font-size: 11px;
	color: #898989;
}

.cs-fisheyemenu .add-button input, 
.cs-fisheyemenu .DNN_File_Selector .cs-file-upload-row input.cs-upload-button, 
.cs-fisheyemenu-button
{
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
	font-weight: bold;
	height: 22px;
	width: 64px;
	display: block;
	font-family: Arial;
	font-size: 11px;
	text-align:center !important;
	color: #898989 !important;
}
.cs-fisheyemenu-button-add-margin
{
	float:left;
	width:180px;
}
.cs-fisheyemenu-button-add
{
	margin-right: 10px;
	cursor:pointer;
	float:left;
}

.cs-fisheyemenu-button-cancel
{
	text-decoration: none;
	line-height: 22px;
	float:left;
	text-align: center;
}

a.cs-fisheyemenu-button-cancel:hover, 
a.cs-fisheyemenu-button-cancel:visited, 
a.cs-fisheyemenu-button-cancel:link
{
	text-decoration: none !important;
	line-height: 22px;
	float:left;
	text-align: center;
}

.cs-fisheyemenu-moveup, .cs-fisheyemenu-moveup-disabled
{
	float: right;
	background: transparent url(images/move-up.gif) no-repeat;
	height: 16px;
	width: 18px;
}

.cs-fisheyemenu-moveup-disabled
{
	background-image: url(images/move-up-disabled.gif);
}

.cs-fisheyemenu-movedown, .cs-fisheyemenu-movedown-disabled
{
	float: right;
	background: transparent url(images/move-down.gif) no-repeat;
	height: 16px;
	width: 18px;
}

.cs-fisheyemenu-movedown-disabled
{
	background-image: url(images/move-down-disabled.gif);
}

.cs-fisheyemenu-deleteitem
{
	background: transparent url(images/delete.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 13px !important;
	font-weight: normal;
	color: #5d5d5e !important;
}

.cs-fisheyemenu-edititem
{
	background: transparent url(images/edit.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 13px !important;
	font-weight: normal;
	color: #5d5d5e !important;
}

.cs-fisheyemenu-addafter
{
	background: transparent url(images/add.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 13px !important;
	font-weight: normal;
	color: #5d5d5e !important; /*position:relative;*/
	top: 20px;
}

.cs-alternate-html
{
	background-color:#EEEEEE;
	padding-left:4px;
	padding-top:2px;
}

.cs-alternate-html textarea
{
	margin-bottom:10px;
}

.cs-alternate-html .cs-fisheyemenu-button-add-margin
{
	width:16px;
}

.cs-alternate-html .separator
{
	padding-bottom:10px;
}

.cs-alternate-html .SubHead
{
	color:#7F7F7F !important;
}

.cs-alternate-html .SubHead img
{
	opacity:0.5;
}