/* project: internet music template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
  
body
{
	padding: 0;
	margin: 0;
	font: 11pt/1.5em Arial;
	line-height: 1.5em;
	background: #fff;
	color: black;
}

a
{
    color: yellow;
    background: inherit;
}

a:hover
{
    color: Blue ;
    background: inherit;
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 145px; 
	height: 22px;
	border: none;
	background: #fff url(input.gif) no-repeat; 
	padding: 5px 10px 0 25px;
	color: #808080;
}
table
{
    color: black;
    font: 1.1em Arial, Helvetica, Sans-Serif;
    
}

.combo
{
	height: 30px;
	width: auto;
	color: black;
	font: 1.1em Arial, Helvetica, Sans-Serif;
	background-image: none;
	
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: black double;
	border-top: black double;
	border-left: black double;
	border-bottom: black double;
}

input.button1
{
	height: 22px;
	width: auto;
	color: white;
	font: 1.1em Arial, Helvetica, Sans-Serif;
	background-image: url(images/bgBlue.jpg);
	background-color: cornflowerblue;
	padding-right: 2px;
	padding-left: 2px;
	
	border-right: lightblue solid;
	border-top: lightblue solid;
	border-left: lightblue solid;
	border-bottom: lightblue solid;
	background-position: left top;
	background-repeat: repeat-x;
}

.button1 a:hover
{
    border: 0;
    height: 27px;
    width: auto;
    color: #FFF;
    font:  1.2em Arial, Helvetica, Sans-Serif;
    background-color: tomato;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
}

.header_right {
	float: right;
	width: 550px;
	height: 72px;
}

.logo p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}


.top_info
{
    width: 100%;
    margin: 12px 0 5px 0;
    padding: 0 0px 0px 0;
    text-align: right;
    background: url(img/dot.gif) white repeat-x 50% bottom;
    color: #ffffff;
    font-size: 9pt;
    font-family: Arial;
}
	

.slogan
{
	text-align: right;
	width: 160px;
	color: black;
}


.bar { 
	text-align: right;
	color: black;
	height: 30px; 
	font: 1.1em Arial; 
}

	.bar li
{
    padding: 0px 10px 8px 10px;
    color: blue;
    display: inline;
}
	
	.bar li.active
{
    background: #FFF url(bar.gif) no-repeat center bottom;
    color: blue;
    font-weight: bold;
    padding-bottom: 8px;
}

	.bar a
{
	font-weight: bold;
	color: blue;
	background: inherit;
} 

.search_field { 
	text-align: right;
	float: right;
	width: 350px;
	height: 38px;
	background: #464548 url(../img/searchbg.gif) no-repeat top right; 
	color: #000;
	clear: both;
	padding: 10px 10px 0 0;
}

.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	background: inherit;
	
}

.search
{
    font-size: 1.2em;
    color: #333300;
    background: inherit;
}

.newsletter {
	float: left;
	height: 33px;
	font: 1.0em Arial; 
	padding: 5px 0 0 5px;
	width: 100%;
	background: #6E6E6E url(newsletterbg.gif) no-repeat;
	color: #FFF;
	margin: 0 0 3px 0;
}

.subheader
{
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	
	color: black;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 400px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
	}

	.lt
{
	height: 10px;
	
	color: #FFF;
}
	
	.lbox
{
	color: #000000;
	padding: 3px 12px;
	margin: 0 0 15px 0;
	height: 178px;
}
	

	.ltValidation
{
    height: auto;
    color: #FFF;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 9pt;
    font-family: Tahoma;
    background-color: #ff6633;
    direction: ltr;
    width:auto;
    text-indent: 12pt;
}
	

		.lbox1
{
    color: black;
    margin: 0px 0px 0px 10px;
    height: auto;
    font-family: Tahoma;
    font-size: small;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.lbox1 h3
{
    margin: 0 0 5px 0; 
	padding: 5; 
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: red; 
	background: inherit;
}
	.lbox a 
	{
		color: #FFFCD1;
		background: inherit;
	}
	
	.lbox h2
{
	color: #000000;
}
	.FieldLabelRequired
{
    margin-left: 5px;
    border-bottom-color: red;
    width: 140px;
    font-family: Verdana;
    vertical-align: top;
    background-position: right 50%;
    background-image: url(../img/star_red.gif);
    margin-right: 5px;
    background-repeat: no-repeat;
    text-align: left;
}
	.FieldLabel
	{
	    margin-left:5px;
	    border-bottom-color:Red;
	    width:140px;
	    font-family:Verdana;
	     text-align: left;
	    vertical-align:top;
	    
	}
	
.thumb
{
    float: left;
    width: 100px;
    height: 80px;
    color: black;
    background: #fff;
    margin: 0 6px 6px 0;
    padding: 2px;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 245px;
	margin: 0 0 10px 0;
}

.right a {
	color: #FFFCD1;
	background: inherit;
}

		
	.rt {
		background: #C85E35 url(../img/rt.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}
		
	.right_articles {
		font-size: 0.9em;
		background: #C85E35 url(../img/rb.gif) no-repeat bottom;
		color: #FEE1D5;
		padding: 4px 8px;	
		margin: 0 0 10px 0;
	}
	
			
.image
{
	float: left;
	margin: 0 9px 3px 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}


.CenterContent
{
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;

}

.TAbleField
{
	font-weight: bold;
	font-size: 9pt;
	font-family: arial;
	width: 125px;
	color: black;
}

.itembg
{
	background-position: left top;
	background-image: url(img/side_bg.gif);
	background-repeat: repeat-x;
}

