/*
This css is ALWAYS in use. Another css file can overwrite some of the styles. 
*/

/*general*/
body, p, div, h1, h2, h3, h4, h5, h6, li, ol, ul, td, th, dd, dt,input,button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #303030;
}

BODY
{
margin-top:0;
margin-left:0px;
margin-right:0px;
background-color:#ffffff;
background-image:url('http://corlive.com/images/gradient.php?color=199,209,225&dir=v&width=1&height=620&change=0.2');

background-repeat: repeat-x;
}

a 			{ color: #003366; text-decoration: none; }
a:link		{ color: #003366; text-decoration: none; }
a:visited	{ color: #003366; text-decoration: none; }
a:active	{ color: #003396;  }
a:hover		{ color: #006396; text-decoration: none; }

/*no frame around images*/
a img{
 border:none;
}


H1
{
font-size:18px;
color:#000040;
}


/*
hidden fields
*/
.hid{
  display:none;
}

/*
something which isn't a link but should look like a link 
*/
.pseudolink{
  cursor:pointer;
  color: #003366;
  text-decoration: none;
}

/*send_topbar*/
.send_topbar
{
  /*width:100%;*/
  background-color:#ffffff; 
  padding-left:9px;padding-right:9px;padding-top:9px;padding-bottom:9px;
  margin-bottom:10px;
  border:1px solid #aaaaaa;
  /*background-image:url('http://corlive.com/images/gradient.php?dir=v&width=1&height=200&change=-2&color=156,21,18');*/
  background-image:url('http://corlive.com/images/gradient.php?dir=v&width=1&height=200&change=-1&color=01,120,179');
  
  background-repeat: repeat-x;
  color:white;
  text-transform: uppercase;
  font-size:10px;
}
.send_topbar a,.send_topbar a:visited,.send_topbar p{
  color:#eeeeee;
  font-size:10px;
}
.send_topbar a:hover{
  text-decoration:underline;
  color:white;
}



/*frame, w środku z reguły jest wstawiony tytuł w h2*/
.send_frame
{
  /*padding:5px 5px 5px 5px;
  margin:5px 3px 3px 3px;
  */
  padding: 4px 10px 4px 10px;
  margin:  5px 1% 5px 1%;  
  border:1px solid #CCCCCC;
  /*blue*/
  background-image:url('http://corlive.com/images/gradient.php?dir=h&width=1900&height=1&change=0.2&color=244,250,254');
  background-repeat: repeat-y;	
}

.spacer {
	clear: both;
}

