@import url('login.css');

/*------------------------------------------------------------

Page layout

-------------------------------------------font------------------*/
#main_container{
	margin:0px 10px 0px 10px;
	padding:20px 20px 0px 20px;
}

#footer{
	margin:20px 0px 20px 0px;
	font-size:9px;
	color:#999999;
}
#login{
	float:right;
	padding:2px 20px;
	margin:0;
	background:#DEDEDE;
	font-size:11px;
	border-bottom:#E6E6E6 solid 1px;
}

#info-bar{
    margin:7px 15px;
    margin-top:7px;
    float:right;
    color:#000;
}
#info-bar span{
    color:#FFF;
}

/*------------------------------------------------------------

General Formatting

--------------------------------------------------------------*/

img{
	border:0px none;
}

a:link, a:visited, a:active{ 
	color: #FF0000;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}
html{
}
body{
	margin:0px;
	padding:0px;
	font:80% arial,sans-serif;
    background: #FFFFFF url(../graphics/background.gif) left top repeat-x;
}
textarea {
	font:100% arial,sans-serif;
}
form{
	margin:0px;
	padding:0px;
}
p{
	margin:0px;
	padding:0px 0px 20px 0px;
}

h1{
	margin:10px 0px 10px 0px;
	font:175% arial,sans-serif normal;
	color:#0e6e7e;
}

h2{
	margin:5px 0px 5px 0px;
	font:160% arial,sans-serif normal;
	color:#0b9ba5;
}

h3{
	margin:5px 0px 5px 0px;
	font:130% arial,sans-serif normal;
	color:#702417;
}

hr{
	border-bottom-style:none;
	border-top-style:dashed;
	border-color:#999999;
	height:1px;
}


.footnote{
	margin:0px;
	padding:0px;
	font:80% arial,sans-serif;
	color:#999999;
}

#footer_buttons {
    float: right;
    height: 40px;
    line-height: 40px;
}
#footer_buttons a {
    float: left;
    margin-left: 1px;
}
#back_to_top {
    color: white;
    text-decoration: none;
    font-size: 155%;
    display: block;
    text-align: center;
    width: 95px;
    height: 40px;
    background: url(../../component/graphics/toplink.gif) no-repeat;    
}

/*------------------------------------------------------------

Panel

--------------------------------------------------------------*/

.panel{
	/*
	background-color:#ffffff;
	*/
}
.panel_content{
}
.panel td{
	padding:2px 2px 2px 10px;
}
.panel tr{
}
.panel_title{
	margin-top:10px;
	padding:2px 5px 2px 10px;
	text-align:left;
	color:#000000;
	border:none;
	border-top:1px solid #C4C4B8;
	border-bottom:1px solid #C4C4B8;
	background-color:#EAEEEF;
}
.panel_detail{
	text-align:left;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	
	background-image:url(http://www.blacksheepcreative.co.nz/scripts-001/common-001/styles-001/images/panel_bgnd.gif);
	background-color:#ffffff;
	background-repeat:repeat-x;
}

.panel_detail tr
{
	padding:1px 5px 0px 10px;
	border-bottom:1px solid #E6E6E6;
	border-top:1px solid #ffffff;
	border-left-style:none;
	border-right-style:none;
}
.panel_row td
{
	border-right:1px solid #DEDEDE;
	padding-left:10px;
	padding-right:10px;
}
tr.panel_row_alt
{
    background-color:#F7F7F7;
}

.panel_row_alt td
{
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #DEDEDE;
}


/* ---------------------- OLD STYLES ---------------------- */

.description
{
	background:url(../graphics/about.gif) no-repeat;
	padding-left:23px;
	font-style:italic;
	color:#777777;
}

.messageClose
{
	cursor:pointer;
	background:url(../graphics/windowTop.gif) no-repeat right;
	text-align:right;
}
.message p
{
	padding:10px;
	margin:0px;
}

.message
{
	background: #eeeeee;
	border:solid 1px #777792;
	padding:0px;
	position: absolute;
	right:220px;
	top: 43px;
	width:180px;
}

.button
{
	height:16px;
	padding:0px 0px 0px 20px;
	color:#000000;
	border-style:none;
	cursor:pointer;
	line-height:16px;
	background-repeat:no-repeat;
}
.button a
{
	text-decoration:none;
}
.button a:hover 
{
	text-decoration:underline; 
} 
.button_neutral{
	color:#999999;
	background-image:url(../graphics/icon_edit.gif);
}
.button_edit{
	color:#339900;
	background-image:url(../graphics/icon_edit.gif);
}
.button_new{
	color:#0066FF;
	background-image:url(../graphics/icon_new.gif);
}
.button_delete{
	color:#D12222;
	background-image:url(../graphics/icon_delete.gif);
}
.buttonforward{
	color:#0066FF;
	background-image:url(../graphics/icon_forward.gif);
}
.buttonbackward{
	color:#D12222;
	background-image:url(../graphics/icon_backward.gif);
}

.input_submit{
	width:84px;
	height:25px;
	font-size: 11px;
}

ul.nobullet {
	margin: 0;
	padding: 0;
}
ul.nobullet li{
	list-style-type: none;
}

a.download{
	background: url(../graphics/icon_download.gif) no-repeat;
	padding-left: 20px;
	float: left;
	height: 20px;
	line-height: 1.4em;
}

textarea.mceEditor {
	font-size: 10px;
}
