/*  ADMIN STYLESHEET  */



#menu {
	height:150px;
	border-bottom:1px solid #fff;
	z-index:10;
}

h3, h4 {
	color:#fff;
}

#headings {
	height: 45px;
	width: 770px;
	z-index:20;
	background-color:#547ba7;
}


#headings h2 span.maintitle{	
	font-size:20px;
	font-weight: normal;
	padding:10px;
	color:#fff;
	margin: 0;
	text-align:left;
	float:left;
}

#headings h2 span.logout {	
	font-size:12px;
	font-weight: normal;
	color:#002940;
	margin: 0;
	text-align:left;
	padding:15px;	
	float:right;
}

#headings h2 span.logout a {
	text-decoration: none;
}

#headings h2 span.logout a:link {
	color: #fff;
}

#headings h2 span.logout a:visited {
	color: #fff;
}

#headings h2 span.logout a:active {
	color: #fff;
}

#headings h2 span.logout a:hover {
	text-decoration: underline;
}

#content {
	padding-bottom:10px;
	padding-top:10px;
}

#content h3 {
	font-size: 1.3em;
	color:#fff;
	text-align:left;
	padding: 0 0 10px 15px;
}

.confirm {
	color:#fff;
	font-weight:bold;
}

#login {
	width:180px;
	height:auto;
	background: #547ba7 url(images/cvhomebottom.gif) no-repeat bottom left;	
}

.confirm {
	color:#fff;
	font-weight:bold;
}

#login  h4 {
	font-size:14px;
	text-align:center;
	padding:5px;
	color:#fff;
	text-transform: uppercase;
	background: #547ba7 url(images/cvhometop.gif) no-repeat top left;	
}

#login div.input {
	text-align:right;
	padding:5px 10px 5px 10px;
	color:#fff;
}

#login div.submit {
	padding:10px 10px 10px 10px;
}

input.input {
	border:1px solid #002940;
	width:80px;
}

.adminhome {
	float:left;
	margin:0 0 10px 10px;	
	width:180px;
	height:auto;
	background: #547ba7 url(images/cvhomebottom.gif) no-repeat bottom left;
	text-align:left;
}

* html .adminhome {
	margin-left: 5px;
	margin-right:5px;
}

.adminhome h4 {
	font-size:1.2em;
	margin: 0;
	padding: 8px 10px 4px 10px;
	font-weight:bold;
	color: #fff;
	background: #547ba7 url(images/cvhometop.gif) no-repeat top left;
}

.adminhome p {
	text-align:left;	
	padding:5px;
}

.adminhome ul {
	padding:5px 10px 5px 10px;
	list-style-type:none;
	text-align:left;
}

a.edit span, a.del span {
	display:none;
	text-decoration: none;
}

a.edit, a.del {
	display:block;
	float:left;
	margin:6px 2px 0 2px;
	position:relative;
	height: 7px;
	width: 7px;
	background-position: 0 0;	
	text-decoration: none;
}

* html a.edit {
	margin:6px 0 0 2px;
}

* html a.del {
	margin:6px 2px 0 1px;
}

a.edit {
	background: url(images/edit.gif) no-repeat;
}

a.del {
	background: url(images/del.gif) no-repeat;
}

a.edit:hover, a.del:hover {
	background-position: 0 -7px;
	text-decoration: none;
}

a.view {
	margin-left:3px;
	text-transform: uppercase;
	font-size:0.95em;
	color: #fff;
	text-decoration: none;	
}

a.view:link, 
a.view:visited,
a.view:active, {
	color: #fff;
	text-decoration:none;
	font-style:normal;
}

a.view:hover{
	color:#002940;
	text-decoration:none;
	font-style:normal;
}

a.add {
	display:block;
	text-decoration: none;
	width:100px;
	margin:8px 2px 10px 2px;
	padding: 0 0 0 12px;
	text-transform: uppercase;
	font-size:0.8em;
	color: #fff;
	position:relative;
	height: 10px;
	background: url(images/add.gif) no-repeat 0 0;
}

a.add:hover {
	background: url(images/add.gif) no-repeat 0 -10px;
}

a.add:link, 
a.add:visited,
a.add:active, {
	color: #fff;
	text-decoration:none;
	font-style:normal;
}

a.add:hover{
	color:#002940;
	text-decoration:none;
	font-style:normal;
}


a.editwithtext {
	display:block;
	margin:6px 2px 0 13px;
	position:relative;
	height: 13px;
	color:#fff;
	text-decoration:none;
	background: url(images/edit2.gif) no-repeat 0 0;
}

a.editwithtext:link, 
a.editwithtext:visited,
a.editwithtext:active, {
	color: #fff;
	text-decoration:none;
	font-style:normal;
}

a.editwithtext:hover {
	background: url(images/edit2.gif) no-repeat 0 -13px;
	color:#002940;
	text-decoration:none;
}

.article {
	padding:0 15px 15px 15px;
}

.article p {
	padding:5px 0 5px 0;
}

* html .article a.del {
	background-position: 0 0;
	height: 13px;
	background: url(images/delarticleie.gif) no-repeat;
}

* html .article a.del:hover {
	background-position: 0 -13px;
}

.article h4 {
	font-size:1.2em;
	padding: 0px 0px 0px 13px;
	text-align:left;
}

a.back {
	display:block;
	text-decoration: none;
	width:120px;
	margin:8px 2px 10px 2px;
	padding: 0 0 0 12px;
	text-transform: uppercase;
	font-size:0.8em;
	color: #fff;
	position:relative;
	height: 10px;
	background: url(images/back.gif) no-repeat 0 0;
}

a.back:hover {
	background: url(images/back.gif) no-repeat 0 -10px;
}

a.back:link, 
a.back:visited,
a.back:active, {
	color: #fff;
	text-decoration:none;
	font-style:normal;
}

a.back:hover{
	color:#002940;
	text-decoration:none;
	font-style:normal;
}

textarea {
	font-size:1em;  
	font-family: arial,helvetica,sans-serif; 
}