/* CSS Document */
/* main container */

.div_body {
	background-color: #464646;
	width: 990px;
	height: 100%;
	text-align: center;
	padding-top: 16px;
	padding-left: 0px;
	padding-right : 9px;
	text-align : center;
	margin: 0px auto;
}

/* general body settings */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #464646;
	text-align : center;
	margin: 0px auto;
}

/* other */
td.button_cell {
	background-color: #464646;
	vertical-align: bottom;
}

select.white_select {
	background-color : #e1f3fb;;
	color : black;
	font-size : 10px;
	font-family : Verdana;
	border : 0px solid #979797;
	height : 18px;
	vertical-align : middle;
}


a.small_black_link {
	font-family : Verdana; 
	font-size : 9px; 
	text-decoration : none; 
	padding-bottom : 12px; 
	height : 20px; 
	color : #354960;
}

a.small_black_link:hover {
	color: #1E7888;
}


td.box_headerlinks {
	background-color:#303131;
	font-family : Verdana;
	font-size : 9px;
	color : #626267;
	vertical-align : middle;
	padding : 2px;
	text-align : left;
	padding-left : 5px;
	/* width : 352px; */
}

td.box_header {
	height : 20px;
	background-image : url(../images/menu-top-blk.gif);
	font-family : Verdana;
	font-size : 9px;
	color : #c8ecfc;
	vertical-align : middle;
	padding : 2px;
	text-align : left;
	padding-left : 5px;
	/* width : 352px; */
}

td.dark_box_header {
	height : 15px;
	background-color : #4e89a4;
	font-family : Verdana;
	font-size : 9px;
	color : white;
	vertical-align : middle;
	padding : 2px;
	text-align : left;
	/* width : 352px; */
}

a.white_link {
	font-family : Verdana;
	font-weight : bold;
	color : white;
	font-size : 11px;
	text-decoration : none;
}

td.box {
	background-image:url(../images/box_bg.jpg);
	background-color : #DFDFDF;
	padding : 2px;
	font-family : Verdana;
	font-size : 9px;
	color : black;
	text-align : left;
	/* width : 352px; */
	line-height : 14px;
	padding-bottom : 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #9B9B9B;
	border-right-color: #9B9B9B;
	border-bottom-color: #9B9B9B;
	border-left-color: #0099FF;
}

boxmenu {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: ridge;
	border-right-color: #9B9B9B;

}


td.box1 {
	background-image:url(../images/stripe_399.png);
	background-color : #666666;
	padding : 2px;
	font-family : Verdana;
	font-size : 9px;
	color : white;
	text-align : left;
	/* width : 352px; */
	line-height : 14px;
	padding-bottom : 19px;
	border: 1px ridge #CCCCCC;
}

td.boxe {
	background-image:url(../images/box_bg.jpg);
	background-color : #DFDFDF;
	padding : 2px;
	font-family : Arial;
	font-size : 12px;
	color : black;
	text-align : left;
	/* width : 352px; */
	line-height : 14px;
	padding-bottom : 19px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #808FAC;
	border-right-color: #808FAC;
	border-bottom-color: #808FAC;
	border-left-color: #808FAC;
}

span.link_span {
	background-color : #FFFFFF;
	font-size : 9px;
	font-family: Verdana;
	color : #333333;
	border: 1px outset #D6D6D6;
}

a.link_span {
	background-color : #FFFFFF;
	font-size : 9px;
	font-family: Verdana;
	color : #333333;
	text-decoration : none;
}

a.link_span:hover {
	color: #FF6600;
}

span.link_span:hover {
	color: #FF6600;
}

a.blue_link {
	font-family : Verdana;
	font-size : 10px;
	color : #020F5B;
	border-bottom : 1px dotted #020F5B;
	text-decoration : none;
}

a.blue_title {
	font-family : Verdana;
	font-weight : bold;
	font-size : 9px;
	color : #034977;
	text-decoration : none;
}

div.dotted_div {
	border-bottom : 1px dotted #ABBCC6; 
	width : 100%; 
	padding : 2px;
	padding-right : 6px;
}

a.blue_link_small {
	font-family : Verdana;
	font-size : 9px;
	color : #034977;
	text-decoration : none;
}

td.light_box_header {
	height : 18px;
	background-color : #575555;
	font-family : Verdana;
	font-size : 9px;
	color : white;
	vertical-align : middle;
	padding : 2px;
	text-align : left;
	width : 352px;
}

td.upload_form {
	width : 301px;
	background-image:url(../images/bg3.gif);
	font-family : Verdana;
	font-size: 10px;
	color : #034977;
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
	font-weight: bold;
}

td.left_cell_header {
	width: 173px;
	/*background-color : #bfbdbd;*/
	background-color : #DFDFDF;
	background-image:url(../images/bg_left_cell.jpg);
	font-family : Verdana;
	font-size : 9px;
	color : white;
	vertical-align : top;
	text-align : left;
	border-right: 1px solid #464646;
	border-bottom: 3px solid #464646;
}

div.left_cell {
	background-image:url(../images/bg_left_cell.jpg);
	font-family : Verdana;
	font-size : 9px;
	color : black;
	vertical-align : top;
	text-align : left;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px dashed #becad2;
	padding-left: 4px;
	padding-right: 4px;
}

a.menu_link {
	font-family : Verdana;
	font-size : 9px;
	color : black;
	vertical-align : top;
	text-align : left;
	text-decoration : none;
	font-weight : normal;
}

a.magenta_link {
	font-family : Verdana;
	font-size : 9px;
	color : #b738dc;
	vertical-align : top;
	text-align : left;
	text-decoration: none;
}

a.artist_name {
	font-family : Arial;
	font-weight: bold;
	font-size: 12px;
	color : black;
	text-decoration: none;
}

a.category {
	font-family : Arial;
	font-size: 9px;
	color : black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
.whitesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.gray_link {
	font-family : Arial;
	font-size : 11px;
	color : #525252;
	border-bottom: 1px dotted #525252;
	text-decoration: none;
	font-weight: bold;
	}


a:hover {
	color: #0099FF;
}

.bottomlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.dropdowntop {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #827D64;
	font-weight: bold;
	border: 1px dotted #E3EBF3;
	
}

#menuList {
	position:relative;
	font-size:1em;
	z-index:100;
	margin: 0px;
	padding: 0px;
}

#mainMenu {
	position:relative;
	color: white;
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}

#menuList li {
	z-index:100;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a.starter {
	z-index:100;
	margin: 0px;
	padding: 0px;
}

a.starter:hover, a.starter:active, a.starter:focus {
	background-color: #ffffff;
	color: #999999;
}
#menubuilder, #stylelibrary, #aboutus {
	width: 120px;
}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
.menu li {
	width:100%;
}
.menu li a {
	background: #5AB0C5;
	z-index:100;
	color: #fff;
	display: block;
	width:100%;
	font-size: 1em;
	padding:2px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	margin-top:-2px;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #cccccc;
	color: #3F4C78;
}

.font-arial{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-weight: bold;
}

.font-arial a{
	font-family: Arial, Helvetica, sans-serif;
	color:#02D0EF;
	text-decoration:none;
	font-weight: bold;
}

.font-arial a:hover {
	background-color:#393939;
}

.level0{
	font-size:12px !important;
}

.level1{
	font-size:15px !important;;
}
.level2{
	font-size:20px !important;;
}
.level3{
	font-size:25px !important;;
}
.level4{
	font-size:30px !important;;
}

.thelist {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.font-pictures{
	font-family: Arial;
	font-size:47 px;
	color:#BEBEBE;
	text-decoration:none;
}

a.font-pictures{
	font-family: Arial;
	font-size:10px;
	color:#084a9a;
	text-decoration:underline;
}
a.font-pictures:hover{
	background-color:#e7ffff;
}

/*MAIN PAGE STYLES*/
.news_box{
	background-color: #1c1f22;
	width: 294px;
	color: #fff;
	text-align:left;
	font-size:13px;
}

.box2{
	background-color: #000a0a;
	width: 294px;
	color: #fff;
	text-align:left;
	font-size:13px;
}

.box_blog{
	background-color: #000a0a;
	width: 339px;
	color: #fff;
	text-align:left;
	font-size:13px;
}

a{
	font-family:Arial,Helvetica,sans-serif;	
	font-size:13px;
}

a.small_blue_link{
	color: #90EFFD;
	text-decoration:none;
}

a:hover.small_blue_link{
	color: #EAEB93;
	text-decoration:none;
}
.news{
	color: #fff;
	background-color: #1C0F0F;
	margin-bottom: 5px;
}
.news a{
	text-decoration:none;
	color: #EAEB93;
}
.news a:hover{
	color: #90EFFD;
}

.news p{
	margin: 0px;
	padding:0px;
}

a.news_title{
	font-weight:bold;
	font-size: 17px;
	color: #90EFFD;
	text-decoration:none;
}
.news_title{
	font-weight:bold;
	font-size: 17px;
	color: #90EFFD;
	text-decoration:none;
}

a.news_title_small{
	font-weight:bold;
	font-size: 13px;
	color: #90EFFD;
	text-decoration:none;
}

a.link_white1{
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}

a:hover.link_white1{
	color:#02D0EF;
}

a.link_white2{
	font-size:15px;
	color:#fff;
	text-decoration:none;
}

a.link_white3{
	font-size:9px;
	color:#fff;
	text-decoration:none;
}

a.link_black{
	font-weight:bold;
	font-size:13px;
	color:#000;
	text-decoration:none;
}

a:hover.link_black{
	color:#02D0EF;
}

.date_big{
	font-weight:bold;
	font-size: 17px;
	color: #EAEB93;
}

.date_small{
	font-size: 12px;
	color: #adad91;
}

.picture_line{
	height:30px;
	width:137px;
	float:left;
	padding-left:3px;
}

.picture_line2{
	height:30px;
	width:150px;
	float:left;
	padding-left:3px;
	height:19px;
	padding-top:2px;
}

.upload_text{
	font-size:17px;
	font-weight:bold;
}

.upload_form{
	width:196px;
	height:20px;
	background : url(../images/input.jpg) top center no-repeat;
}

.upload_input{
	width:190px;
	padding-left:3px;
	height:20px;
	border:0px;
	background-color: transparent;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	height:20px;
	width:193px;

}

.blog_date{
	color: #77B4BD;
	font-size: 11px;
}

.dotted_div2{
	border-bottom: 1px dashed #303737;
	padding-bottom: 12px;
	margin-bottom:12px;
}

.dotted_div2 a{
	color: #02D0EF;
	text-decoration: none;
}

.dotted_div2 a:hover{
	color: #EAEB93;
}

a:hover.blue{
	background-color: #fff;
	color: #118AA8;
}

a:hover.red{
	background-color: #fff;
	color: #9F1313;
}

a:hover.green{
	background-color: #fff;
	color: #368410;
}
a:hover.blue2{
	background-color: #fff;
	color: #5695A5;
}
a:hover.green2{
	background-color: #fff;
	color: #559336;
}
a:hover.red2{
	background-color: #fff;
	color: #C72121;
}

 a.pagination {
 	 color:#fff;
 	 text-decoration:none;
 	 font-size:12px;
 	 font-weight:bold;
 }
 
 a:hover.pagination {
 	 background-color: #141414;
 	 color:#CDEE5B;
 }
 
 a.gallery_link{
 	 color:#fff;
 	 text-decoration:none;
 	 font-size:12px;
 	 font-weight:bold;
 }
 a.on{
 	 background-color: #141414;
 	 color:#CDEE5B;
 }
 a:hover.gallery_link{
 	 background-color: #141414;
 	 color:#CDEE5B;
 }
 
 a.top_next {
   font-family : Arial;
   color : #000000;
   font-weight : regular;
   text-decoration : none;
   font-size : 10px;
 }
 
 .text_blue {
 	 color:#02D0EF;
 }
 
 .picture{
 	 width: 212px;
 	 height: 156px;
 	 float: left;
 	 background-color: #151515;
 	 border: 1px solid #262626;
 	 margin-right: 2px;
 }
 
 .image_center{
 	 display: block;
 	 width: 120px;
 	 padding-left: 47px;
 	 text-align: center;
 }
 a.div_hover{
 	  display: block;
 	  cursor: pointer;
 }
  a:hover.div_hover{
  	background-color: #070707;
  }
 
 a.blue_link{
	color:#02D0EF;
	text-decoration:none; 
}
 a:hover.blue_link {
	color:#EAEB93;
}

 .image_caption{
 	 background-color: #0d0d0d;
 	 height: 41px;
 }
 
   .blog_text{
  	color: #fff; font-size: 13px;
  	background: url(http://www.bombingscience.com/images/linia_blog.gif) bottom center no-repeat;
  	padding:15px 10px;
  	
  }
 .blog_text a:hover {
	color:#EAEB93;
}
 .blog_text a {
	color:#02D0EF;
	text-decoration:none;
}

 a.link_blue:hover {
	color:#EAEB93;
}
 a.link_blue {
	color:#02D0EF;
	text-decoration:none;
}

