/*dynamic style */





.printdiv .form-control[disabled], .printdiv .form-control[readonly], .printdiv fieldset[disabled] .form-control 
{
    background:#fff !important;
    color:#222;
    }
    
 .hidden
        {
	        overflow:hidden;
	        display:none !important;
        }
        
.mybutton 
{
    margin:5px 0px;
	display:inline-block;
	color:#FFFFFF;
	background:url(../images/dynamic/button1_bg.png) repeat-x;
	padding:5px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	width:100%;
	border:1px solid #0066cc;
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	 -khtml-border-radius:5px;*/
	box-shadow: 0px 0px 3px #666;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}

.mybutton:hover {
	background:url(../images/dynamic/button2_bg.png) repeat-x;
	border:1px solid #ff9900;
	box-shadow: 0px 0px 10px #666;
	color:Black;
	
}
.mybutton2 
{
    margin:5px 12px;
   	display:inline-block;
	color:#FFFFFF;
	background:url(../images/dynamic/button1_bg.png) repeat-x;
	padding:4px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	width:100px;
	font-size:17px;
	border:1px solid #0066cc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	 -khtml-border-radius:5px;
	box-shadow: 0px 0px 3px #666;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	/*font:verdana;*/
	}

.activebutton, .mybutton2:hover {
	background:url(../images/dynamic/button2_bg.png) repeat-x;
	border:1px solid #ff9900;
	box-shadow: 0px 0px 10px #666;
	color:Black;
	
}
.image1
{
    padding:5px; 
	background:#FFF; 
	border:1px solid #CCC !important;
	box-shadow: 0px 0px 10px #777;
	height:160px;
	width:140px;
}
   .subButton
      { cursor:pointer; 
        padding:.5em 1em;
        color:White !important;
       
      }
      
     .subButton a:visited, .subButton a:link, .subButton a:active
     {
         color:White !important;
         text-decoration:none;
         
       
         
     } 
/*.dynamicbox {
	padding:10px 0px 0px 30px;
	width: 100%;
	float: left;
	margin: 10px 0;
}*/
.payback
{
    color:Gray !important; 
    font-size:1.2em;
    margin:1em 1em 0 0; 
    padding:.5em 1em;
     background-color: #ccc;
      float:left;
       display:inline-block
}


.productlabel{
	padding-top:0%;
	display:block;
	font-size:2em;
	line-height:2em;
	color:#00a9ff;
	margin:0px 0 -35px 0;
}
.productlabel img
{
    float:left;
    }



.ipcontainer
{
    padding:1%;
    width:100%;
    padding-top:0;
    
    }

.ipcontainer2
{
    padding:10px;
    padding-top:0px;
  
       
}

.ipcontainer3
{
    padding:10px;
    padding-top:0;
    margin-left:15px;
}


/*.ipcontainer p,.ipcontainer2 p
{
    font-size:14px;
    float:left;
    width:137px;
    margin-top:2px;
}*/

.ipcontainer th
{
    text-align:center;
}   
.ipcontainer2 fieldset,.ipcontainer fieldset
{
   border:1px solid #a5a5a5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	 -khtml-border-radius:6px;
	 box-shadow: 0px 0px 7px #777;
	  padding:0 .5em 0 .5em; width:97%; margin-left:2em; text-align:left; margin-top:.5em;
	  
	 
}

.ipcontainer3 fieldset
{
   border:1px solid #a5a5a5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	 -khtml-border-radius:6px;
	 box-shadow: 0px 0px 5px #777;
}




.ipcontainer2 table td
{   border:none;
    border-collapse:collapse;
    border-color:#f0f9fd;
    border-width:1.5px;
    border-style:solid;
 }


.ipcontainer3 table td,.events table td,.news table td
{
    border:none;
    border-collapse:collapse;
}



.input {
	width:250px;
	height:20px;
	/*background:none;*/
	margin-right:7px;
	padding:3px;
	color:#4c4c4c;
	font:14px Tahoma, Geneva, sans-serif;
	float:left;
	background:#fff;
	border:1px solid #a5a5a5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	 -khtml-border-radius:6px;
	position:relative;
	}
	
.inputReadOnly {
	width:250px;
	height:20px;
	background-color:#FFE4C4;
	/*background:none;*/
	margin-right:7px;
	padding:3px;
	color:#4c4c4c;
	font:14px Tahoma, Geneva, sans-serif;
	float:left;
	border:1px solid #a5a5a5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	 -khtml-border-radius:6px;
	position:relative;
	cursor:pointer;
	}
	
	.readOnly {
	
	background-color:#FFE4C4 !important;
	/*background:none;*/
	
	color:#4c4c4c;
	cursor:pointer;
	}
	
	.notReadonly{ background-color:White !important; cursor:pointer !important;   }
	
.input:focus {
	box-shadow: inset 0px 0px 5px #CCC;
	border: 1.5px solid #999;
}



.inputDL {
	width:263px;
	height:27px;
	margin-right:7px;
	padding:2px;
	color:#4c4c4c;
	font:13.5px Tahoma, Geneva, sans-serif;
	float:left;
	background:#fff;
	border:1px solid #a5a5a5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	 -khtml-border-radius:6px;
	position:relative;
	cursor:pointer;
}





.loginDisplay
{   font-family: Georgia, Times New Roman;
	color: #0CF;
	float:right;
	text-shadow: 1px 1px 1px #000;
	margin:0% 0% -2% 0%;
	overflow:hidden;
}

/*.loginDisplay a:link
{    
	color: #c0d0e4;
	
}

.loginDisplay a:visited
{
    color: #c0d0e4;
}

.loginDisplay a:hover
{
  color: #FFF;
}*/

.loginDisplay img
{
    margin:0px 0px 0px 10px;
	border:2px solid #444;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	 -khtml-border-radius:50px;
	width:45px;
	height:40px;
	float:right;
	}
	
.loginDisplay #imgx
{
    border: none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	 -khtml-border-radius:0px;
    margin:0px;
	width:42px;
	height:38px;
	float:right;
	}
	
.loginDisplay a img
{   border: 0px;
   	width:25px;
	height:22px;
	float:right;
	margin:0px;
	
	}

.r 
{
    margin-top:-15px;
 }
 
.code
{
    text-align:center !important;
    color: #cc6600 !important;
    font-size:30px !important;
    letter-spacing:5px !important;
    width:5em !important;
    height:30px !important;
    border:1px solid #a5e5e5 !important;
	border-radius:6px !important;
	-moz-border-radius:6px;
	-webkit-border-radius:6px !important;
	position:relative !important;
	/*text-decoration: line-through;*/
	font-style:italic !important;
	font-family: Times New Roman !important;
	margin-bottom:5px !important;
	background:url(../images/dynamic/captcha.jpg) #ffe4c4 100% !important;
	vertical-align:middle !important;
	}
	
.progress
{
    width:0px;
    border:1px solid #e5e5e5;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative;
	background-color:#3399cc;
	height:10px;
	display:none;
	margin-top:3px;
	
	}


.star
{
    color:Red;
    font-size: x-large ;
}

   

/* .view
   {}
         
  .ipcontainer3 .view a,.ipcontainer3 .view a:visited
   { text-decoration:none;
     font-size:14px;
     
   }
      
  .ipcontainer3 .view a:hover
   {   
       font-size:16px;
       color:Blue ;
       font-weight: lighter;
    }
    
    .view img 
    {
        height:20px;
        vertical-align:baseline;
        display:inline-block;
    }*/
     
 .knowmore
       {    background:transparent url(../images/dynamic/knowmore.png) center left no-repeat;
            display:inline-block;
            width:100px;
            height:25px;
       
            -webkit-transition: all 0.5s ease-in-out 0s;
	        -moz-transition: all 0.5s ease-in-out 0s;
	        -ms-transition: all 0.5s ease-in-out 0s;
	        -o-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
   }
   
    .knowmore:hover
   {
       background:transparent url(../images/dynamic/knowmore2.png) center left no-repeat;
       display:inline-block;
       width:120px;
       height:25px;
            
   }
     
   
     
  .download
   {    background:transparent url(../images/dynamic/download.png) center left no-repeat;
        display:inline-block;
        width:250px;
        height:25px;
        -webkit-transition: all 0.5s ease-in-out 0s;
	    -moz-transition: all 0.5s ease-in-out 0s;
	    -ms-transition: all 0.5s ease-in-out 0s;
	    -o-transition: all 0.5s ease-in-out 0s;
	    transition: all 0.5s ease-in-out 0s;
	    float:right;
   }
   
    .download:hover
   {
       background:transparent url(../images/dynamic/download2.png) center left no-repeat;
       display:inline-block;
       width:275px;
       height:25px;
            
   }
   
   .apply
   {    background:transparent url(../images/dynamic/apply.png) center left no-repeat;
        display:inline-block;
        width:123px;
        height:50px;
        float:right;
	    margin-right:7px;
   }
   
.ahead
    {
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#008cc4;
}

/*.welcome
{
color:#555555; 
float:left; 
font-size:larger; 
padding-right:20px;
}*/

.uid
{
    font-weight:bold;
    color:#008cc4;
}

.gridinput {
	/*background:none;*/
	padding:5px 5px 5px 5px;
	color:#4c4c4c;
	font:14px Tahoma, Geneva, sans-serif;
	background:#fff;
	border:1px solid #5599ff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative
}

.gridDD {
	/*background:none;*/
	padding:5px 5px 5px 5px;
	color:#4c4c4c;
	font:14px Tahoma, Geneva, sans-serif;
	background:#fff;
	border:1px solid #5599ff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative;
	cursor:pointer;
}


.gridtagQ {
	color:#c23122;
	font-family: Times New Roman;
	font-size:1.4em;
	display: inline-block;
    position: relative;
	text-align:center;
	border-bottom:2px double #999;
	margin-bottom:-2em;
}
.gridtag {
	
	/*
    color:#7e7e14;
	color:#006699;
    color:#FF9933;
	color:#006699;
    */
	font-family:Verdana;
	display:block;
	text-align:left;
}
.gridtagdate 
{
  	color:#ff9800;
	font-size:.95em;
	margin:-.4em 0 .5em 0;
	
	}

.newsDate
{
    padding-bottom:10px;
	color: Blue ;
	font-family:Verdana;
	font-size:14px;
	}
	
.commentsTag
{
    color:#3498db ;
	font-family:Verdana;
	font-size:16px;
	display:block;
	font-weight:600;
	}
		
.commentsDate 
{
   padding-bottom:10px;
   margin-left:10px;
	color: #31708f ;
	font-family:Verdana;
	font-size:14px;
	display:block;
	}



.newstag {
	color:#FF9933;
	/*color:#006699;*/
	font-family:Verdana;
	font-size:1.4em;
	display: inline-block;
	
	 -webkit-transition: all 0.5s ease-in-out 0s;
	        -moz-transition: all 0.5s ease-in-out 0s;
	        -ms-transition: all 0.5s ease-in-out 0s;
	        -o-transition: all 0.5s ease-in-out 0s;
	        transition: all 0.5s ease-in-out 0s;
}
.newstag:hover
{
    transform: scale(1.1,1);
    color:blue;
}

.uploadbutton
{
    float:right;
    Height:25px;
    Width:90%;
    cursor:pointer;
    padding-top:10px;
}

  
   .gridheader
   {    border-color:#f0f9fd;
        border-width:1.5px;
        border-style:solid;
        background-color:#0098D2;
        vertical-align:middle;
        height:30px;
        text-align:center;
        color:White;
        text-align:center
        
    }
    
    .gridheader th,.gridheaderDisplay th
   {    
        /*text-align:center*/
        
    }
    
    .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: inherit;
    content: none;
    }
      
      .gridheaderDisplay
   {    border-color:#f0f9fd;
        border-width:1.5px;
        border-style:solid;
        background-color:#0098D2;
        vertical-align:middle;
        height:35px;
        text-align:center;
        color:White;
        font-size:1.01em;
       
    }
   .gridheaderDisplayRed
   {     background-color:#FFE2C6;
        vertical-align:middle;
        height:30px;
        text-align:center;
        font-size:14px;
    }
     .gridheaderDisplayRed th{  text-align:center;  }
    
   .gridrow
   {    vertical-align:middle;
        height:25px;
        text-align:center;
      }
    
      .gridrowDisplay
   {    vertical-align:middle;
        height:35px;
        /*text-align:center;*/
        background-color:#f8f6d8;
        padding:5px;
        }

      .gridrowDisplay td
      { padding:.2em ;
      }   

.pager3 table td
{
     border:none;
    border-collapse:collapse;
}

.pager3 td table {  margin: 0px auto; }

.pager,.pager2,.pager3
{   font-size: large;
    background-color:#009999;
    vertical-align:middle;
     width:90%;
     text-align:left;
     height:35px;
    
}
 
.pager2,.pager3
    { 
        background-color:#0098D2;
        
     }   
     
     
.ipcontainer2 .pager a,.ipcontainer3 .pager2 a,.ipcontainer2 .pager3 a
{   text-decoration: none;
    vertical-align:middle;
    color: Yellow ;
    padding-right:10px;
    margin-left:5px;
    
    }
    
.ipcontainer3 .pager2 a,.ipcontainer3 .pager2 span,.ipcontainer2 .pager3 a,.ipcontainer2 .pager3 span
{
        border-color:#f0f9fd;
        border-width:1.5px;
        border-style:solid;
        padding-right:10px;
        padding-left:5px; 
        margin-left:7px;
}    
.pager a:visited,.pager2 a:visited,.pager3 a:visited
{       
    color:White;
        
 }


.pager a:hover
{      font-size: x-large;
        color: Lime  ;
        text-decoration: none;
}
 
 .pager2 a:hover,.pager3 a:hover
{      font-size: xx-large;
       color:Lime;
       text-decoration: none;
}      
       


.pager a:hover
{      font-size: x-large;
        color: Lime  ;
        text-decoration: none;
}
 
 .pager2 a:hover,.pager3 a:hover
{      font-size: x-large;
       color:Lime;
       text-decoration: none;
}      
       
       
  .pending {
	width:20px;
	height:20px;
	/*background:none;*/
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font:14px Tahoma, Geneva, sans-serif;
	float: right;
	background-color:Red;
    border:1px solid #a5a5a5;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	 -khtml-border-radius:25px;
	
	}
	

div.ui-datepicker{
        font-size:14px;
        margin:-30px 0px 0px 265px;
}
         
 
 .modalc4
{   
    position: fixed ;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
   }

.modalc4 .center
{   display:block;
    position:absolute;
    z-index: 1000000;
    margin: 300px auto;
    padding: 10px;
    width:32%;
    left:32%;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img
{    
    width:100%;
}



.fupload 
{   padding:5px;
    right:-25px;
    top:-38px;
    display:inline;
    float:right;
    position:relative;
    cursor:pointer;
    -moz-opacity:0 ;
    filter:alpha(opacity=0);
    opacity: 0;
    z-index:9999;
}

.top {    font-size: 16px; font-family: 'Courier New', Courier, monospace;color: #FF8040; }


.inwidth1{    width:30px; float:none; text-align:center }
.inwidth2{    width:200px; float:none; text-align:center}
.inwidth3{    width:80px; float:none; text-align:center }
.inwidth4{    width:150px; float:none; text-align:center }
.inwidth5{    width:120px; float:none; text-align:center }
.inwidth6{    width:88px; float:none; text-align:center; text-indent:15px; }
        
         
       
.modal_inprocess
{   
    position: fixed ;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
   }

.modal_inprocess .center
{   display:block;
    position:absolute;
    z-index: 1000000;
    margin: 300px auto;
    padding: 10px;
    width:32%;
    left:32%;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img
{    
    width:100%;
}



.fupload 
{   padding:5px;
    right:-25px;
    top:-38px;
    display:inline;
    float:right;
    position:relative;
    cursor:pointer;
    -moz-opacity:0 ;
    filter:alpha(opacity=0);
    opacity: 0;
    z-index:9999;
}

.top {    font-size: 16px; font-family: 'Courier New', Courier, monospace;color: #FF8040; }


.inwidth1
{    width:30px; float:none; text-align:center }

.inwidth2
{    width:200px; float:none; text-align:center}

.inwidth3
{    width:80px; float:none; text-align:center }

.inwidth4
{    width:150px; float:none; text-align:center }

.inwidth5
{    width:120px; float:none; text-align:center }

.inwidth6
{    width:88px; float:none; text-align:center; text-indent:15px; }




/*extra BUTTONS styles */

.btn1, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7 {
	float: left;
	width: 96%;
	margin-bottom: 1%;
	font-family:  Arial, sans-serif;
	border: 1px solid #F66;
	border-radius: 3px;
	font-size: 18px;
	border: 1px solid #CCC;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding: 1%;
	cursor:pointer;

}

.btn2 {
	margin-right: 3%;
	background: rgb(254,187,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */

}

.btn3 {
	/*margin-top: 4%;
	margin-right: 4%;
	width: 40%;*/
	padding: 1% 2%;
	text-align: center;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 5px #999;
	background: rgb(56,216,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,216,56,1) 0%, rgba(0,138,0,1) 100%, rgba(0,36,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,216,56,1)), color-stop(100%,rgba(0,138,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,216,56,1) 0%,rgba(0,138,0,1) 100%,rgba(0,36,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38d838', endColorstr='#002400',GradientType=0 ); /* IE6-9 */

}

.btn4 {
	border: 1px solid rgb(96,2,23);
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}

.btn5 {
	margin-top: 4%;
	width: 43%;
	padding: 1% 2%;
	text-align: center;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 5px #999;
	background: rgb(24,165,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(24,165,221,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,165,221,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(24,165,221,1) 0%,rgba(35,83,138,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a5dd', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

}

.btn6x {
	border: 1px solid rgb(157,16,0);
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}

.btn6 {
	border-radius: 0px;
	border: 1px solid rgb(108, 203, 56);
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125, 237, 22, 0.82) 0%, rgb(50, 150, 50) 100%) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125, 237, 22, 0.82)), color-stop(100%,rgb(50, 150, 50) 100%))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125, 237, 22, 0.82) 0%,rgb(50, 150, 50) 100%) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125, 237, 22, 0.82) 0%,rgb(50, 150, 50) 100%) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125, 237, 22, 0.82) 0%,rgb(50, 150, 50) 100%) 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  rgba(125, 237, 22, 0.82) 0%,rgb(50, 150, 50) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ded16', endColorstr='#329632',GradientType=0 ); /* IE6-9 */

}

.btn7 {
	border: 1px solid rgb(72,72,72);
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

.btn2 a:link, .btn32 a:visited,
.btn3 a:link, .btn3 a:visited,
.btn4 a:link, .btn4 a:visited,
.btn5 a:link, .btn5 a:visited,
.btn6 a:link, .btn6 a:visited,
.btn7 a:link, .btn7 a:visited {
	text-shadow: 1px 1px 1px #333;
	display: block;
	color: #FFF;
}

.btn2 a:active, .btn2 a:hover, .btn2 a:focus,
.btn3 a:active, .btn3 a:hover, .btn3 a:focus,
.btn4 a:active, .btn4 a:hover, .btn4 a:focus,
.btn5 a:active, .btn5 a:hover, .btn5 a:focus,
.btn6 a:active, .btn6 a:hover, .btn6 a:focus,
.btn7 a:active, .btn7 a:hover, .btn7 a:focus {
	text-shadow: 0px 0px 2px #FFF;
	text-decoration:none;
	color:#FFF;
}

.btnx
{
    width:100px;
    height:35px;
    padding:2px 0px 2px 0px;
    margin:-2px;
	/*border-radius: 3px;*/
	margin-right:5px;
     float:right; 
     display:inline-block;
 
    border: 2px solid #o9f !important;
	background: rgb(0,153,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,153,255,1) 0%, rgba(230,250,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,255,1)), color-stop(100%,rgba(230,250,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,153,255,1) 0%,rgba(230,250,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,153,255,1) 0%,rgba(230,250,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,153,255,1) 0%,rgba(230,250,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,153,255,1) 0%,rgba(230,250,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#e6faf0',GradientType=0 ); /* IE6-9 */
		   
}

.btnx:hover
{    
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	
}




.labelleftalign
{
   
 text-align:left;
    
}

.labelfont
{
 font-weight:500;
    
}

.div_text_shadow 
{
color: rgb(118, 118, 222);
font-size: 66px;
background-color: rgb(252, 252, 252);
text-shadow: rgb(232, 218, 218) 4px 4px 4px;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
 width:120px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 15px;
  text-decoration: none;
  margin-top:3%;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



.ipcontainer2 th
{
    /*text-align:center;*/
    font-size:1em;
    font-weight:normal;
    padding:7px;
}



.dynamicImage
{
    width: 98%;
    float: none;
    background-repeat: repeat;  
    margin-top:2em;   
    
}
.dynamic
{
    
    padding: 2em 0 15% 0%;
  
       
}


.dynamicLabel
{
    
    padding: 2em 0 15% 12%;
    text-align: left;
    font-family:Verdana;
    font-size:1.5em;   
       
}

.failure
{
    color:Red;
    font-family:Verdana;
    font-size:medium;
    font-weight:500;
     }
         
         
 .fullsize{ display:block   }
 .hidden { display: none}
 
 
 
 .modal2
{   
    position: fixed ;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: Black;
    filter: alpha(opacity=95);
    opacity: 0.95;
    -moz-opacity: 0.95;
    overflow:auto;
   }
   
.modal2 .center2
{   display:block;
    position:absolute;
    z-index: 1000000;
    margin:3% auto;
    padding: 10px;
    width:80%;
    left:10%;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}


.chkbox input
{
    width:25px;
    height:25px;  
    cursor:pointer;
       }



caption
{
    text-align:left ;
    color:Maroon !important;
    margin-right:1em;
}



/* notice popup */

.showmodal
{
    top:20%;
    left:20%;
    z-index:100000;
    position:fixed;
    background-color:White;
    display:block;        
}   

.showmodalComment
{
    top:10%;
    left:20%;
    z-index:100000;
    position:fixed;
    background-color:White;
    display:block;        
}   


.hidemodal
{
    display:none;
}    
    
.OverlayEffect
{
    background-color: black;  
    filter: alpha(opacity=70);  
    opacity: 0.7; 
    width:100%;
    height:100%;
    z-index:99999;
    position: fixed;
    top:0;
    left:0; 
    display:block;
         
}

.gridtag {
	/*color:#FF9933;*/
	color:#006699;
	font-family:Verdana;
	font-size:1.4em;
	display:block;
}


.eventsdate 
{
   	font-family:Verdana;
	font-size:1em;
	color:#c5242a;
	margin:0 0 0.5em 0.5em;
	display:block;
	}

.newsDate
{
   	font-family:Verdana;
	font-size:1em;
	color: #0087ba;
	margin:0 0 0.5em 0.5em;
	display:block;
	}
	
	
.noticeDate 
{	font-family:Verdana;
	font-size:1em;
	color:#ef5861;
	margin:0.3em 0 0.5em 0.5em;
	display:block;
	}



/* notice popup */

   
.more2
{
    color:#2196F3;	
	cursor:pointer;
	
}
.more2:hover{
	color:#F58703; 
	text-decoration: none;
  -webkit-transition-timing-function:ease-out;
  -webkit-transition-duration:500ms;
    -moz-transition-timing-function:ease-out;
  -moz-transition-duration:500ms;
  
}
h3.tittle3 {
     color: #2196F3;
    text-align: right;
    margin-bottom:0.8em;
    margin-top:.3em;
    font-size:1em;
}
   
   
   
   
 

.row 
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dynamicHead{ margin-top: -2em;}

.dynamicHead h3, .dynamicHead h1{color:#42c0fb;}
.dynamicHead img{ width: 64px;}
.dynamicHead p{margin:-20px 0 0 70px;}



  .newsAshtik img, .newsAshtik2 img
   {
   	   opacity:.82;
       width:2.5em;
	   height:auto;
	   position:absolute;
       /*position:fixed;*/
       top:70%;
       left:-1px; 
       z-index:9;
       cursor:pointer;
       
       -webkit-transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-ms-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
	transition: all 0.7s ease-in-out 0s;
   }
   
    .newsAshtik:hover img,  .newsAshtik2:hover img {
	opacity:1;
	width:2.75em;
	 
	}
	
	 .newsAshtik2 img
	 {
	     top:50%;  
	 }
	
	 .comments
   {
   	   width:10em;
	   height:auto;
       position:fixed;
        top:27em;
         right:1px; 
         z-index:999;
         cursor:pointer;
       
       -webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
   }
   
    .comments:hover{
	 transform: scale(1.2);
	 right:10px; 
	}
	
	
	
	.chkbox2 
{
     float: left;
    
   
}
.chkbox2 input
{
    width:25px;
    height:25px;  
    cursor:pointer;
    margin-right:.5em;
    margin-top:-.18em;
    vertical-align: top;
 
    display:inline-block;
   
       }
.chkbox2 label
{
    display:inline !important;
    font-size:1em !important;
   
}


/* modal */
/*-- modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.40);

}

.modal-dialog {
   /* margin:4em auto 2em;*/
   width:60%;
}
.about-modal button.close {
    color:#FF5722;
    opacity: .5;
    font-size: 2.5em;
	outline:none;
	
	}
.about-modal button.close:hover {
       opacity: 1;
   
}
/*
.modal-body {
    padding-top: 0 !important;
}
.modal-body iframe {
    border: none !important;
    width: 100%;
    min-height: 300px;
}
.about-modal .modal-header {
    border: none;
     min-height: 1em;
    padding: .1em .5em 0;
}
.about-modal button.close {
    color:#FF5722;
    opacity: .7;
    font-size: 2.5em;
	outline:none;
	margin-right:-.3em;
	
	}

.about-modal button.close:hover {
       opacity: 1;
   
}

.about-modal .modal-body img{
    width:100%;
}
.about-modal .modal-body p {
    margin-top: 1em;
	text-align:justify;  
}/*-- //modal --*/




@media(max-width:767px){

.modal-dialog {
    margin: 2em auto;
    width: 85%;
}
}




@media (max-width:480px)
{
  .news img
   {
   	  opacity:.7;
       width:2em;	 
   }
   
    .news:hover img{
		width:2.5em;
	 
	}  
	.top1 img{  top:12em; }
	.top2 img{  top:20em; }
	.top3 img{  top:25em; }
	
	.ipcontainer
	{
	    margin-left:.75em;
	}
	
	.modal-body {
    padding: 1em 1.5em 1.5em;
}
.modal-dialog { 
    width: 90%;
}
}
/*-- //modal --*/
.orange p
{
    color:Orange !important;
    text-align:right;
}
@media (max-width:480px)
{
    h3.tittle3 
    {
        font-size:.76em;
        margin-top:.4em;
}
   
   .imgpoint
   {
       height:20px;
   }
   
   .more2
   {
       font-size:.9em;
   }
   
   
    .newsAshtik img, .newsAshtik2 img
   {
   	   width:1.9em;
	   top:28.5em;
       }
   
    .newsAshtik2 img
	 {
	     top:20em;  
	 }
	 
	 .orange p
{
    text-align:center;
}
}
