
a.help_icon
{
    background-image: url(images/help_button.png);
    width: 34px;
    height: 38px;
    display: block; 
    position: relative;
    left: 90%;
}
a.help_icon:over
{
    background-image: url(images/help_button_over.png);
   
}

h1.admin, h2.admin, h3.admin 
{
	font-family: Arial;
	color: rgb(38,39,111);
	display: block;
	padding: 8px 0 8px 0px;
	margin: 0;
	line-height: normal;
	
}

h1.admin { font-size: 14pt; }

h2.admin { font-size: 12pt; font-weight: bold; color: rgb(60,93,171); }

h3.admin { font-size: 10pt; font-weight: bold; font-style: italic; color: Black; }

table.admin { background-color: White; }
table.admin tr td { vertical-align: top; }

div#help_container 
{
    width: 230px;
    padding: 5px 5px 5px 5px; 
    height: 400px;
    background: white;
    border-left: solid 1px rgb(60,93,171);
    border-top: solid 1px rgb(60,93,171);
    border-bottom: solid 1px rgb(60,93,171);
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -200px;
   display: none;
   font-family: Verdana;
   color: Black;
   font-size: 10pt;
}
a.close_help
{
    margin-left: 180px;
    font-weight: bold;
    color: rgb(60,93,171);
    font-family: arial;
    font-size: 10pt;
}
a.close_help:hover
{
    text-decoration: underline;
}

div#help_content
{
    height: 320px;
    overflow: auto;
    overflow-x: hidden; 
    
}



#ctl00_divAdminConsole 
{
	border-top: 2px solid rgb(38,39,111);
	position: fixed;
	height: 30px;
	padding-top: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
}

#ctl00_divAdminConsole ul { margin: 0; }

div.adminConsoleShadow {
	background-image:url(Images/form_bkg.png);
	background-repeat:repeat-x;
	opacity: 0.9;
	filter: alpha(opacity=90);
	height: 34px;
	position: fixed;
	height: 35px;
	width: 100%;
	bottom: 0;
	left: 0;	
}

#ctl00_AdminConsoleMenu 
{
	position: relative;
	width: 700px;
	display: inline;
}

#ctl00_AdminConsoleMenu li.AspNet-Menu-Leaf,
#ct100_AdminConsoleMenu li.AspNet-Menu-Leaf
{
    	background: none;
}

#ctl00_divAdminConsole a.AspNet-Menu-Link{ 
    color: rgb(40,40,40); 
    background: none;
    font-family: arial; 
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block; 
    padding-right: 15px;
    position: relative;

}
#ctl00_divAdminConsole a.AspNet-Menu-Link:hover { 
   text-decoration: underline; 
}


/***** Page Controls *******/
input#ctl00_mainContent_ButtonAddTextAndImage,
input#ctl00_mainContent_ButtonAddProduct,
input#ctl00_mainContent_ButtonAddHTML,
input#ctl00_mainContent_ButtonAddForm
{
    color: rgb(60,90,170);
    

    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 6px;
	border-left: solid 1px rgb(60,90, 170);
	border-top: solid 1px rgb(60,90, 170);
	border-bottom: solid 2px rgb(60,90, 170);
	border-right: solid 2px rgb(60,90, 170);
	background-color: rgb(241,241,241);
  
    
}

div.PageAddControls
{
        background-image: url(Images/form_bkg.png);
        background-repeat: repeat-x; 
        border: solid 1px rgb(76,76,76);
        padding: 3px 10px 8px 10px;
        height: auto;
}

.LinkAddTextAndImage,
.LinkAddImage,
.LinkAddProduct,
.LinkAddForm,
.LinkAddHTML {
    display: block;	
    float: left;
    background-repeat: no-repeat;
    padding: 2px 20px 0 27px;
    color: rgb(38,39,111);
    height: 18px;
    text-align: left;
}

a.LinkAddTextAndImage:hover,
a.LinkAddImage:hover,
a.LinkAddProduct:hover,
a.LinkAddForm:hover,
a.LinkAddHTML:hover {
	color: rgb(80,80,80);
}

.LinkAddTextAndImage{
    background-image: url(Images/icon_add_text.gif);
}

.LinkAddTextAndImage:hover{
    background-image: url(Images/icon_add_text_over.gif);
}

.LinkAddImage {
	display: none;
	padding-left: 30px;
    background-image: url(Images/icon_add_image.gif);
}

.LinkAddImage:hover{
    background-image: url(Images/icon_add_image_over.gif);
}

.LinkAddProduct{
    background-image: url(Images/icon_add_shopping.gif);
}

.LinkAddProduct:hover{
    background-image: url(Images/icon_add_shopping_over.gif);
}

.LinkAddForm {
	padding-left: 30px;
    background-image: url(Images/icon_add_form.gif);
}

.LinkAddForm:hover {
    background-image: url(Images/icon_add_form_over.gif);
}

.LinkAddHTML{
    background-image: url(Images/icon_add_html.gif);
}

.LinkAddHTML:hover{
    background-image: url(Images/icon_add_html_over.gif);
}

/**** CONTROL SPECIFIC ******/ 



a.btnEdit
{
    display: block; 
    width: 25px;
    height: 20px;
    float: right;
	background-image: url("Images/icon_over_edit.gif");
	background-repeat: no-repeat;


}

a.btnEdit:hover
{
	background-image: url("Images/icon_edit.gif");
	color: rgb(40,40,40); 
	text-decoration: underline; 
}


a.btnDelete
{

    display: block;
  
    width: 25px;
    height: 20px;
    float: right;
    background-image: url("Images/icon_over_delete.gif"); 
    background-repeat: no-repeat;
    
    
}

a.btnDelete:hover
{
    background-image: url("Images/icon_delete.gif");  
    color: rgb(40,40,40); 
	text-decoration: underline;   
}

a.btnMoveUp
{
   
    display: block;

    width: 25px;
    height: 20px;
    float: right;
    background-image: url("Images/icon_over_up.gif"); 
    background-repeat: no-repeat;
    
}

a.btnMoveUp:hover
{
     background-image: url("Images/icon_up.gif");  
     color: rgb(40,40,40); 
	 text-decoration: underline;    
}

a.btnMoveDown
{

    display: block;
    width: 25px;
    height: 20px;
    float: right;
    background-image: url("Images/icon_over_down.gif"); 
    background-repeat: no-repeat;
    color: rgb(60,90, 170);
    font-family: arial; 
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;

}
 
a.btnMoveDown:hover
{
     background-image: url("Images/icon_down.gif");   
     color: rgb(40,40,40); 
	 text-decoration: underline;         
}

div.AdminControlPanel{
    height: 25px;

    background-color: White; 
    padding-top: 4px;

 
}




/**** Page Pusher ***/
div.ctl00_mainContent_ReorderList1
{
    background-color: White; 
    border: solid 1px rgb(40,40,40); 
}

#ajaxOrderedList td
{
    color: Red; 
}

div.fieldContainer{

    background-image: url(Images/form_bkg.png);
    background-repeat: repeat-x; 
    padding:8px;
    margin:8px;    
    font-Family:Arial;
    background-color: White;

}

div.fieldTitle{

    font-size:14px;
    font-weight: bold;
    color: rgb(75,75,75);
}

.fieldDescription{
    clear:both;
    padding:5px;
}

.fieldValue{
    width: 70%;
    float:right;
}        


.SiteStructureRight{
    display: block;
    height:16px;
    width:19px;
    background-image: url(Images/icon_move_right.gif);
}

.SiteStructureRight:hover{

    background-image: url(Images/icon_move_right_on.gif);
}

.SiteStructureLeft{
    display: block;
    height:16px;
    width:19px;
    background-image: url(Images/icon_move_left.gif);
}

.SiteStructureLeft:hover{

    background-image: url(Images/icon_move_left_on.gif);
}

.SiteStructureAdd{
    display: block;
    height:16px;
    width:16px;
    background-image: url(Images/icon_add_page.gif);
}

.SiteStructureAdd:hover{

    background-image: url(Images/icon_add_page_on.gif);
}

.SiteStructureDelete{
    display: block;
    height:16px;
    width:13px;
    background-image: url(Images/icon_remove_page.gif);
}

.SiteStructureDelete:hover{

    background-image: url(Images/icon_remove_page_on.gif);
}

.SiteStructureEdit{
    display: block;
    height:16px;
    width:16px;
    /*background-image: url(Images/icon_edit_page_content.gif);*/
    background-image: url(Images/icon_admin_page.gif);
 
}

.SiteStructureEdit:hover{

 /*   background-image: url(Images/icon_edit_page_content_on.gif);*/
        background-image: url(Images/icon_admin_page_on.gif);
 
}

.SiteStructureAdmin{
    display: block;
    height:16px;
    width:18px;
    background-image: url(Images/icon_admin.gif);
}

.SiteStructureAdmin:hover{

    background-image: url(Images/icon_admin_on.gif);
}

div.ImageBrowser 
{
	background: white url(Images/form_bkg.png) no-repeat;
	border: 1px solid gray;
	width: 590px;
	height: 322px;
}

div.ImageBrowserSmall div.ImageBrowser 
{
	width: 100%;
	height: auto;
}

div.ImageBrowserSmall div.ImageBrowserPreview { display: none; }

div.ImageBrowserPreview 
{
	width: 350px;
	height: 220px;
	float: left;
}

div.ImageBrowserList 
{
	width: 230px;
	height: 322px;
	float: right;
	overflow-y: scroll;
	overflow-x: hidden;
}
div.ImageBrowserSmall div.ImageBrowserList { float: none; width: auto; overflow: visible; }
div.ImageBrowserSmall div.ImageBrowser { width: auto; }

div.ImageBrowserSettings 
{
	margin-top: 10px;
	width: 360px;
	height: auto;
	float: left;
}

div.ImageBrowserSettings span { display: block; width: 40%; height: 25px; float: left; }
div.ImageBrowserSettings input
{
	float: left;
	height: 25px;
	width: 55%;	
}

div.ImageBrowserSettings select 
{
}

div.ItemTemplate 
{
	border: 1px solid silver;
	height:100px; width:100px; float: left; 
	padding: 5px 0 0 5px;
}

#ctl00_LoginStatus2  
{
	font-family: Arial;
	position: relative; 
	color: #282828; 
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none; 
	float: left; 
}
#ctl00_LoginStatus2:hover { text-decoration: underline; }
