﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #5c87b2;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
   padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{

  border-collapse: collapse;
}

table td 
{
   
 
}

table th
{
  padding: 6px 5px;
  text-align: left;
  
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
input
{
    width: 100px;
}
.JiffyCMS_Editor
{
	border-right-color:#878787;
	float:left;
	border-bottom-color:#878787;
	border-top-color:#E2E2E2;
	border-left-color:#E2E2E2;
	list-style-type:None;
	background-color:#E2E2E2;
	border-width:1px;
	border-style:Solid;
	width:100%;
	margin:0px;
	padding:0px;
	
}
.JiffyCMS_Editor_designarea
{
	border-top-style:Solid;
	border-top-width:1px;
	float:left;
	border-top-color:#BDBEBF;
	clear:both;
	border-bottom-width:1px;
	border-bottom-color:#E2E2E2;
	border-right-width:0px;
	border-bottom-style:Solid;
	border-left-width:0px;
	background-color:#FFFFFF;
	height:200px;
	width:100%;
	
}
.JiffyCMS_Editor_frame
{
	overflow:auto;
	background-color:White;
	border-width:0px;
	border-style:None;
	margin:0px;
	padding:0px;
	
}
.JiffyCMS_Editor_htmlelementlabels p
{
	border-color:#A5C1EF;
	border-width:1px;
	border-style:Dashed;
	
}
.JiffyCMS_Editor_htmlelementlabels div
{
	border-color:#A5C1EF;
	border-width:1px;
	border-style:Dashed;
	
}
.JiffyCMS_Editor_htmlelementlabels td
{
	border-color:#A5C1EF;
	border-width:1px;
	border-style:Dashed;
	
}
.JiffyCMS_Editor_htmlelementlabels li
{
	border-color:#A5C1EF;
	border-width:1px;
	border-style:Dashed;
	
}
.JiffyCMS_Editor_htmlelementlabels blockquote
{
	border-color:#A5C1EF;
	border-width:1px;
	border-style:Dashed;
	
}
.JiffyCMS_Editor_htmlview
{
	overflow:auto;
	background-color:#F5F5DC;
	border-width:0px;
	border-style:None;
	font-family:courier new;
	font-size:16px;
	
}
.JiffyCMS_Editor_htmlviewcolorhilight
{
	overflow:auto;
	text-align:Left;
	background-color:#F5F5DC;
	border-width:0px;
	border-style:None;
	font-family:courier new;
	font-size:16px;
	
}
.JiffyCMS_Editor_warningslog
{
	overflow:auto;
	background-color:#F5F5DC;
	border-width:0px;
	border-style:None;
	font-family:courier new;
	font-size:16px;
	
}
.JiffyCMS_Editor_popup
{
	position:Absolute;
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:2px;
	border-style:Solid;
	
}
.JiffyCMS_Editor_popupclosebutton
{
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
	height:15px;
	width:15px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.popupclose.png&amp;t=633836028483765679);
	margin-right:5px;
	
}
.JiffyCMS_Editor_popupheader
{
	background-repeat:repeat;
	background-color:#FFFFFF;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.popupheadergradient.gif&amp;t=633836028483765679);
	
}
.JiffyCMS_Editor_popupheadercaption
{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:14px;
	height:35px;
	padding-left:5px;
	
}
.JiffyCMS_Editor_popupbody
{
	font-size:Medium;
	
}
.JiffyCMS_Editor_dropdownstyle
{
	background-color:#FFFFFF;
	border-color:#DCDCDC;
	border-width:1px;
	border-style:Solid;
	padding:4px;
	
}
.JiffyCMS_Editor_iframehtmlstyle
{
	background-color:#FFFFFF;
	
}
.JiffyCMS_Editor_iframebodystyle
{
	background-color:#FFFFFF;
	
}
.JiffyCMS_Editor_dropdownheaderstyle
{
	background-repeat:repeat;
	color:#FFFFFF;
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:14px;
	height:35px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.popupheadergradient.gif&amp;t=633836028483765679);
	padding-left:5px;
	
}
.JiffyCMS_Editor_dropdownfontsize
{
	cursor:pointer;
	text-align:Center;
	list-style-type:Decimal;
	width:220px;
	
}
.JiffyCMS_Editor_dropdownfontsize_hover
{
	background-color:#C9DAE7;
	
}
.JiffyCMS_Editor_dropdownformatblock
{
	cursor:pointer;
	text-align:Center;
	width:230px;
	
}
.JiffyCMS_Editor_dropdownformatblock_hover
{
	background-color:#C9DAE7;
	
}
.JiffyCMS_Editor_dropdownfontname
{
	cursor:pointer;
	text-indent:5px;
	list-style-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.fontname.gif&amp;t=633836028483765679);
	list-style-position:Inside;
	height:250px;
	width:300px;
	
}
.JiffyCMS_Editor_dropdownfontname_hover
{
	background-color:#C9DAE7;
	
}
.JiffyCMS_Editor_dropdownspellchecker
{
	cursor:pointer;
	text-indent:5px;
	list-style-position:Outside;
	height:250px;
	width:230px;
	padding-right:15px;
	
}
.JiffyCMS_Editor_dropdownspellchecker_hover
{
	background-color:#C9DAE7;
	
}
.JiffyCMS_Editor_dropdownspellcheckeractive
{
	background-repeat:no-repeat;
	background-position:center right;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.check.gif&amp;t=633836028483765679);
	
}
.JiffyCMS_Editor_dropdownspellsuggestion
{
	text-indent:5px;
	list-style-position:Outside;
	height:150px;
	width:150px;
	
}
.JiffyCMS_Editor_dropdownspellsuggestion_hover
{
	background-color:#C9DAE7;
	
}
.JiffyCMS_Editor_dropdownspellsuggestion_menu
{
	border-top-style:Solid;
	border-top-width:1px;
	border-top-color:#B2B3B5;
	text-indent:5px;
	cursor:pointer;
	color:Red;
	background-color:#F7F7F6;
	font-weight:bold;
	height:20px;
	
}
.JiffyCMS_Editor_dropdownspellsuggestion_menu_hover
{
	color:#000000;
	background-color:#C9DAE7;
	
}
.JiffyCMS_Editor_dropdownclosebutton
{
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
	height:15px;
	width:15px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.popupclose.png&amp;t=633836028483765679);
	margin-right:5px;
	
}
.JiffyCMS_Editor_progressbar
{
	text-align:Center;
	background-color:#FFFFFF;
	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	padding:15px;
	
}
.JiffyCMS_Editor_progressbar p
{
	text-align:Center;
	font-family:Lucida Console;
	font-size:Medium;
	margin:0px;
	padding:0px;
	
}
.JiffyCMS_Editor_dropdownclassnamelist
{
	cursor:pointer;
	text-indent:5px;
	list-style-position:Outside;
	height:150px;
	width:200px;
	padding-left:15px;
	
}
.JiffyCMS_Editor_dropdownclassnamelist_hover
{
	background-color:#C9DAE7;
	
}
.JiffyCMS_Editor_0 b
{
	float:left;
	display:block;
	cursor:pointer;
	border-color:Transparent;
	border-width:1px;
	border-style:solid;
	height:18px;
	width:20px;
	margin-top:2px;
	padding-top:2px;
	
}
.JiffyCMS_Editor_0
{
	background-repeat:repeat;
	float:left;
	width:252px;
	height:25px;
	margin-left:2px;
	margin-top:2px;
	margin-right:5px;
	border-width:1px;
	border-style:Outset;
	border-color:#E2E2E2;
	margin-bottom:2px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.Toolbarset.toolbarset-background.png&amp;t=633836028483765679);
	background-color:#E2E2E2;
	
}
.JiffyCMS_Editor_1 b
{
	float:left;
	display:block;
	cursor:pointer;
	border-color:Transparent;
	border-width:1px;
	border-style:solid;
	height:18px;
	width:20px;
	margin-top:2px;
	padding-top:2px;
	
}
.JiffyCMS_Editor_1
{
	background-repeat:repeat;
	float:left;
	width:256px;
	height:25px;
	margin-left:2px;
	margin-top:2px;
	margin-right:5px;
	border-width:1px;
	border-style:Outset;
	border-color:#E2E2E2;
	margin-bottom:2px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.Toolbarset.toolbarset-background.png&amp;t=633836028483765679);
	background-color:#E2E2E2;
	
}
.JiffyCMS_Editor_2 b
{
	float:left;
	display:block;
	cursor:pointer;
	border-color:Transparent;
	border-width:1px;
	border-style:solid;
	height:18px;
	width:20px;
	margin-top:2px;
	padding-top:2px;
	
}
.JiffyCMS_Editor_2
{
	background-repeat:repeat;
	float:left;
	width:116px;
	height:25px;
	margin-left:2px;
	margin-top:2px;
	margin-right:5px;
	border-width:1px;
	border-style:Outset;
	border-color:#E2E2E2;
	margin-bottom:2px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.Toolbarset.toolbarset-background.png&amp;t=633836028483765679);
	background-color:#E2E2E2;
	
}
.JiffyCMS_Editor_3 b
{
	float:left;
	display:block;
	cursor:pointer;
	border-color:Transparent;
	border-width:1px;
	border-style:solid;
	height:18px;
	width:20px;
	margin-top:2px;
	padding-top:2px;
	
}
.JiffyCMS_Editor_3
{
	background-repeat:repeat;
	float:left;
	width:304px;
	height:25px;
	margin-left:2px;
	margin-top:2px;
	margin-right:5px;
	border-width:1px;
	border-style:Outset;
	border-color:#E2E2E2;
	margin-bottom:2px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.Toolbarset.toolbarset-background.png&amp;t=633836028483765679);
	background-color:#E2E2E2;
	
}
.JiffyCMS_Editor_4 b
{
	float:left;
	display:block;
	cursor:pointer;
	border-color:Transparent;
	border-width:1px;
	border-style:solid;
	height:18px;
	width:20px;
	margin-top:2px;
	padding-top:2px;
	
}
.JiffyCMS_Editor_4
{
	background-repeat:repeat;
	float:left;
	width:208px;
	height:25px;
	margin-left:2px;
	margin-top:2px;
	margin-right:5px;
	border-width:1px;
	border-style:Outset;
	border-color:#E2E2E2;
	margin-bottom:2px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.Toolbarset.toolbarset-background.png&amp;t=633836028483765679);
	background-color:#E2E2E2;
	
}
.JiffyCMS_Editor_tab
{
	background-repeat:repeat;
	border-top-width:1px;
	border-top-color:#FFFFFF;
	border-top-style:Solid;
	float:left;
	height:26px;
	width:100%;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.Tabs.tab-background.png&amp;t=633836028483765679);
	
}
.JiffyCMS_Editor_tab b
{
	float:left;
	display:block;
	cursor:pointer;
	border-color:Transparent;
	border-width:1px;
	border-style:solid;
	height:18px;
	width:20px;
	margin-top:2px;
	padding-top:2px;
	
}
.JiffyCMS_Editor_activebutton
{
	filter:alpha(opacity = 60)!important;
	Opacity:0.6!important;
	background-color:#7090A8!important;
	border-color:#285A78!important;
	border-width:1px!important;
	border-style:Solid!important;
	
}
.JiffyCMS_Editor_toolbarhoverbutton
{
	filter:alpha(opacity = 70)!important;
	Opacity:0.7!important;
	background-color:#ABB3CE!important;
	border-color:#475384!important;
	border-width:1px!important;
	border-style:Solid!important;
	
}
.JiffyCMS_Editor_tabhoverbutton
{
	filter:alpha(opacity = 70)!important;
	Opacity:0.7!important;
	background-color:#ABB3CE!important;
	border-color:#475384!important;
	border-width:1px!important;
	border-style:Solid!important;
	
}
.JiffyCMS_Editor_floatingToolbar
{
	border-top-color:#E2E2E2!important;
	border-bottom-color:#878787!important;
	border-right-color:#878787!important;
	border-left-color:#E2E2E2!important;
	background-color:#E2E2E2!important;
	border-width:1px!important;
	border-style:Solid!important;
	
}
.JiffyCMS_Editor_floatingToolbarCloseButton
{
	display:block;
	cursor:pointer;
	background-repeat:no-repeat;
	height:15px;
	width:15px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.popupclose.png&amp;t=633836028483765679);
	margin-left:5px;
	margin-right:5px;
	
}

.JiffyCMS_Editor_designers select
{
    font-size: medium;
    font-weight: normal;
}
.JiffyCMS_Editor_designers fieldset
{
    padding-left: 5px;
    margin-bottom: 5px;
    border-width: 2px;
    border-style: none;
    border-bottom-style: solid;
    border-color: #000;
}
.JiffyCMS_Editor_designers
{
    list-style-type: none;
    padding: 10px;
    font-family: Calibri, 'Courier New' , Arial;
    background-image: url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.designer-background.gif&amp;t=633836028483765679);
    background-repeat: repeat-x;
    margin: 0px;
}
.JiffyCMS_Editor_designers fieldset p
{
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    color: #002356;
}
.JiffyCMS_Editor_designers li ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.JiffyCMS_Editor_designers li fieldset ul li
{
    float: left;
    margin: 1px;
}
.JiffyCMS_Editor_designers li fieldset ul li ul li
{
    float: none;
    margin: 0px;
}
.JiffyCMS_Editor_designers_buttons
{
    clear: both;
    text-align: right;
    padding-top: 10px;
}
.JiffyCMS_Editor_designers_button
{
    background-image: url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.designer-button.gif&amp;t=633836028483765679);
    background-repeat: repeat;
    border: 1px solid #718397;
    font-size: medium;
    color: #ffffff;
    height: 30px;
    font-family: Trebuchet MS, Verdana, Calibri, Arial;
}
.JiffyCMS_Editor_designers_buttons b input
{
    float: left;
}
.JiffyCMS_Editor_designers_buttons span input
{
    margin-right: 1px;
    margin-left: 1px;
    width: 100px;
}
.JiffyCMS_Editor_designers_layout ul li ul li
{
    height: 30px;
}
.JiffyCMS_Editor_designers_layout ul li ul li b input
{
    width: 50px;
}
.JiffyCMS_Editor_designers_layout ul li ul li span input
{
    float: left;
}

.JiffyCMS_Editor_tabledesigner_attributes ul li textarea
{
    margin-bottom: 5px;
}
.JiffyCMS_Editor_tabledesigner_attributes ul li ul li
{
    height: 30px;
}
.JiffyCMS_Editor_tabledesigner_attributes ul li ul li b input
{
    width: 50px;
}
.JiffyCMS_Editor_tabledesigner_appearance
{
    margin-bottom: 10px;
}
.JiffyCMS_Editor_tabledesigner_appearance ul li ul li
{
    height: 30px;
}
.JiffyCMS_Editor_tabledesigner_appearance ul li ul li span
{
    display: block;
    border: 1px solid #000;
}

.JiffyCMS_Editor_celldesigner_attributes ul li ul li
{
    height: 30px;
}
.JiffyCMS_Editor_celldesigner_appearance
{
    margin-bottom: 10px;
}
.JiffyCMS_Editor_celldesigner_appearance ul li ul li
{
    height: 30px;
}
.JiffyCMS_Editor_celldesigner_appearance ul li ul li span
{
    display: block;
    border: 1px solid #000;
}

.JiffyCMS_Editor_fileupload_layout li ul li
{
    float: left;
    margin: 1px;
}
.JiffyCMS_Editor_fileupload_layout li ul li fieldset ul li
{
    float: left;
    padding: 5px 0 10px 0;
}

.JiffyCMS_Editor_hyperlink_layout li ul li
{
    float: left;
    margin: 1px;
}
.JiffyCMS_Editor_hyperlink_layout li ul li ul li
{
    height: 30px;
}
.JiffyCMS_Editor_hyperlink_layout_input
{
    width: 250px;
}

.JiffyCMS_Editor_codeblock li
{
    clear: both;
}
.JiffyCMS_Editor_codeblock_inputarea
{
    text-align: center;
}
.JiffyCMS_Editor_codeblock_inputarea legend
{
    float: left;
}
.JiffyCMS_Editor_codeblock_inputarea fieldset
{
    float: left;
    width: 378px;
    margin: 0px;
    padding: 0px;
}
.JiffyCMS_Editor_codeblock_inputarea fieldset textarea
{
    width: 370px;
    height: 200px;
    background-color: #fff;
}
.JiffyCMS_Editor_codeblock_inputarea fieldset li
{
    color: #000;
}

.JiffyCMS_Editor_spellchecker_message, .JiffyCMS_Editor_errorslogged_message
{
    display: block;
    border: 2px solid #fdea6c;
    background-color: #fffeb9;
    color: #000;
    padding: 2px;
    margin: 5px 0px 5px 0px;
}
.shl_ln
{
    border-right: 1px solid #000;
    padding-right: 2px;
}
.JiffyCMS_Editor_htmlelementlabels table
{
    border: 1px solid transparent;
}

.JiffyCMS_Editor_misspelledword
{
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.underline.gif&amp;t=633836028483765679);
	background-repeat: repeat-x;
	background-position:bottom left;
}
.JiffyCMS_ImagePicker
{
	list-style-type:None;
	float:left;
	height:14px;
	width:14px;
	margin:0px;
	padding:0px;
	
}
.JiffyCMS_ImagePicker_popup
{
	position:Absolute;
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-width:2px;
	border-style:Solid;
	
}
.JiffyCMS_ImagePicker_popupclosebutton
{
	cursor:pointer;
	background-repeat:no-repeat;
	float:right;
	height:15px;
	width:15px;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.popupclose.png&amp;t=633836028483765679);
	margin-right:5px;
	
}
.JiffyCMS_ImagePicker_popupheader
{
	background-repeat:repeat;
	background-color:#FFFFFF;
	background-image:url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.popupheadergradient.gif&amp;t=633836028483765679);
	
}
.JiffyCMS_ImagePicker_popupheadercaption
{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:14px;
	height:35px;
	padding-left:5px;
	
}
.JiffyCMS_ImagePicker_popupbody
{
	font-size:Medium;
	
}
.JiffyCMS_ImagePicker_progressbar
{
	text-align:Center;
	background-color:#FFFFFF;
	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	padding:15px;
	
}
.JiffyCMS_ImagePicker_progressbar p
{
	text-align:Center;
	font-family:Lucida Console;
	font-size:Medium;
	margin:0px;
	padding:0px;
	
}

.JiffyCMS_ImagePicker_designers select
{
    font-size: medium;
    font-weight: normal;
}
.JiffyCMS_ImagePicker_designers fieldset
{
    padding-left: 5px;
    margin-bottom: 5px;
    border-width: 2px;
    border-style: none;
    border-bottom-style: solid;
    border-color: #000;
}
.JiffyCMS_ImagePicker_designers
{
    list-style-type: none;
    padding: 10px;
    font-family: Calibri, 'Courier New' , Arial;
    background-image: url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.designer-background.gif&amp;t=633836028483765679);
    background-repeat: repeat-x;
    margin: 0px;
}
.JiffyCMS_ImagePicker_designers fieldset p
{
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    color: #002356;
}
.JiffyCMS_ImagePicker_designers li ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.JiffyCMS_ImagePicker_designers li fieldset ul li
{
    float: left;
    margin: 1px;
}
.JiffyCMS_ImagePicker_designers li fieldset ul li ul li
{
    float: none;
    margin: 0px;
}
.JiffyCMS_ImagePicker_designers_buttons
{
    clear: both;
    text-align: right;
    padding-top: 10px;
}
.JiffyCMS_ImagePicker_designers_button
{
    background-image: url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.designer-button.gif&amp;t=633836028483765679);
    background-repeat: repeat;
    border: 1px solid #718397;
    font-size: medium;
    color: #ffffff;
    height: 30px;
    font-family: Trebuchet MS, Verdana, Calibri, Arial;
}
.JiffyCMS_ImagePicker_designers_buttons b input
{
    float: left;
}
.JiffyCMS_ImagePicker_designers_buttons span input
{
    margin-right: 1px;
    margin-left: 1px;
    width: 100px;
}
.JiffyCMS_ImagePicker_designers_layout ul li ul li
{
    height: 30px;
}
.JiffyCMS_ImagePicker_designers_layout ul li ul li b input
{
    width: 50px;
}
.JiffyCMS_ImagePicker_designers_layout ul li ul li span input
{
    float: left;
}

.JiffyCMS_ImagePicker_imagedesigner_image ul li ul li
{
    height: 30px;
}
.JiffyCMS_ImagePicker_imagedesigner_image ul li ul li span b input
{
    width: 200px;
}
.JiffyCMS_ImagePicker_imagedesigner_image ul li ul li b input
{
    width: 50px;
}
.JiffyCMS_ImagePicker_imagedesigner_image ul li ul li input
{
    float: left;
}
.JiffyCMS_ImagePicker_imagedesigner_appearance
{
    float: left;
    margin-bottom: 10px;
}
.JiffyCMS_ImagePicker_imagedesigner_appearance ul li ul li
{
    height: 30px;
}
.JiffyCMS_ImagePicker_imagedesigner_appearance ul li ul li b input
{
    width: 50px;
}
.JiffyCMS_ImagePicker_imagedesigner_spacing
{
    border: none;
    float: right;
    margin-left: 5px;
}
.JiffyCMS_ImagePicker_imagedesigner_spacing ul li ul li
{
    height: 30px;
}
.JiffyCMS_ImagePicker_imagedesigner_spacing ul li ul li b input
{
    width: 50px;
}

.JiffyCMS_ImagePicker_imagebrowser_explorer
{
    float: left;
    width: 250px;
    height: 170px;
    margin: 0 0 0 5px;
    padding: 0px;
}
.JiffyCMS_ImagePicker_imagebrowser_explorer div
{
    overflow: auto;
    height: 150px;
    clear: both;
}
.JiffyCMS_ImagePicker_imagebrowser_preview
{
    border-style: none;
    float: right;
    margin: auto auto auto 0px;
    width: 120px;
    height: 170px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}


 /*css for the tree view in image browser */
.JiffyCMS_ImagePicker_treeview
{
    margin: 0 0 0 5px;
    font-family: Tahoma;
    font-size: 8pt;
}
.JiffyCMS_ImagePicker_treeview ul li
{
    white-space: nowrap;
    padding: 0px 0 0px 0;
    float: left;
    clear: both;
}
.JiffyCMS_ImagePicker_treeview ul ul
{
    margin: 2px 0 2px 10px;
}
.JiffyCMS_ImagePicker_treeview ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}
.JiffyCMS_ImagePicker_treeview li span
{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.JiffyCMS_ImagePicker_treeview span.AspNet-TreeView-ClickableNonLink:hover
{
    color: #B5B5B5;
    text-decoration: underline;
}
.JiffyCMS_ImagePicker_treeview span.AspNet-TreeView-NonLink span:hover
{
    color: #B5B5B5;
    text-decoration: underline;
}
.JiffyCMS_ImagePicker_treeview li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}
.JiffyCMS_ImagePicker_treeview .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}
.JiffyCMS_ImagePicker_treeview .AspNet-TreeView-Image
{
    background: url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.img.gif&amp;t=633836028483765679) 0 0 no-repeat;
    padding-right: 14px; /*width of NoExpandImage*/
    padding-bottom: 14px; /*height of NoExpandImage */
}
.JiffyCMS_ImagePicker_treeview .AspNet-TreeView-Collapse
{
    background: url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.folderopen.gif&amp;t=633836028483765679) 0 0 no-repeat;
    width: 30px;
    float: left;
    cursor: pointer;
    margin: 0 2px 0 0;
}
.JiffyCMS_ImagePicker_treeview .AspNet-TreeView-Expand
{
    background: url(~/jiffycms.axd?d=Resources.Skins.Classic.Images.Editor.folderclosed.gif&amp;t=633836028483765679) 0 0 no-repeat;
    width: 30px;
    float: left;
    cursor: pointer;
    margin: 0 2px 0 0;
}
.JiffyCMS_ImagePicker_treeview .AspNet-TreeView-Selected
{
    background-color: #FAFAD2 !important;
}
.JiffyCMS_ImagePicker_treeview .AspNet-TreeView-ChildSelected
{
    background-color: #F5FFFA !important;
}
.JiffyCMS_ImagePicker_treeview .AspNet-TreeView-ParentSelected
{
    background-color: #FFE4E1 !important;
}
.JiffyCMS_ImagePicker_treeview ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.AspNet-TreeView-Show
{
}
.AspNet-TreeView-Hide
{
    display: none;
}

  