/*----------------------------------------------------
                  Vilisya - CSS File
------------------------------------------------------*/


/* Global
------------------------------------------------------*/
html,body{height:100%}
body{background: url("../Images/background.gif") repeat-y scroll center top #FFFFFF;
    color: #404040;
    font: 76%/1.2em Tahoma,Arial,Helvetica,sans-serif;
    margin: 0 auto;
    padding: 0;
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}
.clr{
	clear:both
}
form{
	margin:0; padding:0;
}
hr{
	border:0;
	color:#d3d3d3;
	background-color: #d3d3d3;
	height: 1px;
}


/* Default Element Styles
------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5, h6{
	font-family:Tahoma,Arial,Helvetica,sans-serif; 
	font-weight:normal;
	text-transform:uppercase; 
	color:#f5a401;
}
h1{
	font-size:26px; 
	line-height:30px; 
	margin-bottom:15px;
}
h2{
	font-size:24px; 
	line-height:28px; 
	margin-bottom:15px;
}
h3{
	font-size:20px; 
	line-height:20px; 
	margin-bottom:15px;
}
h4{
	font-size:18px; 
	line-height:18px; 
	margin-bottom:15px; 
	font-weight:bold;
}
h5{
	font-size:16px; 
	margin:3px 0px; 
	padding:0px; 
	letter-spacing:1px;
}
h6{
	font-size:14px; 
	margin:3px 0px; 
	padding:0px; 
	letter-spacing:1px;
}

/* links */
a{
	color:#da251d; 
	text-decoration:underline;
}
a:visited{
	color:#da251d; 
	text-decoration:underline;
}
a:hover{
	color:#da251d; 
	text-decoration:none;
}
a img{
	border:none
}
.img-content{
	float:left; 
	margin-top:4px;
	margin-bottom:25px;
}
.img-sidebox{
	float:left; 
	margin-top:4px;
	margin-bottom:3px;
}
.imgleft{
	float:left; 
	margin-top:4px; 
	margin-right:12px;
}
.imgright{
	float:right; 
	margin-top:4px; 
	margin-left:12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
	font-size:12px;
	line-height:20px;
	margin-bottom:14px;
	color:#9b9b9b;
}
ul, ol{
	margin:10px 0 35px 40px;
}
li ol, li ul{
	font-size:1.0em;
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol{
	list-style:decimal;
}
blockquote{
	font-style:italic;	
	color:#9b9b9b;
	margin:0px 0px 10px 0px;
	padding:5px 10px 3px 20px;
	border-left:4px solid #ffaa00;
	background-color:#f2f2f2;
	float:left;
}
blockquote p{
	color:#9b9b9b;
	margin-bottom:5px;
}

/* code */
code{
	font-family:Tahoma, Arial, Verdana;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #dddddd;
	padding:15px 10px;
}


/* Container
------------------------------------------------------*/
#outer-container{
	background-image:url("../Images/bg-repeat-top.jpg");
	background-repeat:repeat-x;
	background-position:top;
}
#inner-container{	
	border-top:5px solid #da251d;
	background-color:#fff; 
	width:960px;
	margin:0px auto;	
}


/* Header
------------------------------------------------------*/
#header{
	width:960px; 
	height:150px; 
	float:left;
}
#logo{
	width:209px;height:150px; 
	margin:5px 0px 0px 0px;
	float:left;
}
#center{
	color: #493E9C;
    float: left;
    font-size: 12pt;
    font-weight: bold;
    height: 38px;
    line-height: 1.5;
    margin-top: 31px;
    text-align: center;
    width: 570px;
}
#intouch{width:180px;height:38px;margin-top:21px;float:right;}
.intouch-border{height:85px;border-left:1px solid #dcdcdc;margin:0px 12px 0px 0px;float:left;}
#intouch h4{margin-bottom:0px;color:#da251d;font-size:13px;line-height:15px;font-weight:bold;}
#intouch h2{margin-top:5px;color:#7c7c7c;font-size:12px;line-height:10px;font-weight:bold;}
#intouch h2 .caption{float:left;overflow:hidden;margin:5px 0 0 0;line-height:15px;width:27px;}
#intouch h2 .infor{float:left;overflow:hidden;margin:5px 0 0 0;line-height:15px;width:138px;}

/* Top Navigation bar menu styling */
#nav-menu {
	width:746px;
	height:14px;
	border-bottom:5px solid #b5b4b3; 
	float:left; 
	margin:50px 0 0 5px;
	padding-bottom:16px;	
	list-style-type:none;
}
#nav-menu ul li a
{
	color:#493e9c;
	text-decoration:none;
}
#nav-menu ul li.current a
{
	text-decoration:none;
	border-bottom:2px solid #da251d;
	padding-bottom:10px;
	color:#493e9c;
}
#nav-menu ul li a:hover
{
	text-decoration:none;
	border-bottom:2px solid #da251d;
	padding-bottom:10px;
	color:#493e9c;
}
#nav-menu ul li li a:hover
{
	text-decoration:none;
	border-bottom:2px solid #171f97;
	padding:8px 10px 10px 10px;
	color:#493e9c;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
#nav-menu {
	padding-bottom:10px;
}
}


/*  Page Title
------------------------------------------------------*/
#page-title{
	width:960px;
	height:69px;
	border-bottom:1px solid #dcdcdc;
	text-align:right; 
	float:left;
}
#page-title h1{
	width:950px;
	text-align:right;
	margin:17px 0px;
}


/*  Homepage Slider
------------------------------------------------------*/
#slideshow-container{
	width:670px;
	height:400px;
	background:#fff; 
	margin:0px 0px 20px 20px;
	float:left;
	position:relative;
}


/* Content
------------------------------------------------------*/
#content2{
	width:960px;
	margin-top:20px; 
	float:left;
}
#content-inner{
	width:960px;
	margin-top:0px; 
	float:left;
}
#content-right{
	width:690px; 
	margin:0px; 
	float:left;
}
#left-bar{
	width:270px; 
	float:left;
}
.left-bar-content{
	width:250px;	
	margin-bottom:20px;
	padding:10px 19px 0px 0px;
	border-right:1px solid #dcdcdc;	
}
.left-bar-content p{color:#000000;}
.left-bar-content h1{
	line-height:0px;
	text-transform:none;
	color:#00622c;
	font-size:16pt;
}
.left-bar-content2{
	width:250px;	
	margin-bottom:20px;
	padding:20px 19px 0px 0px;
	border-right:1px solid #dcdcdc;	
}
.left-bar-content2 p{color:#000000;}
.left-bar-content2 h1{
	line-height:0px;
	text-transform:none;
	color:#00622c;
	font-size:16pt;
}
.left-bar-content2 ul.list-lp{margin:0px;padding:0px; list-style-type:none;width:250px;}
.left-bar-content2 ul.list-lp li{display:inline; margin-right:0px;	}
.left-bar-content2 ul.list-lp li.lastlp{display:inline; margin-right:0px;	}
.left-bar-content2 ul.list-lp li a{text-decoration:none;}
.left-bar-content2 ul.list-lp li a:hover{text-decoration:none;}
.left-bar-content2 ul.list-lp li a img.ref{border:1px solid #d5d5d5;width:80px;}

.leftbar-img{
	border:1px solid #d5d5d5;
	margin:3px 10px 0px 0px;
	float:left;
}
.leftbar-img-nomargin{
	border:1px solid #d5d5d5;
	margin:0px;
}
.readmore-leftbar{
	margin:7px 0px 0px 145px;
}
.maincontent{
	width:670px;
	margin-left:20px;
	padding:0px 0px 0px 0px;
	float:left;
}
.maincontent p{color:#000000;}
.maincontent .title{float:left;overflow:hidden;line-height:1;width:670px;color: #493E9C;padding:2px 0;font-size: 16pt;text-transform: none;}
.maincontent .title a{line-height:1;color: #493E9C;text-decoration:none;font-size: 16pt;text-transform: none;}
.maincontent .content{float:left;overflow:hidden;width:670px;color:#000000;}

.maincontent .content .ChildCatsItems{float:left;overflow:hidden;width:670px;margin:5px 0;}
.maincontent .content .ChildCatsItems .ChildCatsItem{float:left;overflow:hidden;width:670px;height:25px;}
.maincontent .content .ChildCatsItems .ChildCatsItem .img{float:left;overflow:hidden;width:11px;height:14px;margin:2px 0 0 0;}
.maincontent .content .ChildCatsItems .ChildCatsItem a.title{float:left;overflow:hidden;color:#DA251D;width:650px;text-decoration:none;font-size:14px;height:100%;}

.maincontent .content .list{float:left;overflow:hidden;width:670px;margin:0px 0 0 30px;}
.maincontent .content .list .item{float:left;overflow:hidden;width:670px;line-height:25px;}
.maincontent .content .list .item .img{float:left;overflow:hidden;width:12px;margin: 7px 5px 0 0;}
.maincontent .content .list .item a.url{float:left;overflow:hidden;color:#000000;width:653px;text-decoration:none;font-weight:600;font-size:12px;height:100%;}
.maincontent .content .list .item a.url:hover{text-decoration:underline;}

.maincontent-fullwidth{
	width:960px;
	padding:0px 0px 46px 0px;
	float:left;
}
.maincontent h1{
	line-height:0px;
	text-transform:none;
	color:#493E9C;
	padding:10px 0 0 0;
}

/* Latest work img */
ul.list-lp{margin:0px;padding:0px; list-style-type:none;width:260px;}
ul.list-lp li{display:inline; margin-right:6px;	}
ul.list-lp li.lastlp{display:inline; margin-right:0px;	}
ul.list-lp li a{text-decoration:none;}
ul.list-lp li a:hover{text-decoration:none;}
ul.list-lp li a img.ref{border:1px solid #d5d5d5;width:80px;}

/* Search styling */
.left-bar-search{
	border-right:1px solid #dcdcdc;
	padding-bottom:18px;
}
.search-fieldset{
	border:none;
}
#search-box{
	width:250px;
	height:50px;
	background-color:#f2f2f2;
}
#search{
	margin:15px 15px;
	float:left;	
}
#s{
	font-size:11px;
	color:#adacac;
	padding:3px 0px 2px 3px;
	background-color:#fff;
	border:1px solid #d0d0d0;
	width:215px;
}
#s:focus{
	background-color:#fff;
	border:1px solid #b7b7b7;
	color:#adacac;
}
#search .go{
	position:absolute;
	margin:2px 0 0 -21px;
	background: url("../Images/search-icon.gif");
	height: 17px;
	width: 18px;
	cursor:pointer;
	border: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search .go{
	margin:-18px 0 0 199px;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
#search .go{
	margin:2px 0 0 -24px;
}
}

/* Leftbar list */
ul.leftbar-list{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.leftbar-list li{
	background-image:url("../Images/arrow.gif"); 
	background-position:5px 11px; 
	background-repeat:no-repeat; 
	padding-left:20px;
	border-bottom:1px solid #dcdcdc; 
	line-height:28px;
}
ul.leftbar-list li a{
	color:#9b9b9b;
	text-decoration:none;
}
ul.leftbar-list li a:hover{
	text-decoration:underline;
}

/* Content list */
ul.content-list{
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.content-list li{
	background-image:url("../Images/arrow.gif"); 
	background-position:5px 6px; 
	background-repeat:no-repeat; 
	padding:0px 0px 12px 20px; 
	line-height:18px;
}
ul.content-list li a{
	color:#474747; 
	text-decoration:none;
}
ul.content-list li a:hover{
	text-decoration:underline;
}


/* Services
------------------------------------------------------*/
/* pricing list table */
.table-a{
	font-size: 12px;
	width: 100%;
	margin: 0px 0;
}	
.table-a th{
	background-color:#fff;
	padding: 12px 0px;	
	text-align:center;
}
.table-a td{
	padding: 10px;
	border-top: solid 1px #dcdcdc;
}
.table-a td img{
	vertical-align: bottom;
	width: 20px;
	height: 20px
}
.table-a h3{
	font-size: 16px;
	color: #0d0d0d;
	margin-bottom:2px;
}
.table-a tr.row2{
	background-color:#f7f7f7;
}
.table-a .right{
	border-left: solid 1px #dcdcdc;
}
.table-a tr.final{
	background-color:#fff;
}
.table-a tr.final td{
	padding:20px 0 0 0;
}
.table-a .left{
	width: 25%;
}
.lefttitle{
	text-align:left; 
}
a.button{
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
}


/* Portfolio
------------------------------------------------------*/
#mainportfolio{
	width:949px;
	margin:0px auto;
}
.pf-box{
	width:208px; 
	height:128px;
	text-align:center;
	margin:0px 35px 58px 0px; 
	float:left;
}
.pf-box-last{
	width:208px; 
	height:128px;
	text-align:center;
	margin:0px 0px 58px 0px; 
	float:left;
}
.pf-img{
	border:1px solid #d3d3d3;
	padding:5px;		
}
#portfolio-nav{
	width:949px;
	float:left; 
	margin:15px 5px 18px 5px;
}
#next{
	width:67px; 
	height:25px;
	float:right; 
	cursor:pointer;
}
#prev{
	width:67px; 
	height:25px; 
	float:left; 
	cursor:pointer;
}
#portfolio-quote{
	border-top:1px solid #dcdcdc;
	padding-top:30px;
	float:left;
}
#portfolio-quote h3{
	margin-bottom:10px;
} 


/* Blog
------------------------------------------------------*/
.blog-post{
	padding:12px 0px 30px 0px; 
	float:left;
}
.left-head{
	width:640px;
	float:left
}
.right-head{
	width:30px;
	float:left
}
.blog-posted{
	border-bottom:1px solid #dcdcdc; 
	width:670px; 
	float:left;
}
.blog-posted h3{
	width:640px;
	margin-bottom:4px;
}
.blog-posted a, .blog-posted a:visited{
	text-decoration:none;
	color:#f5a401;
}
.post-info{
	width:640px;
	margin-bottom:10px;	 
	float:left;	
}
.post-info a, .post-info a:visited{
	text-decoration:none;
	color:#9b9b9b;
}
.post-info a:hover{
	text-decoration:underline;
}
.date{
	font-size:26px;
	color:#777777; 
	line-height:0px;
	text-align:center; 
}
.month{
	font-size:14px;
	color:#777777; 
	line-height:0px; 
	text-align:center;
	text-transform:uppercase;
}
.commonPageListControlBar{
	height: 30px;
	margin:0px 0px 20px 0px;
	text-align: left;
}
.commonPageListBtn{
	border: 1px solid #d5d5d5;
	background-color:#fff;
	font: normal 12px/28px Arial;
	color:#8f8e8e; 
	padding: 5px 4px;
	cursor: pointer;
}
.commonPageListControlBar a, .commonPageListControlBar a:visited{
	color:#8f8e8e; text-decoration:none;
}
.commonPageListControlBar a:hover{
	text-decoration: underline;
}
.commonPageListBtnSelected{
	border: 1px solid #d5d5d5;
	background-color: #f2f2f2;
	font: normal 12px/28px Arial;
	color:#8f8e8e; 
	padding: 5px 4px;
	cursor:default;
}

.author{
	width:621px;
	background-color:#f1f1f1; 
	border-top:1px solid #cecdcd; 
	border-bottom:1px solid #cecdcd; 
	color:#737373; 
	padding:10px; 
	line-height:18px; 
	float:left;
	}
.author h4{
	margin-bottom:7px;
}

#newsletter fieldset{
	margin:0px; 
	padding-bottom:20px; 
	border:0px;
}
.but{
	vertical-align:middle; 
	padding-left:3px;
}
#inputbox01{
	font-size:11px;
	width:165px;
	border:1px solid #d0d0d0;
	background:#fff; 
	vertical-align:top; 
	padding:3px 4px 4px 3px; 
	color:#adacac; 
}
#inputbox01:focus{
	border:1px solid #b7b7b7;
	background:#fff;
	color:#adacac;
}


/* Contact
------------------------------------------------------*/
form{
	margin:0; 
	padding:0;
}
#contactFormArea{
	width:480px;
	margin-bottom:40px; 
}
.input{
	background-color:#ffffff; 
	border:1px solid #dcdcdc; 
	width:406px; 
	padding:5px 5px 5px 5px; 
	margin:0px; 
	color:#6b6b6b;
}
.input-submit{
	background-image:url("../Images/send-button.gif"); 
	background-repeat:no-repeat; 
	padding:0px; margin:0px; 
	border:0px; 
	width:101px; 
	height:25px; 
	cursor:pointer; 
	float:right; 
	margin-right:62px;
}
.textarea{
	background-color:#ffffff; 
	border:1px solid #dcdcdc;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	width:406px; 
	padding:5px 5px 5px 5px; 
	margin:0px; 
	color:#6b6b6b;
}
#loadBar{
	width:610px;
	height:21px;
	border:1px solid #dcdcdc;
	background-color:#f2f2f2;
	color:#797979;
	text-align:center;
	padding:7px 30px;
}
#emailSuccess{

	width:610px;
	height:21px;
	border:1px solid #dcdcdc;
	background-color:#f2f2f2;
	color:#797979;
	text-align:center;
	padding:7px 30px;
}
.loading-text{
	font-weight:bold;
	margin-left:130px;
	float:left;
}
.loading-form{
	width:128px;
	height:15px;
	background-image:url("../Images/loading.gif");
	background-repeat:no-repeat;
	margin:3px 0px 0px 14px;
	float:left;
}


/* Footer
------------------------------------------------------*/
#footer{
	width:960px;
	height:95px; 
	border-top:3px solid #da251d;
	margin:0 0 5px 0;
	float:left;
}
.footer-logo{
	width:123px;
	margin-top:9px;
	border-right:1px solid #dcdcdc;
	float:left;
}
.footer-text{
	font-size:11px;
	color:#9B9B9B;
	line-height:20px;
	margin:9px 0px 0px 12px;
	float:left;	
}
.footer-text a{ color: #493E9C;}
/*Start : CCTSelector.ascx */ /*Start : CCTSelector2.ascx */
.cctselector {position:relative;float:left;overflow:hidden;width:480px;text-align:left;}
.cctselector .country{float:left;overflow:hidden;width:155px;margin-left:5px;}
.cctselector .country .label{float:left;overflow:hidden;width:145px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:9pt;}
.cctselector .country .name{float:left;overflow:hidden;width:150px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:9pt;}
.cctselector .city{float:left;overflow:hidden;width:155px;margin-left:5px;}
.cctselector .city .label{float:left;overflow:hidden;width:145px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:9pt;}
.cctselector .city .name{float:left;overflow:hidden;width:150px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:9pt;}
.cctselector .town{float:left;overflow:hidden;width:155px;margin-left:5px;}
.cctselector .town .label{float:left;overflow:hidden;width:145px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:9pt;}
.cctselector .town .name{float:left;overflow:hidden;width:150px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:9pt;}

.cctselector .dropdownlist      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:95%;}
               
.cctselector .textboxx      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:95%;}
/*End : CCTSelector.ascx */
/* Accordion */
.acc{float:left;overflow:hidden;width:650px;}
.accordionHeader{width:650px;border: 1px solid #387bc9;color: black;background-color: #387bc9;font-size: 10pt;font-weight: bold;padding: 5px;margin: 5px 0;cursor: pointer;height:30px;}
.accordionHeader a{color: #FFFFFF;background: none;text-decoration: none;cursor:hand;}
.accordionHeader a:hover{background: none;text-decoration: underline;cursor:hand;}
.accordionHeaderSelected{border: 1px solid #387bc9;color: white;background-color: #387bc9;width:650px;font-size: 10pt;font-weight: bold;padding: 5px;line-height:normal;cursor: pointer;height:30px;}
.accordionHeaderSelected a{color: #FFFFFF;background: none;text-decoration: none;}
.accordionHeaderSelected a:hover{background: none;text-decoration: underline;}
.accordionContent{background-color: #D3DEEF;border: 1px dashed #2F4F4F;border-top: none;padding: 5px;padding-top: 10px;width:650px;color:#000000;}

/*Start  : HumanResources.ascx*/
.human_resources { float:left; width:720px; height:620px; overflow:hidden;text-align:left;font-family:Tahoma,Arial,Helvetica,sans-serif;}
.human_resources .title { float:left; width:720px; height:30px; overflow:hidden; background-color:#387bc9;text-align:left;}
.human_resources .title .text{float:left;margin-left:10px; margin-top:5px; width:720px;padding:3px 0;font-size:20px;overflow:hidden;color:White;word-spacing:3px;font-weight:bold;}
.human_resources .form_box {float:left; width:720px;height:620px;padding:5px 0 0 0;overflow:hidden;margin-left:10px;font-size:12px;text-align:left;}
.human_resources .form_box .field{float:left;width:720px;font-size:12px;overflow:hidden;}
.human_resources .form_box .control{float:left;font-size:12px;overflow:hidden}
.human_resources .form_box .field .buttonx{
	background-color: #db2517; background-repeat: repeat; background-attachment: 
    scroll; font-size: 11px; font-weight: normal; 
    text-align: center; color: #FFFFFF; border: 1px solid #000000; margin-left: 0px; 
    padding-left: 2px; background-position: 0% 50%; cursor:hand ; height:18px; width:90px;}
.human_resources .form_box .field .textboxx      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll;  font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:97%; }
               
.human_resources .form_box .field .Labelx      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll;  font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:97%; }
               
.human_resources .form_box .field .dropdownlist      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll;  font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; height:25px; width:30%;}   
               
.human_resources .form_box .field .listbox      { background-color: #EEEEEE;  font-size: 13px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px;width:97%;}                           
               
.human_resources .form_box .field .textboxxMultiLine
		      { background-color: #EEEEEE; background-repeat: repeat; background-attachment: 
               scroll; font-size: 11px; color:#494949;
               font-weight: normal; text-align: Left; vertical-align:middle; border: 1px solid silver; 
               margin-left: 1px; padding: 3px; background-position: 0%; width:97%; }  
               
.human_resources .form_box .field .table-bg-color                 {background-color:#D6DFF7;font-size:9pt;color:#013D97;padding:4px; vertical-align:top; font-weight:bold;}
.human_resources .form_box .field .table-bg-color-column          {background-color:#EFF3FF;font-size:9pt;color:#013D97;padding:4px;  vertical-align:top;}

/*End  : HumanResources.ascx*/
.ajax__tab_body {border:1px solid #999999;border-top:0;padding:8px;background-color:#F9F9F9;}


.tt_channels{float:left;overflow:hidden;width:400px;margin:0px 0px 0px 0px;text-align:center; }

.photogallery{/*float:left;*/clear:both;overflow:hidden;width:560px;margin:0px 0 10px 0;}
.photogallerydetail {float:left;overflow:hidden;border: double 1px silver;width: 548px;margin:0 0 10px 10px;padding:0 0 5px 0;}
.photogallerydetail .big_image{float:left;overflow:hidden;width:548px;text-align: center; margin:5px 0 5px 0;}
.photogallerydetail .big_image .img{width:500px;height:375px;}
.photogallerydetail .big_image_info{float:left;overflow:hidden;width:548px;text-align: center; margin:0px 0 5px 0;}
.photogallerydetail .big_image_info .title{ clear :both; border-bottom:dotted 1px silver;padding:0 0 3px 0;text-align:center; font-size:11pt;}
.photogallerydetail .big_image_info .title .lbl{color:#000000;text-decoration:none;}
.photogallerydetail .big_image_info .total_count{ clear :both; text-align:center; padding:2px 0 0 0; font-size:9pt;}
.photogallerydetail .big_image_info .total_count .lbl{color:#495049;}
.photogallerydetail .big_image_info .total_img{}
/* Start : InfRating */
.photogallerydetail .big_image_info .total_img .infRating {}

.photogallerydetail .big_image_info .total_img .infRating .stars{padding: 0 0 0 170px;}
.photogallerydetail .big_image_info .total_img .infRating .stars a, 
.photogallerydetail .big_image_info .total_img .infRating .stars a.empty, 
.photogallerydetail .big_image_info .total_img .infRating .stars a.filled, 
.photogallerydetail .big_image_info .total_img .infRating .stars a.saved{display:block;position:relative;background-image:url("../Images/web_design/star.gif");background-position:0 0;width:16px;height:16px;}
.photogallerydetail .big_image_info .total_img .infRating .stars a.empty{background-position:0 0;width:16px;}
.photogallerydetail .big_image_info .total_img .infRating .stars a.filled{background-position:0 -32px;width:16px;}
.photogallerydetail .big_image_info .total_img .infRating .stars a.saved{background-position:0 -16px;width:16px;}
.photogallerydetail .big_image_info .total_img .infRatingR {background:transparent url("../Images/web_design/stars.png") repeat-x scroll 0 0;-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;border:0 none;cursor:pointer;padding:0;cursor:default;height:14px;vertical-align:top;width:60px;}
.photogallerydetail .big_image_info .total_img .infRatingR_r1{background-position:-52px 0;}
.photogallerydetail .big_image_info .total_img .infRatingR_r2{background-position:-39px 0;}
.photogallerydetail .big_image_info .total_img .infRatingR_r3{background-position:-26px 0;}
.photogallerydetail .big_image_info .total_img .infRatingR_r4{background-position:-13px 0;}
.photogallerydetail .big_image_info .total_img .infRatingR_r5{background-position:0px 0;}

.photogallerydetail .big_image_info .total_img .infRating .ratres{margin:0px 150px 0 5px;}
/* End : InfRating */
.photogallerydetail .part {float:left;overflow:hidden;width:548px;margin:0px 0 0px 0;}
.photogallerydetail .part .left{float:left;overflow:hidden;width:30px;margin:65px 5px 0 5px;color:#1ca7ef;font-size:12pt;}
.photogallerydetail .part .left a{color:#1ca7ef;}
.photogallerydetail .part .middle{float:left;overflow:hidden;border: double 1px silver; width:465px;}
.photogallerydetail .part .middle .items{float:left;overflow:hidden;}
.photogallerydetail .part .middle .items .item{float:left;overflow:hidden;margin:10px 0 0 12px;border:none;}
.photogallerydetail .part .middle .items .item a{border:none;text-decoration:none;color:#1ca7ef;font-size:9pt;}
.photogallerydetail .part .right{float:left;overflow:hidden;width:30px;margin:65px 5px 0 5px;color:#1ca7ef;font-size:12pt;}
.photogallerydetail .part .right a{color:#1ca7ef;}
/* End : Fotogaleri için */
/* Start : Channels.ascx */
.channels {float:left;overflow:hidden;width:400px;margin:0 0 0 0;padding:0;}
.channels .title{float:left;overflow:hidden;width:400px;background-color:#da251c;padding:3px;}
.channels .title a{color:#ffd4e8;padding:5px;padding-right:30px;font-size:13pt;text-decoration:none;}
.channels .title a:hover{text-decoration:none;}
.channels .chcontent{float:left;overflow:hidden;width:400px;height:732px;margin:0 0 0 0;
                     /*background:url("../Images/web_design/channels_bg.png") repeat-x;*/}
/*.channels .chcontent .ch_left{float:left;overflow:hidden;height:732px;width:150px;color:#ffffff;font-size:10pt;}*/
.channels .chcontent .ch_right{float:left;overflow:hidden;margin:0 0 0 0;width:400px;height:732px;color:#b8bda1;font-size:9pt;}
.channels .chcontent .ch_right .vl2{float:left;overflow:hidden;width:390px;margin:5px 0 0 10px;}
.channels .chcontent .ch_right .vl2 .tabs{clear:both;}
.channels .chcontent .ch_right .vl2 .ky_div{float:left;width:390px;overflow:hidden;}
.channels .chcontent .ch_right .vl2 .ky_div .items{float:left;overflow:hidden;width:385px;margin:5px 0 0 0px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item{float:left;overflow:hidden;width:90px;height:165px;margin:0px 5px 5px 0;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .topp{float:left;overflow:hidden;width:90px;margin:2.5px 0 2.5px 0;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .topp .cat_img{float:left;overflow:hidden;width:90px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .topp .cat_img .cover_img{float:left;overflow:hidden;width:90px;height:60px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .topp .cat_img .cover_img img{width:90px;height:60px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm{float:left;overflow:hidden;width:90px;height:100px;margin:0;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .left{float:left;overflow:hidden;width:90px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .left .cat_title{float:left;overflow:hidden;width:90px;margin:0;background-color:Transparent;text-align:center;height:auto;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .left .cat_title a{font-size:7.5pt;color:#1ca7ef;font-weight:600;width:90px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .right{float:left;overflow:hidden;width:90px;text-align:center;margin:0;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .right .title{padding:0;margin:0;float:left;overflow:hidden;width:90px;height:44px;background-color:Transparent;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .right .title a{width:90px;font-size:7.5pt;color:#000000;background-color:Transparent;text-decoration:none;margin:0;padding:0;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .right .inf{ clear:both; overflow:hidden;width:90px;height:15px;margin:0;padding:0;background-color:Transparent;text-align:left;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .right .inf .counter{font-size:7.5pt;color:#adb2b5;width:90px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .right .inf .rating{margin-left:15px;}
.channels .chcontent .ch_right .vl2 .ky_div .items .item .bottomm .right .inf .notrated{overflow:hidden;width:90px;text-align:center;padding:0;font-size:7pt;}
.channels .chcontent .ch_right .vl2 .ky_div .pager{float:left;overflow:hidden;color:#000000;height:35px;margin:0px 0px 0px 0px;width:385px;font-size:7.5pt;}
.channels .chcontent .ch_right .vl2 .ky_div .all_photos{float:left;overflow:hidden;color:silver;margin:0px 0px 0px 0px;width:385px;font-size:7.5pt;}
.channels .chcontent .ch_right .vl2 .ky_div .all_photos a{color:Black;}
.channels .chcontent .ch_right .vl2 .ky_div .all_photos a:hover{color:Red;}
/* End : Channels.ascx */
/* Start : InfVerticalMenu : This class used once when using this part */
.infverticalmenu{list-style-type: none;margin: 5px 0 0 0;padding: 0;width: 150px;float:left;text-align:left;}
.infverticalmenu ul li a:hover{text-decoration:underline;background-color:Transparent;}
.infverticalmenu li ul{list-style-type: none;margin: 0;padding: 0;width: 145px;float:left;background-color:#88083b;}
.infverticalmenu li{position: relative;}
.infverticalmenu li a{background-color:Transparent;font: bold 12px Verdana, Helvetica, sans-serif;color: white;display: block;width: auto;padding: 5px 0;padding-left: 10px;text-decoration: none;}
.infverticalmenu li ul{position: absolute;width: 145px;left: 0;top: 0;display: none;}
.infverticalmenu li ul li{float: left;}
.infverticalmenu li ul a{width: 145px;}
.infverticalmenu .arrowdiv{position: absolute;right: 2px;margin:4px 0 0 0;background:url("../Images/web_design/channels_right.png") no-repeat;}
.infverticalmenu li a:visited, .infverticalmenu li a:active{color: white;}
.infverticalmenu ul li ul li a{color:#ffd4e8;width:145px;}
.infverticalmenu ul li ul li a:hover{background-color:#ffd4e8;}
/* Holly Hack for IE \*/
* html .infverticalmenu li { float: left; height: 1%; }
* html .infverticalmenu li a { height: 1%; }
/* End : InfVerticalMenu */
/* Start : InfTabs : This class used once when using this part */
.infTabs{float:left;overflow:hidden;list-style:none;margin:0;padding:0px 0px 0px 0px;font-size:10pt;}
.infTabs .tab {float:left; cursor:pointer; border-right:1px dotted #898989;padding:0 5px 0 5px;color:#898989;font-size:10pt;}
.infTabs .tab_active {float:left; cursor:pointer; border-right:1px dotted #898989;padding:0 5px 0 5px; color:#1ca7ef;}
.infTabs .tab_first {float:left; cursor:pointer; border-right:1px dotted #898989;padding:0 5px 0 0px;color:#898989;}
.infTabs .tab_first_active {float:left; cursor:pointer; border-right:1px dotted #898989;padding:0 5px 0 0px;color:#1ca7ef;}
.infTabs .tab_last {float:left; cursor:pointer; padding:0 0px 0 5px;color:#898989;}
.infTabs .tab_last_active {float:left; cursor:pointer; padding:0 0px 0 5px;color:#1ca7ef;}
/* End : InfTabs */
/* Start : InfRating */
.infRating {  }
.infRating a, .infRating a.empty, .infRating a.filled, .infRating a.saved{display:block;position:relative;background-image:url("../Images/web_design/star.gif");background-position:0 0;float:left;width:16px;height:16px;}
.infRating a.empty{background-position:0 0;}
.infRating a.filled{background-position:0 -32px;}
.infRating a.saved{background-position:0 -16px;}
.infRatingR {background:transparent url("../Images/web_design/stars.png") repeat-x scroll 0 0;-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;border:0 none;cursor:pointer;padding:0;cursor:default;height:14px;vertical-align:top;width:60px;}
.infRatingR_r0{background-position:-59px 0;}
.infRatingR_r1{background-position:-47px 0;}
.infRatingR_r2{background-position:-35px 0;}
.infRatingR_r3{background-position:-23px 0;}
.infRatingR_r4{background-position:-11px 0;}
.infRatingR_r5{background-position:0px 0;}
/* End : InfRating */



/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.ratingStarRO {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: default;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url("../Images/web_design/FilledStar.png");

}

.emptyRatingStar {
    background-image: url("../Images/web_design/EmptyStar.png");
}

.savedRatingStar {
    background-image: url("../Images/web_design/SavedStar.png");
}
/* Rating */

.text_references{float:left;overflow:hidden;width:250px;}
.text_references ul{float:left;overflow:hidden;width:250px;margin:0;padding:0;padding:10px 19px 0px 0px;
	border-right:1px solid #dcdcdc;	}
.text_references ul li{list-style:none;width:250px;margin:5px 0 0 0;}
.text_references ul li a{color:#000000;width:250px;text-decoration:none;}
.text_references ul li a:hover{text-decoration:underline;}



/*Start  : CommentBox.ascx*/
.comment{float:left;overflow:hidden;width:670px;}
.comment .title{float:left;overflow:hidden;width:670px;margin:0 0 0 0px;}
.comment .title .text{font-size:10pt;font-weight:bold;}
.comment .info{float:left;overflow:hidden;width:670px;margin:5px 0 0px 0px;}
.comment .info .text{font-size:9pt;font-weight:bold;}

.comment .wr_comment{float:left;overflow:hidden;width:670px;margin:5px 0 5px 0px;}
.comment .wr_comment .textbox{float:left;overflow:hidden;width:670px;margin:5px 0 5px 0;}
.comment .wr_comment .textbox .txtbox{}
.comment .wr_comment .buton{float:left;overflow:hidden;width:670px;margin:5px 0 5px 0px;}
/*End  : CommentBox.ascx*/

.referans{float:left;overflow:hidden;color:#000000;width:670px;margin:10px 0;}
.referans ul{margin:0;padding:0;}
.referans ul li{list-style:none;margin:0 0 5px 0;border:1px solid #DCDCDC;padding:2px;}
.referans ul li .row{width:655px;overflow: hidden;}
.referans ul li .row .rowin{float: right;margin:0 0px 0 0;}
.referans ul li .row .rowin .lbl{color:#000000;}
.referans ul li .row .lbl{color:#000000;}
.referans ul li .row .rowout{float: left;margin:0 0px 0 0;}
.referans ul li .row .rowout .lbl2{color:#000000;}

.pager{float:left;width:668px;border:solid 1px silver;margin:5px 0 5px 0;font-size:8pt;}
.pager a{font-size:10pt;text-decoration:underline;}

/* Start : RelatedFieList */
.relatedfilelist{float:left;overflow:hidden;width:690px;}
.relatedfilelist .item{float:left;overflow:hidden;width:670px;margin:5px 0 0 0;border-bottom:1px solid #dcdcdc;padding:0 0 3px 0;}
.relatedfilelist .item .left{float:left;overflow:hidden;width:32px;height:32px;}
.relatedfilelist .item .left .type_img{width:32px;height:32px;}
.relatedfilelist .item .right{float:left;overflow:hidden;width:635px;margin:0 0 0 3px;height:32px;}
.relatedfilelist .item .right a.link{float:left;overflow:hidden;width:635px;font-weight:bold;margin:0px 0 0 0px;height:20px;font:normal 12px/19px Tahoma, Arial, Helvetica, sans-serif;text-decoration:none;}
.relatedfilelist .item .right a.link:hover{text-decoration:underline;}
.relatedfilelist .item .right .tarih{float:left;overflow:hidden;width:635px;}
/* End : RelatedFieList */