﻿@charset "utf-8";
/* CSS Document */


body {
	background-position:center;
	margin-top:0px;
	 overflow-x: scroll;
	 width:auto;
	 font-size:13px;
	 margin-left:0;
	 margin-right:0;
	 margin-bottom:0;
	 font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	
		}
		
@font-face {
    font-family: frank;
    src: url(fonts/frank.ttf);
}	


@font-face {
    font-family: framdit;
    src: url(fonts/framdit.ttf);
}		


@font-face {
    font-family: FRADMCN;
    src: url(fonts/FRADMCN.ttf);
}	


@font-face {
    font-family: FRABK;
    src: url(fonts/FRABK.ttf);
}

.toppart { width:100%; 
background-position:center;
 /*background-image:url(images/topbg.png);*/
 background-repeat:repeat; 
 margin-top:0px; 
 margin-left:auto; 
 margin-right:auto;
 background-color:#ffffff; }
.logo {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
}
    .logo .logotext {
        width: 274px;
        float: right;
        padding-top: 12px;
        text-align: left;
        padding-left: 10px;
    }
        .logo .logotext .spanTamil {
            font-size: 14px;
            font-weight: 600;
            color: #000;
           
        }
        .logo .logotext .spanEng {
            font-size: 18px;
            font-weight: 800;
            color: #000;
            
        }
.logoheader { float:left; padding-top: 8px;}
.header {
    font-family: FRADMCN;
    font-size: 25px;
    color: #1094d8;
    text-align: right;
    /*margin-top: 10px;*/
    float: right;
}
    .header span {
        font-family: FRADMCN;
        font-size: 38px;
        color: #ff5a5a;
    }
.menu{  width:100%; background-position:center; background-image:url(images/menubg.png); height:42px;  color:#FFF; font-size:15px}
.centerpart{  width:100%; background-position:center; background-image:url(images/bg.png); height:100%; margin-top:0;min-height:484px;}
.loginbackbg {
    /* background-image:url(images/loginback_bg.png); */
    background: #ffffff;
    width: 420px;
    height: 460px;
    width: 100%;
    padding-top: 4%;
    /* background-repeat:no-repeat; box-shadow: 1px 0px 5px #888888; */
}
/*=======================Ramesh added styels===============*/

.loginbg {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    width: 410px;
    height: 416px;
    padding: 20px;
    width: 100%;
    max-width: 410px;
    background-position: center
}
.loginheader {
    font-family: FRADMCN;
    color: #1094d8;
    font-size: 22px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.username {
    background: #f8f8f8;
    border: none;
    width: 319px;
    height: 47px;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    padding-left: 13px;
    margin-bottom: 2px;
    color: #696969
}
.innerfixedbg{ 
    background-color:#fdfdfd; 
    min-height:300px; 
    width:100%; 
    max-width:1266px; 
    box-shadow: 1px 0px 5px #888888; }

.innerbg{ background-color:#fdfdfd; height:100%; width:80%;  box-shadow: 1px 0px 5px #888888;  display:inline-block}

.innerheader{ color:#595959; font-size:28px; font-family:FRADMCN;}

/*-----------menu-----*/

.drop_menu {
	
	padding:0;
	margin:0;
	list-style-type:none;


}

.drop_menu li { 
    display:inline-block;    
}
.drop_menu li a {
	padding:11px 29px;
	font-weight:600;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
    z-index:105;
	box-shadow: 1px 0px 5px #888888;

}
.drop_menu li:hover { position:relative; background-image:url(images/menu_select.png); }
.drop_menu li:hover ul {
	left:0px;
	top:42px;
	background-image:url(images/menu_select.png);
	padding:0px; 
}

.drop_menu li:hover ul li a {
	padding:12px;
	display:block;
	width:178px;
	text-indent:15px;
	background:#fff; 
	
	text-align:left; color:#8f8f8f;
}
.drop_menu li:hover ul li a:hover { background-image:url(images/menu_select.png); color:#FFF }

/*-----------menu-----*/

.innerheaderbg{ background-image:url(images/headerbg.png) ; background-repeat:no-repeat; color:#5d5c5c; font-size:22px; padding-left:16px}

.innertext{ color:#595959}

.innerfields{ box-shadow: 1px 0px 5px #888888; background-color:#F4F4F4; border: 2px solid #a1a1a1;	border-radius: 16px; width:460px; height:35px; background-color:#fdfdfd; border:none;   }

.innerfields1{ box-shadow: 1px 0px 5px #888888; background-color:#F4F4F4; border: 2px solid #a1a1a1;	border-radius: 16px; width:150px; height:35px; background-color:#fdfdfd; border:none;   }

.innertextwhite {
    color: #FFF;
    border: solid 2px #FFFFFF;
    text-align: center;
    background-color: #59779e;
}
.innertextwhite_sub {
    color: #FFF;
    border: solid 1px lightgray;
    text-align: center;
    background-color: #8aa4c5;
}

.field1 { background-image:url(images/fromfield.png); width:250px; height:36px; background-repeat:no-repeat; background-color:#f3f3f3; border:none; padding-left:13px; padding-top:7px }



.footer {
    width: 100%;
    background-position: center;
    background-color: #0765b5;
    font-size: 13px;
    color: #FFF;
    margin-bottom: 0px
}

.ItemRow
{
	font-size: 12px;
	border: 1px solid #d1d4d7;
	padding: 8px;
	min-height:30px;
}

.ddl{box-shadow: 1px 0px 5px #888888; background-color:#F4F4F4; border: 2px solid #a1a1a1;	border-radius: 16px; width:120px; height:35px; background-color:#fdfdfd; border:none; }

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.stdMainPopup
{
	/* background: url("../Images/Header_BG.png"); */
	border-radius: 10px;
}

.stdPopupClose
{
	cursor: pointer;
	position: relative;
	background-position: top;
	margin-bottom: -30px;
	margin-top: -23px;
	margin-right: -28px;
}

.stdPopupInnerMain
{
	background-color: #F6F6F6;
	border: 2px solid #579DD1;
	border-radius: 10px;
	margin: 10px;
	float: left;
}

.stdPopupInnerContent
{
	float: left;
	margin: 5px 30px 10px 25px;
}

.stdPopupInnerContentHeading
{
	float: left;
	font-weight: bold;
	color: #073881;
	font-size: 18px;
}



.loginbg input[type="button"]{
  
}

.login-pic img {
    width:100%;
}

.footer {
    width:100%;
    padding:10px 0;
    text-align:center
}

.container {
    width:100%;
    max-width:1266px;
    margin:auto;
}

.title {
    float: right;
}


.menu {
    position:relative;
}
.menu-icon {
    position:absolute;
    right:20px;
    top:10px;
    width:24px;
    height:20px;
    background:url(../Images/menu-icon.png);
    display:none;
    cursor:pointer
}

label {
    text-align:left;
    width:100%;
    font-weight:normal;
}

.row {
    margin:0px;

}


.top-title {
    text-align:left;
    width:100%;
    box-siizing:border-block;
    -moz-box-siizing:border-block;
    background:url(../css1/images/topline.png) repeat-x bottom;
    padding-bottom:15px;
    display:inline-block;
}

.top-title img {
        padding-left:10px;
        float:left;
		padding-top: 5px;
		padding-right: 5px;
}

.top-title .innerheader {
    float:left;
  /*   margin-top:10px; */
  padding-left: 8px;
}
.top-margin {
    margin-top:30px
}

.bot-margin {
     margin-bottom:30px;
}

#ContentPlaceHolder1_gdvAssign {
    width:100%; 
}

.search-but {
    position:absolute;
    right:21px;
    top:28px;
}

#ContentPlaceHolder1_chkObjects, #ContentPlaceHolder1_chkEventTypes {
    width:100%;
}
#ContentPlaceHolder1_chkObjects label, #ContentPlaceHolder1_chkEventTypes label {
    float:left;
    width:auto;
}
#ContentPlaceHolder1_chkObjects input, #ContentPlaceHolder1_chkEventTypes input {
    float:left;
    margin-right:10px;
}

.object-list {
    height:300px;
    overflow-y:scroll
}
.welcomepic {
    max-width:400px;
}
.welcomepic img {
    width:100%;
    
}

.wrapper {
    width:100%;
    overflow:hidden;
}
.col3{width:3%;}
.col5{width:5%;}
.col6{width:6%;}
.col7{width:7%;}
.col8{width:8%;}
.col10{width:10%;}
.col15{width:15%;}
.col20{width:20%;}
.col40{width:40%;}
.col60{width:60%;}
.divInner_Dup{width:97%;}

.tankerclass{color: #31302B;background: #e5e5e5;padding: 12px 17px;border: 2px solid #0C8BCC;font-size: 14px;font-weight: bold;text-align: center;width: 85px;border-radius: 20%;height: 45px;z-index: 1;position: absolute;margin-left: 20%;margin-top: -33%;}

.tankerclass_Abstract{color: #31302B;background: #e5e5e5;padding: 12px 17px;border: 2px solid #0C8BCC;font-size: 14px;font-weight: bold;text-align: center;width: 85px;border-radius: 20%;height: 45px;z-index: 1;position: relative;margin-left: -20%;margin-top: -31%;}
.drop {
        width:80%;margin:0px auto;
        height:100%;
        z-index:106;
    }
.SearchPopUpNew_Map
{
   margin-top:3px; background-color:#EAEAEA; border:2px solid #69B7AB; border-radius:10px; padding:10px;width: 30.5%;margin-left: -30%;
}    
 @media only screen and (max-width: 1100px) 
 {
     .subgridtdpadding{padding-left:1% !important;}
     .divInner_Dup{width:100%;}
     .col3{width:100%;}
     .col5{width:100%;}
     
.col6{width:100%;}
.col7{width:100%;}
    .col8{width:100%;}
.col10{width:100%;}
.col15{width:100%;}
.col20{width:100%;}
.col40{width:100%;}
.col60{width:100%;}
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 #no-more-tables .fiveper 
{ width:0%;
}
#no-more-tables .tenper 
{ width:0%;
}
#no-more-tables .fifteenper 
{ width:0%;
}
#no-more-tables .fortyper 
{ width:0%;
}
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	
	
	
	
	
	#no-more-tables2 table, 
	#no-more-tables2 thead, 
	#no-more-tables2 tbody, 
	#no-more-tables2 th, 
	#no-more-tables2 td, 
	#no-more-tables2 tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables2 tr { border: 1px solid #ccc; }
 
	#no-more-tables2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 #no-more-tables2 .fiveper 
{ width:0%;
}
#no-more-tables2 .tenper 
{ width:0%;
}
#no-more-tables2 .fifteenper 
{ width:0%;
}
#no-more-tables2 .fortyper 
{ width:0%;
}
	#no-more-tables2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables2 td:before { content: attr(data-title); }
 }

@media only screen and (max-width:1020px) {
    .drop_menu li a {
        padding:13px 12px;
    }
    #ContentPlaceHolder1_pnlAssign {
        width:80%;
        height:500px;
    }
}



@media only screen and (max-width:900px) {
    .menu-icon {
        display:block;
    }
    .drop {
        position:absolute;
        width:260px;
        height:100%;
        right:-260px;
        top:42px;
        z-index:106;
        background-color:#2098d1;
        display:inline-block;
        -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    }
    .drop_menu {
         background-color:#2098d1;
    }
    .show-menu {
        right:0px;
    }
    .drop_menu li {
        width:100%; 
    }
    .drop_menu li a {
      text-align:left;
    }
     #ContentPlaceHolder1_pnlAssign {
       height:60%;
       top:10%
    }
    
	.login-pic {
		display:none;
		}
	.drop_menu li a {
		font-size:17px;
		}
		.SearchPopUpNew_Map
{
   margin-top:3px; background-color:#EAEAEA; border:2px solid #69B7AB; border-radius:10px; padding:10px;width: 90.5%;margin-left:5%;left:0px !important;
}
}
@media only screen and (max-width:767px) {
    .logo, .header {
        width:100%;
        text-align:center;
    }
    .header {
        margin-top: 0px;
        margin-bottom: 6px;
        font-size: 20px;
    }
    .drop {
        
    }
    .innerbg {
        width:100%;
    }
    .top-title img {
        display:none;
    }
    .innerheader {
        padding-left:10px;
    }
     #ContentPlaceHolder1_pnlAssign {
        width:96%;
        left:0px!important;
    }
    
    .tankerclass
        {color: #31302B;

background: #e5e5e5;

padding: 12px 17px;

border: 2px solid #0C8BCC;

font-size: 14px;

font-weight: bold;

text-align: center;

width: 85px;

border-radius: 20%;

height: 45px;

z-index: 1;

position: absolute;

margin-left: 37%;

margin-top: -15%
}
.SearchPopUpNew_Map
{
   margin-top:3px; background-color:#EAEAEA; border:2px solid #69B7AB; border-radius:10px; padding:10px;width: 90.5%;margin-left:5%;left:0px !important;
}
}
@media only screen and (max-width:470px){
    .loginbg .username {
        width:100%;
        background:transparent;
        border:solid 1px #ccc;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        margin-left:0px;
        margin-bottom:5px;
    }
     #ContentPlaceHolder1_pnlAssign {
        width:95%;
        left:0px;
    }
     .stdPopupInnerContent {
         overflow-x:scroll;
     }
    .tankerclass
        {color: #31302B;
background: #e5e5e5;
padding: 12px 17px;

border: 2px solid #0C8BCC;

font-size: 14px;

font-weight: bold;

text-align: center;

width: 85px;

border-radius: 20%;

height: 45px;

z-index: 1;

position: absolute;

margin-left: 27%;

margin-top: -26%;
}
.SearchPopUpNew_Map
{
   margin-top:3px; background-color:#EAEAEA; border:2px solid #69B7AB; border-radius:10px; padding:10px;width: 90.5%;margin-left:5%;left:0px !important;
}
}

@media only screen and (max-width:405px) 
{
    
    
.tankerclass
        {color: #31302B;

background: #e5e5e5;

padding: 12px 17px;

border: 2px solid #0C8BCC;

font-size: 14px;

font-weight: bold;

text-align: center;

width: 85px;

border-radius: 20%;

height: 45px;

z-index: 1;

position: absolute;

margin-left: 27%;

margin-top: -26%;
}
     
}
.btnCss{height:30px;background-color:#0992D9;}

#overLayBackground{
     background-color: rgb(250, 250, 250);
     opacity: 0.7; /* Safari, Opera */
     -moz-opacity:0.25; /* FireFox */
     filter: alpha(opacity=70); /* IE */
     z-index: 200;
     height: 100%;
     width: 100%;
     background-repeat:repeat;
     position:fixed;
     top: 0px;
     left: 0px;
     text-align:center; 
         line-height: 240px; 
    }

    #overLayBackground>img {
        position:absolute; bottom:0; top:0; left:0; right:0; margin:auto;
    }
    
    .btnControls{
    background: #2098d1 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;    
    padding: 10px;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    border-radius:15%;
}
.SearchPopUpNew
{
   margin-top:3px; background-color:#EAEAEA; border:2px solid #69B7AB; border-radius:10px; padding:10px;margin-left:-25%;
}

.datecol{width:10%;}

.btnCss_Save{background-color:#0992D9;padding:0% 2% 0% 2% ;font-size:24px;color:White;}

.wordbreak{white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;}

.stdControlsNoBordersAutoComplete
{
	height:350px;overflow:auto;overflow-x:hidden; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 0px;font-size:15px;
}

.lblMsg
{
	color: #579DD1;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.stdMainMsg
{
width:100%;height:25px; margin-top:10px; padding-top:5px;text-align:center;background-color:#F1EFE2;color:red; font-size:13px;font-weight:bold;border-radius:10px; 
}



.stdBorderLeft
{
	font-weight:bold;
	background-color:#AB864B;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	/*text-shadow: 1px 1px #FFCC00;*/
	color:#fff;
	height:30px;
	padding:3px;
	text-align:center;
}
.stdBorderRight
{
	font-weight:bold;
background-color:#AB864B;
	
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	/*text-shadow: 1px 1px #FFCC00;*/
color:#fff;
	height:30px;
	padding:3px;
	text-align:center;
}
.stdContentLeft
{
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	
	color:Black;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}


.stdContentRight
{	
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	color:Black;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;
}


.nopadding{padding:0%;}
.Easylinks_Padding {

    padding: 5px;
    border: solid 1px #f8f8f8;
    text-align: center;
    background-color: #fff;
    margin-top: .5%;
    font-size: 16px;
font-weight: bold;
box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}
/*.viewprofilelabel {

    color: #003b46;
    font-weight: bold;
    line-height: 2;
    font-size:24px;
}
*/
#widget {
	position:absolute;
}
#widgetField {
	width: 250px;
	height: 25px;
	background: url(../images/field.png);
	overflow: hidden;
	position: relative;
}
#widgetField a 	{
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	text-decoration: none;
	text-indent: -3000px;
}
#widgetField span	{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 0;
	height: 26px;
	line-height: 26px;
	left: 5px;
	width: 250px;
	text-align: center;
}
#widgetCalendar {
	position: absolute;
	top: 26px;
	left: 0;
	height: 0px;
	overflow: hidden;
	width: 588px;
	background: #B9B9B9;
}
#widgetCalendar .datepicker {
	position: absolute;
	bottom: 0;
	top: auto;
}
#widgetCalendar .datepickerContainer,
#widgetCalendar .datepickerBorderT,
#widgetCalendar .datepickerBorderB,
#widgetCalendar .datepickerBorderL,
#widgetCalendar .datepickerBorderR,
#widgetCalendar .datepickerBorderTL,
#widgetCalendar .datepickerBorderTR,
#widgetCalendar .datepickerBorderBL,
#widgetCalendar .datepickerBorderBR {
	background: transparent !important;
}
#widgetCalendar .datepicker a:hover{
	color: #b6f063;
}
.PageInnerHeadingDetailsMain
{
   float:left; color:#3f3f3f; height:30px; border-bottom:solid 2px lightgray; width:100%;margin-top:0px;
}

.PageInnerHeadingDetailsSub
{
    float:left; padding-left:2%; padding-right:2%; border-top-right-radius:10px; padding-top:5px; border-top-left-radius:10px; height:30px; background-color:lightgray; color:#3f3f3f;
}


.TeplateHeader {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0px;
    padding: 3px;
    border-left: solid 1px lightgray;
    border-top: solid 1px lightgray;
    border-left: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    background-color: #ab864b;
    text-align: center;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.ItemTeplateContent {
    font: 12px Arial,Helvetica,sans-serif;
    color: Black;
    height: 30px;
    margin: 0px;
    border: solid 1px lightgray;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.textalignright{text-align:right;}

 .Star
{
    background-image: url(../images/star1.png);
    height: 25px;
    width: 25px;
}
.WaitingStar
{
    background-image: url(../images/WaitingStar.gif);
    height: 17px;
    width: 17px;
}
.FilledStar
{
    background-image: url(../images/star2.png);
    height: 25px;
    width: 25px;
}
.box
{
    width: 100%;
    min-height: 210px;
    padding: 10px;
    display: inline-block;
    border-radius: 15px;
    color: #333;
    line-height: 2;
    border: solid 1px gray;
}
.viewprofilelabel{color:Maroon;font-weight:bold;line-height:2;float:left;text-align: left;}
h3
{
    font-size: 20px; color: #0066CC; text-align: left;
    }
    .noPadding{padding:0%;}
    
    .test input {
            float: left;
            margin-right: 10px;
            margin-left: 10px;
        }

        .test label {
            float: left;
            width: auto;
            margin-top: 1px;
        }
        
        .GridPager a, .GridPager span
    {
        display: block;
        height: 15px;
        width: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
    }