

body, a, td, .inpt_en, .inpt_sel {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color: ;
}


/**************************** body *******************************/

body {
background-color: #98BDCE; 	/*default #29AAE6; #777777*/
text-align: left;
font-style: normal;
}


body.frame_bg {
background-color: #134E69; 
}


body.body001 {		 /*glx_select.php*/
 margin-left:10px;
 margin-top:20px;
}

body.body002 {		 /*glx_comment.php*/
 margin-left:20px;
 margin-top:20px;
}

body.body003 {		 
 margin-left:10px;
 margin-top:0px;
}


/**************************** img *******************************/


img.border_img {
border: 1px solid #134E69;
}

img.title_img {
border-width:medium; 
border-color: #134E69;/*#1B739C;*/ 
border-style: double;/*groove;*/ 
}


/**************************** link *******************************/


a.a001:link {
color : black;
font-weight: normal; 
text-decoration: none;
}
a.a001:visited {
color : black;
font-weight: normal; 
text-decoration: none;
}
a.a001:hover {
color : black;
font-weight: normal; 
text-decoration: underline;
}
a.a001:active {
color : black;
font-weight: normal; 
text-decoration: underline;
}


/**************************** button *******************************/



.button { 
font-weight:bold;
font-size:10px;
color: #FFFFFF; 
background: #1B739C; 
border: 1px solid #FFFFFF; 
} 


/**************************** comment *******************************/

td {
  color: black; /*#000000;*/ 
   /*border: 1px dotted #DDDDDD;*/

}

td.img_title {
  color: black; 
}

td.album_title {
  color: black; 
  font-size:26px;
  font-weight:bold;
}


td.comment { 
font-weight:normal; 
color: black;
padding: 4px;
background: #DDDDDD;
border: 1px solid #134E69; 
} 


/**************************** title *******************************/


.title { 
 color: black;
 font-size:15px;
 font-weight: bold;
 letter-spacing: 0.1em;
 font-family: "Courier New";
 text-transform:uppercase;
} 

.subtitle {
 color:yellow;
 font-weight: bold;
}

/**************************** horizontal line *******************************/

td.hline1 {
background-color: #134E69; 
}

td.hline2 {
background-color: #1B739C; 
}


.inpt_en { 
font-weight:normal; 
color: #000000; 
padding-left: 3px;
padding-right: 3px;
background: #BBEFD2;
border: 1px solid black; 
} 


.inpt_sel {
background: #BBEFD2;
} 




