﻿.EditorStyle
{ }

.EditorStyle a{
font-family: Arial; 
color: #118af3;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-size: 75%;
}

.EditorStyle a:hover{ /*hover state CSS*/
font-family: Arial;
color: #fe7703;

}

.EditorStyle li a:hover{ /*hover state CSS*/
font-family: Arial;
color: #fe7703;

}

.MyList li
{
padding-left: 19px; /*link text is indented 19px*/
background: url(/CMS/Images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
text-decoration: none;
display: block;
}



    /*Modal Popup*/ 

    .modalBackground 
    {
              background-color: Gray; 
              filter:alpha(opacity=70);
              opacity:0.7; 
    } 

    .modalPopup 
    {
              background-color: White; 
              border-width:3px; 
              border-style:solid; 
              border-color:Black; 
              padding:3px; 
              width:500px; 
              height:500px;
    }
    .modalDrag
    {
              background-color: Blue; 
    }
    
    
    
    

/* ADMIN Area
   Menu
*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(/CMS/Images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
font-family: Arial;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font-family: Arial;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font-family: Arial; 
color: #118af3;
background: url(/CMS/Images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 75%;
}

.arrowlistmenu ul li a:visited{
font-family: Arial;
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
font-family: Arial;
color: #fe7703;
background-color: #F3F3F3;
}

.headerbar{
font: bold 14px Arial;
color: white;
background: black url(/CMS/Images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}





.BorderBox
{
	border:5px solid #EEE;
	padding:5px;
}

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
}

.accordion_headings{
font: bold 14px Arial;
color: white;
background: black url(/CMS/Images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
/*padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.accordion_headings:hover{
font-family: Arial;
color: #fe7703;
background-color: #F3F3F3;
}

.accordion_child{
	/*padding:15px;*/

}

.header_highlight{

}
