/* Start of CMSMS style sheet 'Stilius' */
* {
margin:0;
padding:0;
}



body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;

}

div {
   font-size: 11px;
}

img {
   border: 0;
}


a:link {
  	color: #369;
  	text-decoration: none;
  	}
a:visited {
	color: #369;
	text-decoration: none;
	}
a:hover {
	color: #1795ef;
	text-decoration: none;
	border: none;
	}

/*****************
basic layout 
*****************/
body {
   background-color: #EDEDED;
   margin:0.5em; 
   font-family: Verdana, sans-serif;
   font-size: 11px;
   color: #666;
}

/* center wrapper, min max width */
div#pagewrapper {
width: 766px;
   border: 5px solid white;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color: #666;
background: #fff url("../img/bg_leftcolumn.gif") repeat-y top left;
}


div#pagewrapper2 {
width: 766px;
   border: 5px solid white;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color: #666;
   background: #fff url("../img/left_top_menu.gif") repeat-y top right;
}



/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
    width: 766px;
    height: 70px;
	margin: 0;
	padding: 15px 0 2px 0;
    background: #eaeaea url("../img/bg_logobar2.gif") repeat-x top left;
	border-bottom: 3px solid #fff;     
}

div#header h1 a {
/* you can set your own image here */
   background: #EAEAEA url("../img/foxit_logo.gif") no-repeat 0 12px; 
   display: block; 
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   width:99%;
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 0px dotted #000;
background: #fff;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content2 {
     margin-top:-1px;
     border-left:#eaeaea 1px solid;
}

div#main {
   margin-left: 24%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 10px; /* and some air on the right */
}


div#main2 {
   margin-left: 16px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 26%; /* and some air on the right */
   
   
}




div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 24%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

div#sidebar2 {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}



/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent{
    padding: 0 1%;
   width: 20%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#sidebar2.hascontent2 {
    padding: 0 1%;
   width: 22%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}



div#footer {
   clear:both;       /* keep footer below content and menu */
   color:#999;
   text-align: center;
   background:#eaeaea url("../img/bg_footer.gif") repeat-x top left;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #666666; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1,div#content2 h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2{
    margin:  -2px -10px 0 -16px;
	padding: 20px 20px 10px 15px;
    color: #1795ef;
	font-size: 155%;
	font-family: "Trebuchet MS", sans-serif;
	background: url("../img/bg_conbodyhead.gif") repeat-x top left;
}

div#content2 h2 {
    margin:  -2px -10px 0 -16px;
	padding: 5px 20px 10px 15px;
    color: #666666;
	font-size: 120%;
	font-family: "Trebuchet MS", sans-serif;
	background: url("../img/bg_con2bodyhead.gif") repeat-x top left;
}




div#content h3,div#content2 h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4, div#content2 h4 {
   color: #EF6300; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5, div#content2 h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul, div#main2 ul,
div#main ol, div#main2 o,
div#main dl,div#main2d
{
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;

}
div#main ul li,
div#main ol li,
div#main2 u li,
div#main2 ol li
{
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */</code>




.pavadinimas1, pavadinimas1, #pavadinimas1, div#pavadinimas1{
color: #EC6300;
font-weight:bold;
}

.pavadinimas2, pavadinimas2, #pavadinimas2, div#pavadinimas2{
color: #666666;
font-weight:bold;
}

.pavadinimas3, pavadinimas3, #pavadinimas3, div#pavadinimas3{
color: #1795EF;
font-weight:bold;
}

.pavadinimas4, pavadinimas4, #pavadinimas4, div#pavadinimas4{
color: #FF9933;
font-weight:bold;
}

.pavadinimas5, pavadinimas5, #pavadinimas5, div#pavadinimas5{
color: #EC6300;
font-weight:bold;
}

/* down table */

.downtable {
             width:555px;
             margin: 3% 0 3% 0;
	border-collapse: collapse;
	text-align: center;
 	}
.downtable th {
	font-weight: normal;
	color: #414b56;
	font-size: 90%;
	background: #e7e7e7 url("../img/bg_thseparate.gif") repeat-y top right;
	}

.downtable th.thlast {
    background: #e7e7e7 none;
	}
.downtable th.firstcol {
    height:22px;
    width: 35%;
    text-align: left;
	padding-left: 10px;
	}
.downtable td a, .downtable td a:visited {
    font-size: 100%;
	}
.downtable td a.redlink {
    color: #f30;
	}
.downtable td {
    padding: 2px 0;
	font-size: 90%;
    border-bottom: 1px solid #e7e7e7;
	}
.downtable td.firsttd {
    width:35%;
    padding: 4px 0 4px 10px;
    text-align: left;
	
	}
.downtable td.emfont2 {
    color: #8b7a6f;
    width:60px;
	}
.downtable td.smfont {
    font-size: 90%;
	}
.downtable td.md5 {
    color: #ec6300;
    font-size: 80%;
	}
.downtable td.md5v {
    padding: 0 6px;
    color: #666;
    font-size: 80%;
	text-align: left;
	background-color: #f5f5f5;
	}
.downtable td.crc {
    padding: 0 2px;
    color: #666;
    font-size: 80%;
	}


.contsubarea dl.dllist {
    margin: 0 5px 20px 0;
	padding: 5px;
	border: 1px solid #cbd3d5;
	background: url("../img/bg_featureblk.gif") repeat-x bottom left;
	}

.dllist {
    margin: 0 5px 20px 0;
	padding: 5px;
	border: 1px solid #cbd3d5;
	background: url("../img/bg_featureblk.gif") repeat-x bottom left;
	}



.hide
{
     display:none;
}

.button
{	
	border: none;
	background:url(../images/button.gif) no-repeat top left;
	width:110px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	height:24px;

}

.button2
{	
	border: none;
	background:url(../images/button2.gif) no-repeat top left;
	width:160px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	height:24px;
}

.delete
{	
	border: none;
	background:url(../images/delete.gif) no-repeat top left;
	width:25px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	height:24px;
}



.dllist2 {
             margin: 0 5px 20px 0;
             width:565px;
	padding: 5px;
	border: 1px solid #cbd3d5;
	background: url("../img/bg_featureblk.gif") repeat-x bottom left;
	}

.melyna_sp
{ 
    color:#7070FF; 
    font-weight:bold;
} 
/* End of 'Stilius' */

