/* CSS Document 

--------------------------------------------------------------------
						Matt Clayburn, CoCreate, matt@cocreatedesign.com
						for
						Community Foundation for Merseyside
						01/09/2008
						
						Version 1.0
						
						**Please annotate amendments and log below**
						--------------------------------------------
						Amendments
						----------
						
						
						--------------------------------------------

## Designers Notes
------------------
Colours
-------	
purple: #741684
pale purple: #DAC9E1
grey: #E9EAEB
mid purple: #C2A6CE			
--------------------------------------------------------------------
*/
body{
    background:url("../../images/bg_admin_body.gif") repeat-x;
	background-position:0px 24px;
}
#adminlogin{
width:960px;
padding:0 10px 0 10px;
margin:0 auto 0 auto;
font-size:0.8em;
border:1px solid #e3e3e3;
}
#adminlogin td{
    height:58px;
    padding:0 20px 0 0;
}
#adminlogin .inputText{
    width:156px;
    padding:2px 0 2px 4px;
}
#adminlogin .submit{
    padding:1px 15px 1px 15px;
}

/* --------------------------------------
		Admin context menu (popup)
---------------------------------------*/
.edit_arrow, .edit_arrow_1, .edit_arrow_2, .edit_clock_2, .edit_clock_1
{
	width:20px;
	height:20px;
	display:block;
	cursor:pointer;
	float:left; 
}
.edit_arrow{
	background:url(../images/editor_arrow.png) no-repeat;
}
.edit_arrow_1{
	background:url(../images/editor_arrow_live.png) no-repeat;
}
.edit_arrow_2{
	background:url(../images/editor_arrow_archived.png) no-repeat;
}
.edit_clock_2{
	background:url(../images/editor_clock_live.png) no-repeat;
}
.edit_clock_1{
	background:url(../images/editor_clock_dead.png) no-repeat;
}
.contextmenu{
	border-bottom:solid 1px #000000;
	-webkit-box-shadow: 0px 0px 5px 0px #424242;
-moz-box-shadow: 0px 0px 5px 0px #424242;
box-shadow: 0px 0px 5px 0px #424242;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color:#FFF;
width:140px;
padding:5px;
	
}

.context_genie{
	position:absolute;
	margin:-25px -5px 0 0;
	background:#FFF;
	width:30px; height:30px;
	padding:5px;
	text-align:center;
		border-bottom:solid 1px #000000;
	-webkit-box-shadow: 0px 0px 5px 0px #424242;
-moz-box-shadow: 0px 0px 5px 0px #424242;
box-shadow: 0px 0px 5px 0px #424242;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color:#FFF;
}
.contextmenu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	padding:0 0 5px 5px;
}
.tab{
	cursor:pointer;
	padding:5px 0 5px 0;
}
.tabspace{
	width:80px;
}
.row{
	width:100px;
	height:22px;
	padding:3px 0 3px 0;
}
.ico{
	border-left:solid 1px #000000;
	background-color:#F4F4F4;
	width:20px;
	height:20px;
}
.row:hover, .ico:hover{
background-color:#CCCCCC;
}
.row a, .row img{
display:block;
float:left;
}
.row a{
width:70px;
padding:2px 0 1px 0;
}
.imageLink{
width:20px;
height:20px;
border:none;
}

.barlogin{
	background: #3281ff; /* Old browsers */
	background: -moz-linear-gradient(top, #3281ff 0%, #bce7ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3281ff), color-stop(100%,#bce7ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3281ff 0%,#bce7ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3281ff 0%,#bce7ff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #3281ff 0%,#bce7ff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3281ff', endColorstr='#bce7ff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #3281ff 0%,#bce7ff 100%); /* W3C */
	padding:5px;
	height:72px;
	color:#FFF;
	position:absolute;
	z-index:1000;
	width:100%;
}

.shadow{
	-webkit-box-shadow: 0px 5px 5px 0px #424242;
-moz-box-shadow: 0px 5px 5px 0px #424242;
box-shadow: 0px 5px 5px 0px #424242;
}

.clear{clear:both; width:1px; height:1px;}