/*
#------------------------------------------------------------------------
# The World News II - July 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
/* Fix for the IE8 floated image problem */
.nspImage {
    width: auto!important;
}
table,
table tr,
table td,
table tbody,
table thead {
     vertical-align: top!important;
}

/* MODIFICATIONS */

/* general */

body {
	background-image:none;
	color:#000;
}

/* logo */

h1#gkLogo {
	top: 20px;
}

h1#gkLogo a img { 
	margin: inherit;
	height:90px;
}

/* login */

#gkButtons {
	width:100px; 
	position:absolute;
	left:613px;
	top:22px;
}

#gkButtons { background-image: none; }
#gkButtons > div { background-image: none; }
#gkButtons a:active,
#gkButtons a:focus,
#gkButtons a:hover { color: #cb260a; }
#gkButtons #btnLogin { background-image: none; }
#gkButtons #btnLogin span { display: block;
float: left;
margin: 1px;
height: 20px;
border: none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: #e2001a;
font-size:10px;
color:#FFF;
text-shadow:none;
width:80px;
text-align:center;
padding:2px 3px 0 3px;}

#gkButtons #btnLogin span:hover {
	background: #151515;
}