/* CSS Document 

--------------------------------------------------------------------

## Designers Notes
------------------
Colours
-------	
dark blue text: #24408F
grey body copy: #6D6F71	
purple menu links: #5E3A7A
grey menu bg: #DCDDDE			
--------------------------------------------------------------------
*/

/* Globals */
/* Calendar */
.EnqList TD, .EnqList TH{
	background:white;
	padding:0px 2px;
}
.CalFld{
	background:#FFFFD8;
}
/* Structure */
table.editor .col_1{
width:140px;
background-color:#E9E9E9;
border-bottom: 1px solid #ccc;
font-weight: bold;
padding:10px 10px;
}
table.editor .col_2{
width:560px;
border-bottom: 1px solid #ccc;
padding:10px 10px;
}
/* form elements */
.input{
width: 400px;
    padding: 4px;
}
/* --------------------------------------
		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;
	z-index:1000;
}
.edit_arrow{
	background:url(../images/editor_arrow.gif) no-repeat;
}
.edit_arrow_1{
	background:url(../images/editor_arrow_live.gif) no-repeat;
}
.edit_arrow_2{
	background:url(../images/editor_arrow_archived.gif) no-repeat;
}
.edit_clock_2{
	background:url(../images/editor_clock_live.gif) no-repeat;
}
.edit_clock_1{
	background:url(../images/editor_clock_dead.gif) no-repeat;
}
.contextmenu{
	border-bottom:solid 1px #000000;
}
.contextmenu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	padding:0 0 5px 5px;
}
.contextmenu .tab{
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	background-color:#F4F4F4;
	padding:2px 2px 5px 2px;
	cursor:pointer;
}
.contextmenu .tabspace{
	border-bottom:solid 1px #000000;
	background:none;
	width:80px;
}
.contextmenu .row{
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	background-color:#F4F4F4;
	width:100px;
	height:20px;
}
.contextmenu .ico{
	border-left:solid 1px #000000;
	background-color:#F4F4F4;
	width:20px;
	height:20px;
}
.contextmenu .row:hover, .contextmenu .ico:hover{
background-color:#CCCCCC;
}
.contextmenu .row a, .contextmenu img{
display:block;
float:left;
}
.contextmenu .row a{
width:70px;
padding:2px 0 1px 0;
}
.contextmenu .imageLink{
width:20px;
height:20px;
border:none;
}
#page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}

