﻿/*The first few styles are for the toolbar and should not be modified*/


div#Toolbar {left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}

#Toolbar
{
    position: absolute; 
    top: 10px; 
    background-image:url('/admin/images/editor/bgout.gif');
    text-align:center;
    width:100%;
}

#SmallToolbar div{display:inline;}

#e_palette
{
  background-image:url('/admin/images/editor/bgout.gif');
}

#Toolbar div{display:inline;}

.editable
{
    width:auto;
    border:dashed 1px #aaa;
    behavior:url(/scripts/editor.htc);
    min-height:30px;
}

legend
{
    font-family:verdana,arial, sans-serif;
    padding-bottom:20px;
}

.btn_mouseover
{
behavior:url(/scripts/button.htc);
padding:0px;
background-color:#fdd828;
border:solid 1px #ffffff;
}

.btn_mouseout
{
behavior:url(/scripts/button.htc);
background-color:Transparent;
border:solid 1px #e7e7e7;
}

.btn_mousedown
{
behavior:url(/scripts/button.htc);
padding:0px;
background-color:#d8d8d8;
border:solid 1px #ffffff;
}

.btn_mouseup
{
behavior:url(/scripts/button.htc);
background-color:#ffffff;
border:solid 1px #e7e7e7;
}

.btn_active
{  
behavior:url(/scripts/button.htc);
padding:0px;
background-color:#DDECFE;
border:solid 1px #FEB448;
}










/*----------------------------------------------------------
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: white;
font-family: Arial, verdana, Sans-Serif;
margin: 0;
padding: 0;
color: #4a5c68;
background-image:url(/Admin/Images/icons/small/vivid_bg.jpg);
background-repeat:repeat-x
}

#adminHolder textarea
{
width:500px;
height:150px;
}

#adminHolder select
{
width:300px;
}


#adminHolder td
{
vertical-align:top;
}



#wrapper
{
padding:0px;
margin:0px;
margin-left:auto;
margin-right:auto;
width:950px;
height:auto;
}

#header
{
padding:0px;
margin:0px;
margin-left:auto;
margin-right:auto;
width:950px;
height:120px;
background-image:url(/Admin/Images/icons/small/vivid_logo.jpg);
background-repeat:no-repeat;
}

#adminBar
{
padding:0px;
margin:0px;
margin-left:90px;
margin-right:auto;
width:860px;
height:50px;
text-align:right;

}

#adminHeading
{
padding:0px;
margin:0px;
margin-left:90px;
margin-right:auto;
width:860px;
height:50px;

}

#adminHolder
{
padding: 0px;
margin:0px;
margin-top:40px;
margin-left:90px;
margin-right:auto;
width:860px;
height:auto;
}

#filterBar
{
padding: 0px;
margin:0px;
margin-top:0px;
margin-left:0px;
margin-right:auto;
width:860px;
height:25px;

}

#info
{
padding: 0px;
margin:0px;
margin-top:0px;
margin-left:0px;
margin-right:auto;
width:860px;
height:50px;
text-align:right;

}

#dropFilter
{
padding: 0px;
margin:0px;
margin-top:0px;
margin-left:0px;
margin-right:auto;
width:auto;
height:25px;
text-align:left;

float:left;
}

#alphaFilter
{
padding: 0px;
margin:0px;
margin-top:0px;
margin-left:0px;
margin-right:auto;
width:auto;
height:25px;
text-align:center;
display:inline;


}

#activeFilter
{
padding: 0px;
margin:0px;
margin-top:0px;
margin-left:0px;
margin-right:auto;
width:auto;
height:auto;
text-align:right;
float:right;
display:inline;

}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
table.adminLayout 
{
width:860px;
/*border-top:dashed 1px #4a5c68;*/
}

.adminLayout td 
{
border-bottom:dashed 1px #4a5c68;
}




/* TAB MENU   
----------------------------------------------------------*/



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/



fieldset label 
{
    display: block;
}



/* TABLE
----------------------------------------------------------*/


/* MISC  
----------------------------------------------------------*/
 img
{
border-style:none
}



/* Fonts 
----------------------------------------------------------*/
.trTrue
{
color:Green;
}

.trFalse
{
color:Red;
}

td
{
text-align:left;
font-size:10pt;
}

.alpha
{
font-size:14px;
text-align:center;


}

.alpha a
{
font-size:14px;
font-weight:normal;
color:#000000;
text-decoration:none;
}

.alpha a:hover
{
text-decoration:underline;
}

.alpha a:active 
{
color:Purple;
text-decoration:underline;
}

a.selected
{
color:Purple;
text-decoration:underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
/* HEADINGS   
----------------------------------------------------------*/
h1
{
font-size:15pt;
font-weight:700;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */


.imageButton
{
 padding:10px;
 border: solid 1px #cccccc;
 float:left;
}



/*Add Product Styles*/


.addProdOuter
{
width:200px;
height:175px;
border:4px solid gray;
float:left;
margin:2px;
padding:0px;

}

.addProd
{
padding:0px;
display:block;
float:left;
display:inline;
margin:90px 0px 0px 40px;
}

.addimg
{
float:left;
}


.floatingnav {
  position: fixed;
  right: 10px;
  top: 10px;
  border: solid 1px #cccccc;
  background-image: url("/Images/Admin/Icons/gradient.png");
  padding: 10px;
  }

.floatingnav form{
clear: both;
}
body>div.floatingnav {position: fixed}


.splash
{
}

.galleryimage 
{
	display:block; 
	float:left; 
	height:155px; 
	width:200px;
}

.gallerydelete 
{
width:30px; 
position:relative; 
top:-45px; 
left:10px;
}

/*------------Styles for structure list----------------*/
.structure ul li
{
text-decoration:none;
color:Gray;
font-size:12px;
}

.structure a
{
text-decoration:none;
}

.structure ul li.added
{
color:Green;
}

.structure ul li.notAdded
{
color:red;
}



/* Splash */
.page-list ul {
	list-style-type: none;
	list-style-position: outside;
	}
.page-list ul li {
	padding-bottom: 20px;
	}
	
.expand {
	float: left;
	font-weight: bold;
	}