/**
 *
 *   Main Style Sheet Flie
 *   Copyright (c) 2008. by MASSVision, http://massvision.net
 *   Author: Mladen Mijatov
 *
 **/

@import "header.css";
@import "footer.css";
@import "content.css";
@import "applicationForms.css";

*, html {
   padding: 0px;
   margin: 0px;
}

html, body {
	height: 100%;
}

body {   
   padding: 0px;
   margin: 0px;
   
   color: #000000;
		
	_behavior: url("http://www.montenegroairlines.com/UI/Style/UI/Style/csshover.htc");
}

div#center_wrap {
	display: block;   
	min-height: 100%;
	*height: 100%;
	padding-top: 2px;

	background-image: url("../Images/bck_tile.jpg");
	background-repeat: repeat;
	background-position: top left;
	background-color: #e8e9ed;

   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
	text-align: center;
}

.iframeMassEdit body {
   font-family: Verdana;
   font-size: 12px;
   text-align: left;
   margin: 0px;
   padding: 0px;
}

.iframeMassEdit ul,
.iframeMassEdit body ul {
   list-style-type: dot;
}

div#wrap {
   display: block;
   position: relative;
   width: 980px;

   margin-left: auto;
   margin-right: auto;

   text-align: left;
}


div.currentPath {
	margin: 10px 10px 5px 10px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
div.pageWrapper {
	margin: 0 10px 30px 10px;
	border: 2px solid #555555;
	padding: 10px;
}

ul {
	list-style: none;
	font-size: 12px;
    margin-bottom: 5px;
    padding-left: 20px;
    text-align: justify;
}

ul li {
	margin-bottom: 2px;
	padding: 0px;
	padding-left: 11px;

	background-image: url(../Images/content/subtitle_skocko.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;

	text-align: left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #2e4e70;
	margin-bottom: 5px;
    padding-left: 10px;
}

a {
	color: #2d7fc4;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
}

a:hover {
	color: #fe0006;
	text-decoration: underline;
}

img {
	border: none;
}



div.segment {
   margin: 0px;
   border-top: 1px solid #ccc8d1;
   border-left: 1px solid #ccc8d1;
   border-right: 1px solid #ccc8d1;
   border-bottom: 0px solid #ccc8d1;
   padding: 10px 10px 10px 10px;
   background: url("../Images/segment.png") top left repeat-x;
}
div.segment.last {
   border-bottom: 1px solid #ccc8d1;
}
div.segment p,
div.segment ul,
div.segment ol {
   margin: 0px;
   padding: 10px 0px 0px 0px;
}
div.segment ol {
   margin-left: 20px;
}

h2.expandable {
   display: block;
   cursor: pointer;
   margin: 0px 0px 0px 0px;
   padding: 0px;
   padding-left: 15px;
   text-align: left;
   position: relative;
}

h2.expandable div.indicator {
   position: absolute;
   left: 0px;
   top: 5px;
   width: 8px;
   height: 8px;
   background: url("../Images/plus_minus.png") top left no-repeat;
}
h2.expandable:hover {
   color: #e40000;
}
div.segment.expanded h2.expandable div.indicator {
   background: url("../Images/plus_minus.png") bottom left no-repeat;
}

div.segment.colapsed  h2.expandable:hover div.indicator {
   background: url("../Images/plus_minus.png") center left no-repeat;
}

span.important {
	display: block;
	margin: 1em;
	padding: 1em;
	font-weight: bold;
	color: #044ba7;		
	background: #ffffff;
}

#addons_call_center {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 25px;
}

#addons_call_center li {
	text-align: center;
	margin: 0;
	padding: 0;
	background: none;	
}