/* @import "../blog/wp-content/themes/default/style.css"; */

.narrowcolumn_main {
	overflow: hidden;
}

.box {
     border: 1px solid black;
	 background-color: #FBF2C3;
	 text-align: center;
	 vertical-align: middle;
	 border-radius: 10px;
}

.nav_but {
     border: 1px solid black;
	 background-color: #FBF2C3;
	 text-align: center;
	 vertical-align: middle;
	 padding: 5px;
	 border-radius: 4px;
	 cursor: pointer;
}

.small {
	font-size: 0.5em;
}

small {
	font-size: 0.5em;
}

div[class^='categ'] {
	font-size: 1.2em;
}

.support_submenu {
	/*
	position: absolute;
	top: 220px;
	left: 232px;
	*/
	font-size: 10pt;
	background-color: lightgray;	
	/*width: 100%;*/
	height: 16px;
	padding: 2px;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
	text-align: left;
}

h2 {
	font-size: 2em;
	padding-top: 0px;
	padding-bottom: 10px;
}

.thumbn {
    cursor: hand;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 170px;
}


#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(/mangal/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/mangal/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/mangal/images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*
a.button, a.buttonDis {
	display: block;
    float: left;
	background-color: transparent;
	background-image: url("/pics/buttonBackground.gif");
	background-repeat: no-repeat;
	width: 300px;
	height: 46px;
	margin: 0px;
    margin-left: 5px;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
*/

a.button {
    /* Sliding right image */
    background: transparent url('../pics/button_right_05.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.button span {
	/* Background left image */ 
	background: transparent url('../pics/button_left_05.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
} 

a.button:hover span {
    text-decoration:underline;
}



td {
    text-align: left;
    vertical-align: top;
}
