/* 
	Main definitions 
*/

body,html {
  color:#313029;
  font-size:13px;
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial;
  background-color:#E1EAF4;
  background-image:url(image/ap_juosta_vid.gif);
  background-position:center bottom;
  background-repeat:repeat-x;
}

p {
}

a:link {
	color: #339;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #339;
}

a:hover {
	text-decoration: none;
	color: #339;
}

a:active {
	text-decoration: none;
	color: #339;
}

img {
	border:none;
}

table {
	width:100%;
}


form {
	width:100%;
}

input {
	width:99%;
}

textarea { 
	background-color:#fff;
	width:99%;
}

select { 
	background-color:#fff;
	width:60px;
}

pre {
	font-family:tahoma;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	hite-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}


/* 
	Main Table 
*/


#logo {
	width:318px;
	height:145px;
	padding:0;
	margin:0;
}
#userSettings {
  font-size:12px;
	text-align: right;
	position:absolute;
	top:8px;
	right:36px;
}
#menu_row {
	background: url(image/menu_bg.gif) repeat-x;
	height:79px;
	width:90%;
	padding:0;
	margin:0;
}
#h1_row {
	background: url(image/h1_bg.gif) repeat-x;
	height:66px;
  font-size:25px;
  padding:0 0 0 12px;
  margin:0;
  color:#425E7B;
  font-family:georgia;
}


td.side {
 	padding:0;
 	margin:0;
  vertical-align:top;
  background-image:url(image/txt_bgr.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  margin-bottom:150px;
}

td.content {
	vertical-align:top;
	line-height:19px;
	position:relative;
  background-image:url(image/txt_bgr.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  margin-bottom:150px;
  padding-right:60px;
}
td.footer {
	height:31px;
}

#footer{
  padding:20px;
  height:31px;
  position:relative;
	z-index:1;
	margin-top:40px;
	vertical-align:bottom;
}

#eduAd {
  float:right;
  z-index:1;
}
#eduAd img {
  margin-right:14px;
}

#footerText{
  float:left;
  padding:40px 0 0 0;
}

#footerPicLeft {
  position:absolute;
  bottom:0;
  left:0;
	background: url(image/bottom_left.png) no-repeat bottom left;
	height:55px;
	width:29px;
	z-index:-1;
}

#footerPicRight {
  position:absolute;
  bottom:0;
  right:0;
	background: url(image/bottom_right.png) no-repeat bottom right;
	height:145px;
	width:400px;
	z-index:-1;
}


td.side p {
  padding:0;
  clear:both;
}

/* 
	Navigation Bar 
*/

table.naviBar {
  margin:0 20px;
}

table.naviBar td {
	padding:3px 6px;
	margin:0;
}

table.naviBar a {
	font-weight:bold;
}

/* 
	Editing forms styles 
*/

table.editTable {
}


table.editTable th {
	background-color:#ddd;
	color:#000;
	padding:4px 10px;
}


table.editTable td.lbl{
	width:30%;
	text-align:right;
	padding-right:10px;
}



/* Simple page and news page definitions */
#content {
 	padding:0;
}
#content ul {
	margin: 0px 30px;
	padding: 0;
	/*list-style: none;*/
}

#content li {
	/*background: no-repeat left 6px  url(image/list_item.png);*/
	padding-left: 10px;
	padding-bottom: 2px;
}

#content ul ul {
	margin: 8px 0 0;
}

#content h1,h2 {
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	color: #e87924;
  clear:both;
  font-family:georgia;
}

#content p {
	vertical-align:top;
	padding:0;
	text-align:justify;
}

#content img {
}

#content .txtimg {
	padding: 4px;
  border: 1px solid #ccc;
	float:right;
	margin:0px 10px;
}

/* Galery page definitions */

#galery {
	overflow:none;
 	padding:20px 40px;
}

#galery .item {
  text-align:center;
  padding:10px 10px 30px;
  float:left;
  width:30%;
  height:120px;
}

#galery p {
  text-align:center;
	padding: 0px;
	margin: 0;
	font-size: 12px;
	line-height:17px;
}

#galery img {
	padding: 0;
	margin: 0px 10px;
  border: 1px solid #ccc;
}

#galery img:hover {
	background: silver;
}

div.spacer {
  clear: both;
  line-height:0px;
  font-size:0px;
}


/*  */

#head {
  position:relative;
  padding:0px;
}




.bug {
	color:#f00;
	font-weight:bold;
}

.nobug {
}

.alert	{
	font-weight:bold;
	color:#090;
}

.button {
	width:120px;
}



.userPageEditMenu {
  padding:2px;
  margin:0;
}

.userPageEditMenu a {
	height: 10px;
	width: 11px;
	background: none;
	padding: 0;
	margin: 0;
}

#content .userPageEditMenu img {
	padding: 0;
	margin: 0;
  border: none;
  float:none;
}

#galery .userPageEditMenu img {
	padding: 0;
	margin: 0;
  border: none;
  float:none;
}


table.table {
  border-top:1px solid #b3c6da;
  border-left:1px solid #b3c6da;
}

table.table th {
  border-right:1px solid #b3c6da;
  border-bottom:1px solid #b3c6da;
  background-color:#e1eaf2;
  padding:6px;
}
table.table td {
  border-right:1px solid #b3c6da;
  border-bottom:1px solid #b3c6da;
  padding:6px;
}



