
/* General customisations */

html
	{
	overflow-y: scroll;
	}

form
	{
	display:inline;
	}
	
select
	{
	font-size: 12px;
	border: 1px solid #000084;
	}
	
input.adddomain
	{
	font-size: 12px;
	border: 1px solid #000084;
	}
	
a, a:active, a:visited
	{
	xcolor: #9D8637;
	color: #800080;
	text-decoration: none;
	}
a:hover
	{
	xcolor: #236923;
	xcolor: #37739D;
	color: #800080;
	text-decoration: underline;
	}
	
h1
	{
	color: #ffffff;
	font-size: 18px;
	display: inline;
	font-weight: bold;
	}
	
h2
	{
	font-size: 15px;
	display: inline;
	font-weight: bold;
	}
	
h3
	{
	font-size: 13px;
	display: inline;
	font-weight: bold;
	}
	
a.h3, a.h3:active
	{
	font-size: 13px;
	display: inline;
	font-weight: bold;
	color: #800080;
	text-decoration: none;
	outline: none;
	}

a.h3:hover
	{
	font-size: 13px;
	display: inline;
	font-weight: bold;
	color: #800080;
	text-decoration: underline;
	outline: none;
	}
	
/* General page layout */
body 
	{
	margin: 0px;
	background: url(/images/01.jpg) repeat-x center top;
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #000000;
	font-size: 12px;
	}
	
#page
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content
	{
	margin: 0px;
	padding: 0px;
	margin-left: -450px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	visibility: visible;
	}
	
#header
	{
	position: relative;
	width: 880px;
	height: 34px;
	margin: 10px 0px;
	padding: 10px;
	background: url(/images/2M-Mediaworks-03.gif) no-repeat top left;
	float: left;
	clear: both;
	}

#logomask
	{
	width: 215px;
	height: 54px;
	padding: 0px;
	margin: -10px 0px 0px -10px;
	float: left;
	clear: none;
	outline: none;
	}
		
#mask
	{
	width: 215px;
	height: 54px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
	}

#dashboard
	{
	position: relative;
	width: 880px;
	margin: 10px 0px;
	padding: 5px 10px;
	xbackground: #767676;
	background: #400040 url(/images/dashboardend.gif) no-repeat top right;
	float: left;
	clear: both;
	}

#dashboardtitle
	{
	width: 600px;
	clear: none;
	float: left;
	}
	
select#id, select#dg
	{
	margin: 1px 0px;
	padding: 1px;
	float: right;
	clear: none;
	}

/* Breadcrumb trail */
#breadcrumb
	{
	xposition: relative;
	width: 880px;
	height: 12px;
	margin: -2px 0px 0px 0px;
	padding: 0px 10px;
	float: left;
	clear: both;
	}
	
ul.breadcrumbs
	{
	  margin: 0px 0px 7px 0px;
	  padding: 0px;
	  clear: both;
	  list-style: none;
	}

ul.breadcrumbs li
	{
	  padding-right: 22px;
	  margin-right: 12px;
	  float: left;
	  background: url(/images/bcicon.gif) no-repeat right 6px;
	}

ul.breadcrumbs li.parent
	{
	  padding: 0px 12px 0px 24px;
	  margin-right: 0px;
	  margin-left: 0px;
	  background: none;
	  color: #400040;
	  float: left;
	  background: url(/images/dashicon.gif) no-repeat left 1px;
	}

ul.breadcrumbs li.active
	{
	  padding-right: 0px;
	  xpadding-left: 0px;
	  margin-right: 0px;
	  background: none;
	  float: left;
	}

ul.breadcrumbs li a
	{
	  color: #800080;
	  text-decoration: none;
	}

#analytics
	{
	float: right;
	height: 20px;
	margin-top: -9px;
	padding: 0px 0px 10px 0px;
	}
	

/* Siteboard layout & customisations */
#siteboardtitle
	{
	height: 20px;
	width: 700px;
	margin: 10px 0px 5px 10px;
	padding: 15px 0px 5px 0px;
	float: left;
	clear: none;
	border-top: 1px dashed #DDD;
	}

#siteboardsitecount
	{
	height: 20px;
	width: 180px;
	margin: 10px 10px 5px 0px;
	padding: 15px 0px 5px 0px;
	border-top: 1px dashed #DDD;
	float: left;
	clear: none;
	text-align: right;
	}
	
#siteboard
	{
	height: 20px;
	width: 880px;
	margin: 0px 10px;
	padding: 10px 0px;
	float: left;
	clear: both;
	}
	
#siteboardcolumns
	{
	position: relative;
	height: 20px;
	width: 880px;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 5px 0px;
	background-color: #F1F2FF;
	border-top: 2px solid #C0C0C0;
	border-bottom: 2px dashed #C0C0C0;
	}

.siteboardlist
	{
	width: 880px;
	height: 22px;
	margin: 2px 0px;
	padding: 2px 0px 8px 0px;
	border-bottom: 1px dashed #DDD;
	}
	
.id
	{
	float: left;
	width: 20px;
	padding: 2px 5px 2px 10px;
	}
	
.sitename
	{
	float: left;
	width: 260px;
	padding: 2px;
	}
	
.domain
	{
	float: left;
	width: 280px;
	padding: 2px;
	}
	
.idx
	{
	float: left;
	width: 20px;
	padding: 2px 5px 2px 10px;
	color: #C0C0C0;
	}
	
.sitenamex
	{
	float: left;
	width: 260px;
	padding: 2px;
	color: #C0C0C0;
	}
	
.domainx
	{
	float: left;
	width: 280px;
	padding: 2px;
	color: #C0C0C0;
	}
	
.reports
	{
	float: left;
	width: 120px;
	padding: 2px;
	text-align: center;
	}
	
.reporting
	{
	float: left;
	width: 165px;
	padding: 2px;
	}
	
.settings
	{
	float: left;
	width: 85px;
	padding: 2px;
	text-align: center;
	}
	
.delete
	{
	float: left;
	width: 70px;
	padding: 2px;
	clear: right;
	text-align: center;
	}

.actions
	{
	float: left;
	width: 110px;
	padding: 2px;
	clear: right;
	text-align: right;
	}

.cantdelete
	{
	float: left;
	width: 70px;
	padding: 2px;
	clear: right;
	text-align: center;
	color: #C0C0C0;
	}
	

/* settings */

.standardcheckbox
	{
	display: none;
	}
	
#NAME,#DOMAIN,#GOOGLEID, #ANAME, #ADOMAIN, #AGOOGLEID
	{
	width: 200px;
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #0C4268;
	font-size: 12px;
	margin: 0px 0px 0px -2px;
	padding: 0px 2px;
	xborder: 1px solid #ffffff;
	border: 1px solid #eeeeee;
	cursor: url("/images/txt.cur"),text;
	}
	
#ANAME, #ADOMAIN, #AGOOGLEID
	{
	width: 170px;
	border: 1px solid #7F9DB9;
	}
	
#AGOOGLEID
	{
	width: 140px;
	}
	
#FIRSTNAME,#SURNAME
	{
	width: 200px;
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #0C4268;
	font-size: 12px;
	margin: 0px 0px 0px -2px;
	padding: 0px 2px;
	xborder: 1px solid #ffffff;
	border: 1px solid #eeeeee;
	cursor: url("/images/txt.cur"),text;
	}

#DEFAULTVIEW
	{
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #0C4268;
	font-size: 12px;
	margin: 0px 0px 0px -2px;
	padding: 0px 2px;
	xborder: 1px solid #ffffff;
	border: 1px solid #eeeeee;
	cursor: url("/images/txt.cur"),text;
	}
	
#RO_NAME,#RO_DOMAIN,#RO_GOOGLEID
	{
	width: 200px;
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #0C4268;
	font-size: 12px;
	margin: 0px 0px 0px -2px;
	padding: 0px 2px;
	border: 1px solid #ffffff;
	}
	
#NAME:hover,#DOMAIN:hover,#GOOGLEID:hover
	{
	width: 200px;
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #0C4268;
	font-size: 12px;
	margin: 0px 0px 0px -2px;
	padding: 0px 2px;
	border: 1px solid #7F9DB9;
	background: #fefefe;
	cursor: url("/images/txt.cur"),text;
	}
	

#FIRSTNAME:hover,#SURNAME:hover
	{
	width: 200px;
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #0C4268;
	font-size: 12px;
	margin: 0px 0px 0px -2px;
	padding: 0px 2px;
	border: 1px solid #7F9DB9;
	background: #fefefe;
	cursor: url("/images/txt.cur"),text;
	}
	
#DEFAULTVIEW:hover
	{
	font-family: 'Trebuchet MS', tahoma, arial;
	color: #0C4268;
	font-size: 12px;
	margin: 0px 0px 0px -2px;
	padding: 0px 2px;
	border: 1px solid #7F9DB9;
	background: #fefefe;
	cursor: url("/images/txt.cur"),text;
	}
	
#newcheckbox
	{
	cursor: hand;
	}
	
/* Login */

#frmlogin
	{
	padding: 20px 0px;
	margin: 0px;
	}
	
#loginleft
	{
	width: 500px;
	margin: 2px 0px;
	padding: 12px 0px 60px 0px;
	border-right: 1px dashed #DDD;
	float: left;
	clear: none;
	}
	
#loginright
	{
	width: 300px;
	margin: 2px 0px;
	padding: 2px 0px 10px 40px;
	float: left;
	clear: right;
	}
	
.loginlabel
	{
	width: 80px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: right;
	}
	
.loginrow
	{
	width: 300px;
	height: 20px;
	padding: 4px 0px;
	margin: 0px;
	float: left;
	clear: all;
	}
	
#username,#password
	{
	width: 190px;
	height: 14px;
	font-size: 12px;
	padding: 2px 3px;
	margin: -3px 0px 0px 0px;
	}

#loginmsg
	{
	margin: 20px 0px;
	padding: 0px;
	color: #881719;
	font-weight: bold;
	clear: both;
	}
	
#loggedin
	{
	float: right;
	height: 20px;
	clear: right;
	}
	
	
/* footer */

#footer
	{
	position: relative;
	height: 20px;
	width: 880px;
	margin: 10px 0px;
	padding: 10px 0px 5px 0px;
	border-top: 1px dashed #DDD;
	color: #808080;
	float: left;
	clear: both;
	}

#plainfooter
	{
	position: relative;
	height: 20px;
	width: 880px;
	margin: 10px 0px;
	padding: 15px 0px 5px 0px;
	color: #808080;
	float: left;
	clear: both;
	}
	
#copy
	{
	height: 20px;
	width: 780px;
	float: left;
	clear: none;
	}
	
#copy a.plain, #copy a.plain:visited, #copy a.plain:active, #copy a.plain:hover
	{
	color: #808080;
	text-decoration: none;
	}

#allreports
	{
	height: 20px;
	width: 70px;
	padding-right: 26px;
	float: right;
	clear: right;
	text-align: right;
	}
	
#addnewdomain
	{
	padding: 20px 0 14px 20px;
	}
	