@charset "utf-8";
/* CSS Document */
/*Overall*/

		
		
body{

font-family:Verdana, Arial, Helvetica, sans-serif;color:#333333;font-size:12px;
background-image:url('../images/myqwertybg.jpg');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin:0;

}

#homebox{
  background: rgb(219, 239, 250);
  background: rgba(219, 239, 250, .6);
  border:solid 2px #FFF;width:500px; min-height:50px;
  margin:8px;
  text-align: center;
  display:table-cell;
  vertical-align:middle;  
  -moz-border-radius: 5px;
  border-radius: 5px;

}

#homebox2{
  background: rgb(219, 239, 250);
  background: rgba(219, 239, 250, .5);
  border:solid 2px #FFF;
  width:280px; 
  min-height:200px;
  margin:8px;
  text-align: center;
  display:table-cell;
  vertical-align:middle;  
  -moz-border-radius: 3px;
  border-radius: 3px;

}

#homebox2a{
  background: rgb(245, 250, 255);
  background: rgba(245, 250, 255, .7);
  width:260px; min-height:50px;
  margin:8px;
  text-align: center;
  display:table-cell;
  vertical-align:middle;  
  -moz-border-radius: 5px;
  border-radius: 5px;

}
#homebox2b{
  background: rgb(245, 250, 255);
  background: rgba(245, 250, 255, .7);
  width:280px; min-height:50px;
  margin:8px;
  text-align: center;
  display:table-cell;
  vertical-align:middle;  
  -moz-border-radius: 5px;
  border-radius: 5px;

}


input.password1 {
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 36px;
  width: 160px;
  padding-left: 30px;
}
input.password1::-webkit-input-placeholder {
  color: #999999;
}
input.password1:-moz-placeholder {
  color: #999999;
}
input.password1:focus {
  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
  outline: none;
  background: url(../img/keyIcon.png) 12px 11px no-repeat, #ffffff;
}


input.front{
  background: url(../img/qicon.png) 12px 11px no-repeat, -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/qicon.png) 12px 11px no-repeat, -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/qicon.png) 12px 11px no-repeat, -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/qicon.png) 12px 11px no-repeat, -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/qicon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 36px;
  width: 243px;
  padding-left: 30px;
}
input.front:-moz-placeholder {
  color: #999999;
}
input.front:focus {
  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
  outline: none;
  background: url(../img/qicon.png) 12px 11px no-repeat, #ffffff;
}



input.casual{
  background: -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 36px;
  width: 263px;
  padding-left: 10px;
}
input.casual:-moz-placeholder {
  color: #999999;
}
input.casual:focus {
  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
  outline: none;
  background: #ffffff;
}








input.password2 {
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -moz-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -webkit-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -o-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, -ms-linear-gradient(top, #f7f7f8 0%, #ffffff 100%);
  background: url(../img/keyIcon.png) 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%, #ffffff 100%);
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 36px;
  width: 243px;
  padding-left: 30px;
}
input.password2::-webkit-input-placeholder {
  color: #999999;
}
input.password2:-moz-placeholder {
  color: #999999;
}
input.password2:focus {
  box-shadow: 0 1px 0 #2392f3 inset, 0 -1px 0 #2392f3 inset, 1px 0 0 #2392f3 inset, -1px 0 0 #2392f3 inset, 0 0 4px rgba(35, 146, 243, 0.5);
  outline: none;
  background: url(../img/keyIcon.png) 12px 11px no-repeat, #ffffff;
}













#containerhome{

    background: rgb(168, 214, 238);
	background: rgba(168, 214, 238, .6);

margin:0 auto;
border:solid 2px #aedbf2;width:990px; min-height:500px;
border-right-style:solid;
border-right-width:3px; 
border-right-color:#aedbf2; 

border-left-style:solid;
border-left-width:3px; 
border-left-color:#aedbf2;

border-bottom-style:solid;
border-bottom-width:3px; 
border-bottom-color:#aedbf2;



-moz-box-shadow: 5px 5px 5px  #9ecbe2;
-webkit-box-shadow: 5px 5px 5px #9ecbe2;
box-shadow: 5px 5px 5px #9ecbe2;

-moz-border-radius: 10px;
border-radius: 10px;


}



#containerhomelebar{

    background: rgb(168, 214, 238);
	background: rgba(168, 214, 238, .6);

margin:0 auto;
border:solid 2px #aedbf2;width:1080px; min-height:500px;
border-right-style:solid;
border-right-width:3px; 
border-right-color:#aedbf2; 

border-left-style:solid;
border-left-width:3px; 
border-left-color:#aedbf2;

border-bottom-style:solid;
border-bottom-width:3px; 
border-bottom-color:#aedbf2;



-moz-box-shadow: 5px 5px 5px  #9ecbe2;
-webkit-box-shadow: 5px 5px 5px #9ecbe2;
box-shadow: 5px 5px 5px #9ecbe2;

-moz-border-radius: 10px;
border-radius: 10px;


}


#containerhomefull{

    background: rgb(168, 214, 238);
	background: rgba(168, 214, 238, .6);

margin:0 auto;
border:solid 2px #aedbf2;min-width:990px; min-height:500px;
border-right-style:solid;
border-right-width:3px; 
border-right-color:#aedbf2; 

border-left-style:solid;
border-left-width:3px; 
border-left-color:#aedbf2;

border-bottom-style:solid;
border-bottom-width:3px; 
border-bottom-color:#aedbf2;



-moz-box-shadow: 5px 5px 5px  #9ecbe2;
-webkit-box-shadow: 5px 5px 5px #9ecbe2;
box-shadow: 5px 5px 5px #9ecbe2;

-moz-border-radius: 10px;
border-radius: 10px;


}




#container{
margin:0 auto;
border:solid 1px #FFF;width:990px; min-height:700px;
border-right-style:solid;
border-right-width:5px; 
border-right-color:#000; 

border-left-style:solid;
border-left-width:5px; 
border-left-color:#000;

border-bottom-style:solid;
border-bottom-width:5px; 
border-bottom-color:#000



-moz-box-shadow: 5px 5px 5px  #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;


}
h2{font-family:franchise, Helvetica, sans-serif;font-size:12px;color:#ef7b00;font-weight:bold;padding:5px 0; border-bottom:solid 1px #666;margin:10px;text-transform:uppercase;}
h1{font-family:franchise, Helvetica, sans-serif;font-size:25px;color:#3D4AAA;font-weight:normal;margin:5px 0px 0px 0px; display: inline; }
p{margin:10px 10px 20px 10px;line-height:16px;text-align:justify;}
.image{border:#CCCCCC solid 1px;float:left;padding:5px;margin:10px 10px 5px;}
.image2{border:#CCCCCC solid 1px;padding:5px;margin:10px 10px 5px;}

.clearfix:after {content: ".";display: block;height:1px;clear: both;visibility: hidden;}
/* Esconde de IE-mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* Fin esconde de IE-mac */


#containertopheader{margin:0px;width:100%; min-height:50px;

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebbb4c), color-stop(20%,#e8cb55), color-stop(40%,#e9bb4b), color-stop(80%,#e7a034), color-stop(100%,#a46426));
background: -moz-linear-gradient(top, #ebbb4c 0%, #e8cb55 20%, #F9Eb6b 40%, #e7a034 80%, #a46426 100%);
background: -o-linear-gradient(top, #ebbb4c 0, #e8cb55 20%, #e9bb4b 40%, #e7a034 80%, #a46426 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebbb4c', endColorstr='#a46426');
}


#containerheader{margin:0px auto;width:100%; min-height:60px;

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(50%,#EEEEEE), color-stop(80%,#DDDDDD), color-stop(100%,#BBBBBB));
background: -moz-linear-gradient(top, #AAAAAA 0%, #EEEEEE 50%, #DDDDDD 80%, #BBBBBB 100%);
background: -o-linear-gradient(top, #AAAAAA 0%,#EEEEEE 50% ,#DDDDDD 80%, #BBBBBB 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAAA', endColorstr='#BBBBBB');

-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;

}


/*bar top INCLUDE MARGIN FROM TOP*/
#top{margin:1px 10px;width:960px;min-height:50px;float:left;}
b {  }
ul.menu {list-style:none; margin:0 auto; padding:0; display: table;     }
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:135px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#EEEEEE}
ul.menu ul li a:hover {background-color:#cFEFcF}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(../images/header.gif); width:95px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(../images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
ul.ulsecond  {overflow: hidden; display: block; height: 0px; z-index: 51; opacity: 0.00909091;}


/*Left Column*/
#column-left{margin:0 0 0 10px;width:726px;min-height:200px;float:left;}
.left{float:left;width:inherit;padding:5px 0;background:#FBFBFF;border:#CCCCCC 1px solid; margin:0 0 15px 0;}
/*mostleft*/
.left1{margin:0 10px 0 0;background:#FCFCFF;width:160px;min-height:200px;float:left;padding:0 0 10px 0;}
.left1 a{padding:0 0 0 10px;font-weight:bold;color:#666;text-decoration:none;line-height:20px;}
.left1 a:hover{color:#4A5A3D;text-decoration:underline;}

.mid1{margin:0 10px 0 0;background:#EEFFCF;border:#CCCCCC solid 1px;width:inherit;min-height:200px;float:left;padding:0 0 10px 0;}


/*Right Column*/
.right{margin:0 10px 0 0;background:#FEFEFF;width:175px;min-height:200px;float:right;padding:0 0 10px 0;}
.right a{padding:0 0 0 10px;font-weight:bold;color:#666;text-decoration:none;line-height:20px;}
.right a:hover{color:#4A5A3D;text-decoration:underline;}

/*down top*/
#down{margin:10px;padding:10px 0;border:1px #CCC solid;width:960px;color:#333333;text-align:center;background:#EEFFCF;float:left;}
#down a{color:#333333;text-decoration:none;line-height:20px;}
#down a:hover{color:#4A5A3D;text-decoration:underline;}

#emptyspan{padding:0 0 0 0px;font-weight:bold;color:#666;text-decoration:none;}

#usuallink{padding:0 0 0 10px;font-weight:bold;color:#666;text-decoration:none;line-height:20px;}
#usuallink a{padding:0 0 0 10px;font-weight:bold;color:#666;text-decoration:none;line-height:20px;}
#usuallink a:hover{color:#4A5A3D;text-decoration:underline;}



#box-table-a
{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size:11px;
  text-align:left;
  border-collapse:collapse;
  margin:20px;
}
#box-table-a th
{
  font-size:13px;
  font-weight:normal;
  background:#b9c9fe;
  border-top:4px solid #aabcfe;
  border-bottom:1px solid #fff;
  color:#039;padding:8px;
}
#box-table-a td
{
  background:#e8edff;border-bottom:1px solid #fff;
  color:#669;border-top:1px solid transparent;padding:8px;
}
#box-table-a tr:hover td
{
  background:#d0dafd;color:#339;
}
#box-table-b
{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;  
  color:#333;
  border-collapse:collapse;
  border-top:2px solid #9baff1;
  border-bottom:2px solid #9baff1;
  margin:10px;
}
#box-table-b th{
  font-size:12px;
  font-weight:normal;
  background:#335599;
  border-right:1px solid #9baff1;
  border-left:1px solid #9baff1;
  color:#CCDDFE;padding:5px;
}
#box-table-b td
{
  background:#e8edff;
  border-right:1px solid #aabcfe;
  border-left:1px solid #aabcfe;
  color:#333;
  padding:5px;

}

#box-table-c
{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;  
  border-collapse:collapse;
  border-top:2px solid #9baff1;
  border-bottom:2px solid #9baff1;
  margin-left:22px;
  margin-top:5px;
}
#box-table-c th{
  font-size:12px;
  font-weight:normal;
  background:#335599;
  border-right:1px solid #9baff1;
  border-left:1px solid #9baff1;
  color:#CCDDFE;padding:5px;
}
#box-table-c td{
  background:#e8edff;
  border-right:1px solid #aabcfe;
  border-left:1px solid #aabcfe;
  color:#3C4D9E;
  padding:5px;
}



#newspaper-a{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size:12px;
  text-align:left;
  border-collapse:collapse;
  border:1px solid #69c;
  margin:3px;
}
#newspaper-a th{
  font-weight:normal;
  font-size:14px;color:#039;border-bottom:1px dashed #69c;padding:3px 3px;
}
#newspaper-a td{
  color:#669;padding:7px 17px;
}
#newspaper-a tbody tr:hover td{color:#339;background:#d0dafd;}



#newspaper-astatus{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size:12px;
  text-align:left;
  border-collapse:collapse;
  background:#189dde;
  color:#FFF;
  border:1px solid #69c;
  margin:3px;
}
#newspaper-a th{
  font-weight:normal;
  font-size:14px;color:#039;border-bottom:1px dashed #69c;padding:3px 3px;
}
#newspaper-a td{
  color:#669;padding:7px 17px;
}
#newspaper-a tbody tr:hover td{color:#339;background:#d0dafd;}



#newspaper-print{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;  
  text-align:left;
  border-collapse:collapse;
  border:1px solid #69c;
  margin:2px;
  
}
#newspaper-print th{
  font-weight:normal;
  font-size:12px;border-bottom:1px dashed #69c;padding:3px 3px;
}
#newspaper-print td{
  padding:1px 3px;
  border-right:1px solid #aabcfe;
  border-left:1px solid #aabcfe;
  
}
#newspaper-print tbody tr:hover td{color:#339;background:#d0dafd;}



#newspaper-alaporan{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size:11px;
  text-align:left;
  border-collapse:collapse;
  border:1px solid #69c;
  margin:2px;
}
#newspaper-alaporan th{
  font-weight:normal;
  font-size:14px;color:#039;border-bottom:1px dashed #69c;padding:3px 3px;
}
#newspaper-alaporan td{
  color:#669;padding:2px 5px;
}
#newspaper-alaporan tbody tr:hover td{color:#339;background:#d0dafd;}




#newspaper-anohover{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size:11px;
  text-align:left;
  border-collapse:collapse;
  border:1px solid #69c;
  margin:2px;
}
#newspaper-anohover th{
  font-weight:normal;
  font-size:14px;color:#039;border-bottom:1px dashed #69c;padding:3px 3px;
}
#newspaper-anohover td{
  color:#669;padding:2px 5px;
}




a.nounderline{
 text-decoration:none;
 color:#43b6e5;
}

 a.glow, a.glow:hover, a.glow:focus  
    {  
        text-decoration: none;  
		font-family : Helvetica;
        color: #555;  
        text-shadow: none;  
        -webkit-transition: 500ms linear 0s;  
        -moz-transition: 500ms linear 0s;  
        -o-transition: 500ms linear 0s;  
        transition: 500ms linear 0s;  
        outline: 0 none;  
		text-shadow: -1px 1px 12px #ffc, 1px -1px 12px #EEE;  
		font-weight: bold;
    }  
	
	
 a.glow:hover, a.glow:focus  
  {  
        color: #fff;  
        text-shadow: -1px 1px 8px #1493da, 1px -1px 8px #1493da;  
 }  
 
 
 a.glowl, a.glowl:hover, a.glowl:focus  
    {  
        text-decoration: none;  
		font-family : verdana;
        color: #555;  
        text-shadow: none;  
        -webkit-transition: 500ms linear 0s;  
        -moz-transition: 500ms linear 0s;  
        -o-transition: 500ms linear 0s;  
        transition: 500ms linear 0s;  
        outline: 0 none;  
		text-shadow: -1px 1px 12px #ffc, 1px -1px 12px #EEE;  
    }  
	
	
 a.glowl:hover, a.glowl:focus  
  {  
        color: #fff;  
        text-shadow: -1px 1px 8px #1493da, 1px -1px 8px #1493da;  
 }  



.imageproyek        { border: none; opacity:0.6; 
        -webkit-transition: 500ms linear 0s;  
        -moz-transition: 500ms linear 0s;  
        -o-transition: 500ms linear 0s;  
        transition: 500ms linear 0s;  
}
.imageproyek:hover    { outline: 1px solid black; opacity:1.0;}




#slideshow-nav2 li{  
   opacity:0.5;
   filter:alpha(opacity=50); /* For IE8 and earlier */
   color:#000; 
   font-weight:bold;
}
#slideshow-nav2 li.activeSlide {  
   opacity:1;
   filter:alpha(opacity=100); /* For IE8 and earlier */
   color:#000; 
   font-weight:bold;
}



#createPost{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size:12px;
  text-align:left;
  border-collapse:collapse;
  border:1px solid #69c;
  margin:3px;
}
#createPost th{
  font-weight:normal;
  font-size:14px;color:#039;border-bottom:1px dashed #69c;padding:3px 3px;
}
#createPost td{
  color:#669;padding:7px 17px;
}
#createPost tbody tr:hover td{color:#339;background:#d0dafd;}


.tooltip{
	border:thin 1px #eee;
	background-color:#FFFBF0;
	padding:5px;
	width:200px;
}

/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #eee;  
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 500px;
  min-height: 200px;
}
.intern {
  display: block;
  width: 500px;
  height: 200px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 2px;
  padding: 2px 0 0;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: #eb5a3d;
  -webkit-box-shadow: inset 0 1px 1px #ffbfb3, 0 2px 5px #732e20;
  -moz-box-shadow: inset 0 1px 1px #ffbfb3, 0 2px 5px #732e20;
  box-shadow: inset 0 1px 1px #ffbfb3, 0 2px 5px #732e20;
  border: 1px solid #884335;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */


label { background-color: #FDFDF0; color: black; border: 2px outset #8B8378; padding: 0.1em 0.5ex 0.1em 0.5ex; line-height: 1.6em; 
  height:26px;
  width:121px;
  display: block;
}


.roundrect {
border-radius: 15px;
}


#newspaper-ablank{  
  border-collapse:collapse;
  border:1px solid #69c;  
-moz-box-shadow: 0 0 3px 3px #888;
-webkit-box-shadow: 0 0 3px 3px#888;
box-shadow: 0 0 3px 3px #888;
  
}
#newspaper-ablank th{  
  border-bottom:1px dashed #69c;padding:3px 3px;
}
#newspaper-ablank td{
  padding:3px 3px;
}
#newspaper-ablank tbody tr:hover td{color:#339;background:#d0dafd;}


#modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; }

/* Container */
#simplemodal-container {height:85%; width:85%; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;
position:relative;
overflow-y:scroll;
}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

.divfrontshade a { text-decoration:none; font-size:12px;  }
.divfrontshade {  }

