@charset "utf-8";
/*
******************************************
** 										**
**	DEV INTERNATIONAL DOO				**
**	http://www.devintl.com				**
**					 					**
** date: 		13.06.2009.				**
** version:		1.1						**
** vers. date:	30.06.2010.				**
**										**
******************************************

******************************************
**										**
** web site:							**
**	Airserbia							**
**	http://www.airserbia.com			**
**					 					**
******************************************
*/
a {color:#FF6600; text-decoration:none;}
a:hover, a:active, a:focus {text-decoration:underline;}
strong {font-weight:bold}

/*
---------------------------------------------------------
					COMMON STYLE
---------------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
	background: #F1F1F1;
}

body {
	color: #000000;
	padding:10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5;
}

#dev-airserbia {
	width:1021px;
}

/*
---------------------------------------------------------
						BODY
---------------------------------------------------------
*/
.yui-t1 #yui-main .yui-b{margin-left:201px;}
.yui-t1 #yui-main .yui-b .wide{margin-left:0px;}
.yui-t1 .yui-b{width:201px;} /* levo */
.yui-gc div.first,.yui-gd .yui-u{width:508px;} /* sredina */
.yui-gc .yui-u{width:312px; margin-left:0px;} /* desno */

.yui-g .yui-gb div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first {margin-left:0px;}

.dev-bdr_top {
	background-image:url(../images/as-pages/bg_bdr_top.gif);
	height:6px;
	font-size:1px;
}

.dev-bdr_content {
	background-image:url(../images/as-pages/bg_bdr_vertical.gif);
	padding:4px 3px 4px 4px;
}

.dev-bdr_bottom {
	background-image:url(../images/as-pages/bg_bdr_bottom.gif);
	height:6px;
	font-size:1px;
}

.dev-bdm_top {
	background-image:url(../images/as-pages/bg_bdm_top.gif);
	height:6px;
	font-size:1px;
}

.dev-bdm_content {
	min-height:300px; *height:300px;
	background-image:url(../images/as-pages/bg_bdm_vertical.gif);
}

.dev-bdm_bottom {
	background-image:url(../images/as-pages/bg_bdm_bottom.gif);
	height:6px;
	font-size:1px;
}

.dev-bdm_top_wide {
	background-image:url(../images/as-pages/bg_bdm_top_w.gif);
	height:6px;
	font-size:1px;
}

.dev-bdm_content_wide {
	min-height:300px; *height:300px;
	background-image:url(../images/as-pages/bg_bdm_vertical_w.gif);
}

.dev-bdm_bottom_wide {
	background-image:url(../images/as-pages/bg_bdm_bottom_w.gif);
	height:6px;
	font-size:1px;
}


.dev-bdl_top {
	background-image:url(../images/as-pages/bg_bdl_top.gif);
	height:6px;
	font-size:1px;
}

.dev-bdl_content {
	min-height:120px;  *height:120px;
	background-image:url(../images/as-pages/bg_bdl_vertical.gif);
	padding:4px 3px 4px 4px;
}

.dev-bdl_bottom {
	background-image:url(../images/as-pages/bg_bdl_bottom.gif);
	height:6px;
	font-size:1px;
}

/*
---------------------------------------------------------
						VIDEO
---------------------------------------------------------
*/

#dev-current-content h1 {
	font-size:14px;
	font-weight:bold;
	color:#3D679C;
}
/*
---------------------------------------------------------
						FOOTER
---------------------------------------------------------
*/
#ft {
	text-align:center;
	font-size:90%;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/*
---------------------------------------------------------
						PAGINATION
---------------------------------------------------------
*/

.dev-pagination_onpage {
	display:block;
	border:1px solid #999;
	padding:2px 5px;;
	margin:0 2px;
	float:left;
	background-color:#FA6;
	font-weight:bold;
}

.dev-pagination_other {
	display:block;
	border:1px solid #999;
	padding:2px 5px;;
	margin:0 2px;
	float:left;
}

.dev-pagination_previous {
	display:block;
	border:1px solid #999;
	padding:2px 5px;;
	margin:0 2px;
	float:left;
}

.dev-pagination_next {
	display:block;
	border:1px solid #999;
	padding:2px 5px;;
	margin:0 2px;
	float:left;
}

