﻿@font-face {
  font-family: 'myRezvan';
  src: url('../Fonts/Rezvan.eot?#') format('eot'),  /* IE6–8 */
       url('../Fonts/Rezvan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../Fonts/Rezvan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'myYas';
  src: url('../Fonts/Yas.eot?#') format('eot'),  /* IE6–8 */
       url('../Fonts/Yas.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../Fonts/Yas.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'myRoya';
  src: url('../Fonts/Roya.eot?#') format('eot'),  /* IE6–8 */
       url('../Fonts/Roya.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../Fonts/Roya.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}



.modal-header {
    padding:3px 15px;
    border-bottom:1px solid #eee;
    background-color: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
 
 
.form-control:focus {
  border-color: rgba(100, 100, 240, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(100, 100, 240, 0.6);
  outline: 0 none;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.Div_Alphabets {
	background-color:#dcdbc6;
	width:25px;
	box-shadow:0px 0px 2px gray;
	margin-left:5px;
	color:#2c3e50;
}

.Div_Alphabets:hover {
	background-color:white;
}


.Span_MasterInfoDetails {
	color:white;
}

.img-centered {
    margin: 0 auto;
}

.img-shadowed {
	box-shadow:0px 0px 10px gray;
	width:120px;
}

.RoundedWatermarked {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius:20px;
	border:1px solid #aaa;
	padding-top:10px;
}

.MasterBaseInfo {
	font-size:large;
}

.MasterBaseInfo:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.MasterMainLinks {
	padding:5px 0 5px 0;
	font-size:medium;
	border-bottom:1px dotted;
	cursor:pointer;
}

.MasterContents {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius:20px;
	border:1px solid #aaa;
	font-family:myRoya;
	min-height:545px;
	text-align:justify;
	padding:20px;
}

.PageTitles{
	border-radius:30px;
	height:35px;
}

.AlphabetSearch {
	background:#F7F7F7 url('../../images/Roll_AlphabetSearch.png') repeat-x top right;
	border:1px solid #C0C0C0;
	height:30px;
	padding:3px 10px 3px 10px;
	border-radius:5px;
}

.Div_Banners {
	color:#2c3e50;
	cursor:pointer;
}

.Span_BannerTitle {
	color:#993300;
}

.Title2{
	font-family:myRoya;
	font-size:large;
	font-weight:bold;
}

.TD_TitleProgram {
	max-width:57px;
	height:30px;
	background-color:#006699;
	border:1px dotted white;
	text-align:center;
	font-size:small;
	color:#FFFFCC;
	padding:0px;
}

.TD_DetailProgram {
	max-width:57px;
	height:45px;
	background-color:white;
	border:1px dotted gray;
	text-align:center;
	color:navy;
	padding:0px;
	font-size:small;
}

.textbox1 {
	font:11px tahoma; 
	color: #1969CD; 
	height: 18px;
	width: 150px;
    border: 1px solid #95C0F6;
    direction:inherit;
}

.Div_Alert {
	font-size:small;
	color:red;
	direction:inherit;
	text-align:right;
	display:none;
	font-weight:bold;
}

.TDtext {
	border:1px solid #A6D3FF; 
	background-color:#F2F9FF; 
	color:#70BCE0; 
	vertical-align:top; 
	direction:inherit; 
	text-align:justify; 
	line-height:15px; 
	padding:15px;
	font:inherit;
}

.Hr1 {
	border:1px dashed #74CFFA;
	width: 100%;
}

.Img_GallerySamplePicture {
	width:100px;
	height:75px;
	border:1px solid black;
	background-color:white;
	cursor:pointer;
	box-shadow:0px 0px 10px gray;
}

.Img_GallerySamplePicture:hover {
	border:1px solid white;
}



a:link.MasterNames {
	font-family:myRoya; font-size:20px;color:#FFFFAE; text-decoration:none; font-weight:bold;
}
a:visited.MasterNames {
	font-family:myRoya; font-size:20px;color:#FFFFAE; text-decoration:none; font-weight:bold;
}
a:hover.MasterNames {
	font-family:myRoya; font-size:20px;color:#CCFF99; text-decoration:none; font-weight:bold;
}

