html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend { display: block; }
body { font-size:100%; line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }

/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

/* ---- GRID Layout ---- */
*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; color:#666666; font-family: Signika, Arial, Helvetica, sans-serif; background-color:#e2e2e2;}
.grid{margin:0 auto; max-width:1200px; width:100%;} /* You can choose the grid 1200 or 1140 or 1024 or 960 as per your requirement */
.g1140{margin:0 auto; max-width:1140px; width:100%;}
.g1024{margin:0 auto; max-width:1024px; width:100%;}
.g960{margin:0 auto; max-width:960px; width:100%;}
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
	padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
	padding-right: 0; position:relative;
}

/* ---- Alignments ---- */
.centered{float: none; margin: auto;}
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.space-top {margin-top: 20px;}
.space-bot {margin-bottom: 20px;}
.space-htop {margin-top: 10px;}
.space-hbot {margin-bottom: 10px;}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 { 
	font-family: Signika, "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: none; 
	font-style: normal; 
	color: #333333;
	text-rendering: optimizeLegibility; 
	line-height: 1.1; 
	margin-bottom: 10px; 
	margin-top: 10px; 
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 80%; color: #333333; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; text-decoration:none; }
h1 {font-size: 36px; line-height: 48px;}
h2 {font-size: 32px; line-height: 42px;}
h3 {font-size: 28px; line-height: 36px;}
h4 {font-size: 24px; line-height: 32px;}
h5 {font-size: 21px; line-height: 27px;}
h6 {font-size: 18px; line-height: 27px;}

a {color: #2ba6cb; text-decoration: none; line-height: inherit; }
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }

p {margin-bottom: 10px; padding:0; font-size: 14px; line-height: 28px; font-family: Signika, Helvetica, Arial, sans-serif;}
p span {color: #46aae3; }
p a, p a:visited {line-height: inherit; }

blockquote, blockquote p{color: #6F6F6F; font-size: 14px; line-height: 24px; font-family: Signika, Helvetica, Arial, sans-serif;}
blockquote{border-left: 1px solid #DDDDDD; padding: 0 10px; margin-bottom: 10px;}
blockquote cite{color: #555555; display: block; font-size: 12px;}
blockquote cite:before{content: "- ";}

sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 20px 0 20px; height: 0; }

/* ---- Lists ---- */
ul, ol, dl { 
	font: normal 14px/24px Signika, Helvetica, Arial, sans-serif; 
	margin-bottom: 8px; 
	list-style-position: inside; 
	text-indent: 5px; 
	color: #333333; 
}
ul li ul, ul li ol { margin-left: 15px; margin-bottom: 0; }
ul.square {list-style-type: square;}
ul.circle {list-style-type: circle;}
ul.disc {list-style-type: disc;}
ul.no-bullet { list-style: none; }
ul.square li ul, ul.circle li ul, ul.disc li ul, ul.no-bullet li ul {margin-left: 15px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }
dl dt{font-size:16px; line-height: 24px;}
dl dd{margin-left: 15px;}

/* ---- Forms ---- */
.vform {width: 100%; max-width: 320px;}
.hform {width: 100%; max-width: 420px;}
.vform, .hform {margin-bottom: 20px; font:13px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333;}

.vform label {width: 100%; margin-bottom: 5px; }
.hform label {width: 40%; margin-bottom: 10px; }
.vform label, .hform label {font-size: 13px; line-height: 21px; vertical-align: middle; display: block; float: left; text-align: left;}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select{
	width: 100%;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select {
	width: 60%;
}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select, .vform input[type=file],
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select, .hform input[type=file] {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	vertical-align: middle;
	outline: none;	
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
			transition: border linear 0.4s, box-shadow linear 0.4s;
		 -o-transition: border linear 0.4s, box-shadow linear 0.4s;
	   -moz-transition: border linear 0.4s, box-shadow linear 0.4s;
	-webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
	margin-bottom: 10px;
	font-size: 13px; 
	line-height: 21px; 
	height: 30px;
} 
.vform input[type="text"]:focus, .vform input[type="password"]:focus, .vform input[type="datetime"]:focus, .vform input[type="email"]:focus,
.vform input[type="datetime-local"]:focus, .vform input[type="date"]:focus, .vform input[type="month"]:focus, .vform input[type="time"]:focus, 
.vform input[type="week"]:focus, .vform input[type="url"]:focus, .vform input[type="number"]:focus, .vform input[type="search"]:focus, .vform input[type="tel"]:focus, 
.vform textarea:focus,
.hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus, 
.hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus, 
.hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus, 
.hform input[type="tel"]:focus, .hform input[type="color"]:focus{
  border: 1px solid;
  border-color: rgba(82, 168, 236, 0.8);
  color: #444;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}
.vform textarea, .hform textarea{min-height: 120px; }
.vform fieldset, .hform fieldset {margin-bottom: 10px; }
.vform input[type="file"], .hform input[type="file"] {overflow: none;}
/* conjoined inputs */
.vform span.pre, .hform span.pre, .vform span.post, .hform span.post {
	display: block;	
	background-color: #f2f2f2; 
	border: 1px solid #cccccc;
	color: #222222;
	font-size: 13px; 
	line-height: 18px;
	height: 30px;
	position: relative;
	padding: 5px 10px;
}
.vform span.pre, .hform span.pre{margin-right: -1px; float: left;	}
.vform span.post, .hform span.post{margin-left: -1px; float: left;}
.vform input.post, .hform input.post, .vform span.pre, .hform span.pre{
         border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.vform input.pre, .hform input.pre, .vform span.post, .hform span.post{
         border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.vform input.pre, .vform input.post{width:75%; float:left; height: 30px;}
.hform input.pre, .hform input.post{width:45%; float:left; height: 30px;}
.vform input.pre-post{width: 70%; float: left; height: 30px; border-radius: 0;}
.hform input.pre-post{width: 40%; float: left; height: 30px; border-radius: 0;}
.vform span[type="submit"].post, .hform span[type="submit"].post, .vform span[type="submit"].pre, .hform span[type="submit"].pre{
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #efefef);
	background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
.vform span[type="submit"].post:hover, .hform span[type="submit"].post:hover, .vform span[type="submit"].pre:hover, .hform span[type="submit"].pre:hover{
	background:#eee;
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
	background:-moz-linear-gradient(top, #eee, #f8f8f8);
}



/* ---- Alerts ---- */
.alert {
padding: 10px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #fcf8e3;
border: 1px solid #fbeee0;
        border-radius: 4px;
   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.success {color: #468847; background-color: #dff0d8; border-color: #d6e9c6;}
.error {color: #b94a48; background-color: #f2dede; border-color: #eed3d7;}
.info {color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1;}

/* ---- Table ---- */
table {
	width: 100%; 
	font-family: Signika, Helvetica, Arial, sans-serif;
	/*border: solid #ccc 1px;
	border-left: none;
	        border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	        box-shadow: 0 1px 2px #d1d1d1;
	   -moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;*/
	border-collapse:collapse;
}   
td, th {text-align: left;}
th {
	background-color: #f0f0f0;
	        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	   -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;  
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: 14px; 
	line-height: 24px;
	text-align: center;
}
td{font-size:14px;}
table tr:first-child th:first-child{
 	        border-top-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
table tr:first-child th:last-child{
	        border-top-right-radius: 5px;
	    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
table tr:last-child td:first-child{
	        border-bottom-left-radius: 5px;
	    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child{
	        border-bottom-right-radius: 5px;
	    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
table tr.even td{background-color: #fafafa;}

/* ---- Pagination ---- */
.pagin ul {list-style: none; margin: 0; padding: 0;}
.pagin li {display: inline;}
.pagin a {
	        border-radius: 3px;
		   -ms-border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 1px 2px;
	padding: 5px 10px 5px 5px;
	display: inline-block;
	border-top: 1px solid #fff;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 12px;
	font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
	text-shadow: white 0 1px 0;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
	background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.pagin a:hover, .pagin a:focus {
	border-color: #fff;
	background-color: #fdfdfd;
	background-image: linear-gradient(top, #fefefe, #fafafa);
	background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
	background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
	background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');  
}
.pagin a.more {
	        box-shadow: none;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 0 none !important;
	background: transparent !important;
	margin-left: 0;
	margin-right: 0;
}
.pagin-dark a {
	border-top: 1px solid #575e63;
	text-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	color: #fff !important;
	background-color: #4e5458;
	background-image: linear-gradient(top, #575e63, #3f4347);
	background-image: -ms-linear-gradient(top, #575e63, #3f4347);
	background-image: -moz-linear-gradient(top, #575e63, #3f4347);
	background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');
}
.pagin-dark a:hover, .pagin-dark a:focus {
	border-color: #575e63;
	background-color: #4d6374;
	background-image: linear-gradient(top, #567062, #3e505e);
	background-image: -ms-linear-gradient(top, #567062, #3e505e);
	background-image: -moz-linear-gradient(top, #567062, #3e505e);
	background-image: -webkit-linear-gradient(top, #567062, #3e505e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#567062', EndColorStr='#3e505e');
}
.pagin a, .pagin-dark a {
		    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.pagin a.active, .pagin-dark a.active {
	        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	   -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
	border-color: #2d3035 !important;
	color: #fff !important;
	text-shadow: black 0 1px 0;
	background-color: #303338;
	background-image: linear-gradient(top, #303338, #2d3034);
	background-image: -ms-linear-gradient(top, #303338, #2d3034);
	background-image: -moz-linear-gradient(top, #303338, #2d3034);
	background-image: -webkit-linear-gradient(top, #303338, #2d3034);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034');
}

/* ---- Tooltip ---- */
.tooltip{display: inline; position: relative; color: #2ba6cb;}
.tooltip:hover:before
{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 21px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 97;
}
.tooltip:hover:after
{
	background: #333;
	background: rgba(0,0,0,.8);
	        border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bottom: 27px;
	font-size: 12px;
	color: #fff;
	content: attr(title);
	padding: 5px;
	position: absolute;
	z-index: 98;
	width: 180px;
	margin-left: -50px;
}

/* ---- Tabs ---- */
.tab-container{ position: relative; display: block; height:280px; width: 100%; padding:1px 0; }
.tab-container .tab-radio{ display: none;}
.tab-container .tab{
	display: block;
	float: left;
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #cfd2d7;
	border-bottom: none;
	color: #888;
	margin-top: -15px;
	margin-right: 1.0%;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #eee;
}
.tab-container .tab-radio:checked ~ .tab, .tab-container .tab-radio:active ~ .tab{background-color: #fff; z-index: 100; border-bottom: 1px solid #fff;}
.tab-container .tab-radio:checked ~ .tab {
	background-color:#a60300; color:#FFF;}
.tab-container .tab-page
{
	visibility: hidden;
	width: 100%; height: auto;
	background-color: #fff;
	color: #888;
	display:block;
	position: absolute;
	top: 22px;
	float: left;
	padding: 10px;
	border: 1px solid #cfd2d7;
	   border-top-right-radius: 5px;
	 border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	        box-shadow: 0 1px 3px rgba(0,0,0,.3);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tab-container .tab-radio:checked ~ .tab-page { visibility: visible; display: block; height: auto}



/*----------------- Content Elements------------------------------*/
.Top{ background-color:#FF6600; color:#FFFFFF; padding:7px 10px; font-size:12px; font-weight:600; float:right; margin-bottom:30px;}
.BodyTxt{ line-height:20px; font-size:13px; color:#666666; padding:10px 15px; 30px 15px;}
.BodyTxt h1{ line-height:20px; font-size:24px; padding:15px 0px; color:#04aeda;}
.BodyTxt h2{ line-height:20px; font-size:18px; padding:15px 0px; color:#d89500;}
.BodyTxt p { line-height:20px; font-size:13px;}

.BottomBorderTxt{
padding:5px 0px;
border-bottom:solid 1px #ffca54;
}
.TD-Data1{
font-family:"Trebuchet Ms", "Times New Roman", Times, serif;
font-size:13px;
background-color:#FFFFFF;
padding:5px 0px;
border-bottom: solid 1px #b4b4b4;
}
.TD-Data2{
font-family:"Trebuchet Ms", "Times New Roman", Times, serif;
font-size:13px;
padding:5px 0px;
border-bottom: solid 1px #b4b4b4;
}

.inputarea{
line-height:18px;
background-color:#FFF;
border:1px solid #9f9f9f;
padding:5px 2px;
color:#000000;
font-size:12px;
width:215px;
border-top-left-radius:0.3em;
border-top-right-radius:0.3em;
border-bottom-right-radius:0.3em;
border-bottom-left-radius:0.3em;
}
.mandatory{
color:#CC0000;
font-size:12px;
font-weight:bold;
}
.ButtonBG{
background-color:#90a40a;
text-align:center;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color:#FFFFFF;
padding:6px 10px 5px 10px;
border:solid 1px #90a40a;
}
.HeaderBox{ background-color:#e3a61d; line-height:30px; text-align:left; color:#FFFFFF; padding:20px; background-image:url(../images/HeaderBG.jpg); background-position:center right; background-repeat:no-repeat;}
.HeaderBox h1 { color:#FFFFFF; font-weight:200; letter-spacing:-0.05em;}

.TopNavBG{ background-color:#3c3c3c; padding:10px 0px; margin:0px auto; height:40px; font-family: Signika, Arial, Helvetica, sans-serif;}
.TopMenuItem{ margin:0px auto;}
.TopMenuItem ul { margin:0px auto; padding:0px;}
.TopMenuItem ul li{ margin:0px auto; display:inline; text-align:left; padding-right:20px; list-style:none; float:left; font-size:13px; font-weight:600; color:#FFFFFF; text-transform:uppercase;}
.TopMenuItem ul li a:link { color:#FFFFFF; text-decoration:none;}
.TopMenuItem ul li a:hover{ color:#00cbff; text-decoration:none;}
.TopMenuItem ul li a:visited{ color:#FFFFFF; text-decoration:none;}
.TopMenuItem ul li a:active{ color:#FFFFFF; text-decoration:none;}

.TopRight{ text-align:right; padding-left:300px;}
.TopRight ul{ margin:0px auto; color:#FFFFFF;}
.TopRight ul li{ padding:0px; margin:0px auto; float:left; display:inline; padding-right:5px;}

.TopLogo{ padding:20px 0px; margin:0px auto;}
.HeaderMid{ padding:30px 0px 20px 0px; line-height:24px; color:#d8012b; padding-left:25px; font-size:14px;  font-weight:600; background-image:url(../images/Icon-Like.png); background-position:0px 35px; background-repeat:no-repeat;}
.HeaderMid span{ padding-right:15px; color:#2b2b2b; font-size:13px;}
.HeaderRight{ padding:40px 0px 20px 0px;}
.CallTxt{ padding:10px; color:#04aeda; font-size:14px; float:left;  background-image:url(../images/Call.jpg); background-position:0px 10px; background-repeat:no-repeat; padding-left:35px;}
.MailTxt{ padding:10px; color:#04aeda; font-size:14px; float:left; background-image:url(../images/Mail.jpg); background-position:0px 10px; background-repeat:no-repeat; padding-left:35px;}

.ManinTabBG{ background-image:url(../images/CountryBG.jpg); background-position:top left; background-repeat:no-repeat; height:620px; padding:20px; color:#FFFFFF; clear:both; background-color:#001834;}
.ManinTabBG h1{ background-image:url(../images/Icon-CountryName.png); background-position:0px 10px; background-repeat:no-repeat; font-size:30px; font-weight:600; letter-spacing:-0.015em; color:#FFFFFF; text-transform:uppercase; padding-left:25px;}
.ManinTabBG ul{ margin:0px; padding:0px;}
.ManinTabBG ul li{ margin:0px; display:inline; float:left; width:45%; line-height:30px; padding:10px 0px; border-bottom:dotted 1px #FFF; margin-right:35px; color:#FFFFFF; font-size:13px; line-height:25px;}
.ManinTabBG ul li h3{ font-size:15px; font-weight:600; color:#FFF; margin:0px; padding:0px;}
.ManinTabBG ul li h3 a:link{color:#FFFFFF; text-decoration:none;}
.ManinTabBG ul li h3 a:hover{color:#ffcc00; text-decoration:none;}
.ManinTabBG ul li h3 a:active{color:#FFFFFF; text-decoration:none;}
.ManinTabBG ul li h3 a:visited{color:#FFFFFF; text-decoration:none;}

.TD-Data{ padding:10px 0px; border-top:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF; font-size:13px;}

.CountryBox{ background-color:#04aeda; height:152px; padding:10px 10px; margin-right:0px; line-height:30px; color:#FFFFFF; margin-bottom:20px;}
.url { font-size:13px;}
.url a:link{ color:#FFFFFF; text-decoration:none;}
.url a:hover{ color:#000; text-decoration:none;}
.url a:visited{ color:#FFFFFF; text-decoration:none;}
.url a:active{ color:#FFFFFF; text-decoration:none;}
.CountryName{ font-size:24px; text-transform:uppercase; line-height:36px;}
.Capital{ color:#000000; font-size:18px;}
.Temp{ font-size:24px;}

.AddBox{ background-image:url(../images/Add-Fab.png); background-position:-30px 10px; background-repeat:no-repeat; background-color:#d8012b; height:152px; padding:10px 10px; margin-right:0px; line-height:30px; color:#FFFFFF; margin-bottom:20px;}

.FooterBG{ background-color:#e2e2e2; border-top:solid 2px #303030; padding:0px; padding-top:15px; padding-bottom:40px;}
.FooterText{ font-size:12px; font-weight:600; line-height:25px; padding-left:10px;}
.FooterText span{ font-size:11px; font-weight:400;}

.Tab ul{ margin:0px auto;}
.Tab ul li{ margin:0px auto; padding:0px; display:inline; float:left; color:#FFFFFF; margin-right:2px; padding:0px 0px; font-size:15px;background-color:#9a9a9a; text-align:center; text-transform:uppercase; line-height:30px; }
.Tab ul li a{ margin:0px; padding:10px 15px; display:block;}
.Tab ul li a:link{ color:#FFFFFF; text-decoration:none; background-color:#9a9a9a;  }
.Tab ul li a:hover{ color:#FFFFFF; text-decoration:none;background-color:#04aeda; background-image:url(../images/Hover-Img.png); }
.Tab ul li a:visited{ color:#FFFFFF; text-decoration:none;background-color:#9a9a9a; }
.Tab ul li a:active{ color:#FFFFFF; text-decoration:none;background-color:#9a9a9a; }

.GlimpseBox{background-color:#e3a61d;  padding:24px; margin-right:0px; line-height:20px; color:#FFFFFF; margin-bottom:20px; background-image:url(../images/Orange-BG.jpg); background-position:top right; background-repeat:no-repeat; padding-right:125px; padding-top:35px;}
.GlimpseBox h1{ font-size:22px; margin:0px; padding:0px; margin-bottom:0px; text-transform: uppercase; letter-spacing:-0.05em; color:#3c3c3c; font-weight:800; font-family:Lato; line-height:30px;}
.GlimpseBox p{ line-height:19px; font-size: 13px; font-weight:400; padding-top:15px; padding-bottom:8px;}

.HeaderWhiteTxt{line-height:30px; font-size: 17px; text-transform:uppercase; font-weight:500; padding-bottom:10px;}
.IndexTxt{line-height:20px; font-size: 12px; font-weight:400; padding-bottom:10px;}

.OtherCountryBox{background-color:#04aeda; height:320px; padding:10px 20px; margin-right:0px; line-height:30px; color:#FFFFFF; margin-bottom:20px; background-image:url(../images/WorldBG.jpg); background-position:top left; background-repeat:no-repeat; padding-top:70px;}
.BlackBold{font-size:15px; margin:0px; padding:0px; margin-bottom:0px; text-transform: uppercase;  color:#000; font-weight:600;}
.OtherCountryBox ul{ color:#FFF; padding:0px; margin:0px auto;}
.OtherCountryBox ul li{ display:inline; float:left; width:30%; font-size:13px; border-bottom:dotted 1px #FFF; padding:7px 0px; text-transform:uppercase; margin-right:10px;}
.OtherCountryBox ul li a:link{ color:#FFFFFF; text-decoration:none;}
.OtherCountryBox ul li a:hover{color:#000; text-decoration:none;}
.OtherCountryBox ul li a:visited{color:#FFFFFF; text-decoration:none;}
.OtherCountryBox ul li a:active{color:#FFFFFF; text-decoration:none;}
/* Media query for 960 Screens - sets nested grids to 100% */
@media only screen and (max-width:960px){
	.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12,.row .row .c1-5,.row .row .c1-8{width:100%;margin-bottom:20px;margin-left:0px;margin-right:0px; }
	.row .row > div:last-child{margin-bottom:0 !important}
}

/* Media query for iPad and tablets */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
	body{font-size:90%}
	.row{margin-bottom:0!important}
	.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12,.c1-5,.c1-8{width:100%;margin-right:0;margin-left:0;margin-bottom:20px; padding:0 10px;}
	.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
		padding-left: 10px; position:relative;
	}
	.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
		padding-right: 10px; position:relative;
	}
	.TopNav ul li{ list-style:none; display:block; padding:10px 0px;}
	.TopSearch{ width:200px;padding:10px}
.ButtonRed{ color:#FFFFFF; padding:15px 25px; background:none; background-image:url(../images/BTN-Sarch.png); background-repeat:no-repeat; background-position:0px 0px; border: none; width:142px; height:70x; line-height:28px; font-size:20px; text-decoration:;  font-weight:400; text-transform:uppercase;}
}

/*--------------------------------CSS for Modal Window-----------------------------*/
.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 450px;
		position: relative;
		margin: 5% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: rgba(43,43,43,0.7);
		padding-top:30px;
		min-height:725px;
	}

	.close {
		background: #a60300;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }