
.tab_left {
 width: 10px;
 background:url("l.gif") no-repeat;
}


.tab_center {
 background: url("u.png") repeat-x;
}


.tab_right {
 width: 10px;
 background: url("r.gif") no-repeat;
 background-position: right;
}


.tab_std {
 padding-left: 10px;
 padding-right: 10px;
}


.thread_container {
 padding-top: 12px;
 padding-bottom: 12px;
 padding-left: 24px;
 padding-right: 24px;
}


.thread_top_left {
 padding-top: 8px;
 border-top: 1px dotted black;
}


.thread_top_right {
 padding-top: 8px;
 border-top: 1px dotted black;
 text-align: right;
}


.text {
 text-align: justify;
}


.blue_small {
 color: blue;
 cursor: pointer;
 font-size: smaller;
 font-weight: bold;
 text-decoration: none;
}


a.blue_small:visited {
 color: silver;
}


a.blue_link,a.blue_link:visited {
 text-decoration: none;
 color: DodgerBlue; /*#4183C4;*/
}


.gray_link {
 color: silver;
 font-weight: bold;
 text-decoration: none;
}


a.gray_link:visited {
 color: silver;
}


a.gray_link:hover, a.blue_link:hover {
 text-decoration: underline;
}


.thumbnail {
 width: 200px;
 height: 150px;
 margin: 10px;
 float: left;
 padding: 4px;
 border: 1px solid silver;
 text-align: center;
 overflow: hidden; /* required from ie */
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-top-right-radius: 3px;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-bottom-right-radius: 3px;
 -webkit-border-bottom-left-radius: 3px;
 border-radius: 3px 3px 3px 3px;
}


.picture {
 padding: 4px;
 border: 1px solid silver;
 overflow: hidden; /* required from ie */
 -moz-border-radius: 3px 3px 3px 3px;
 -webkit-border-top-right-radius: 3px;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-bottom-right-radius: 3px;
 -webkit-border-bottom-left-radius: 3px;
 border-radius: 3px 3px 3px 3px;
}


td.left {
 color: silver;
 font-weight: bold;
 border-top: 1px dotted black;
 padding: 8px;
}


td.right {
 border-top: 1px dotted black;
 padding: 8px;
}


tr:first-of-type  > td.left,tr:first-of-type  > td.right  {
 border-top: none;
}


a:visited {
 color: blue;
}


a.blue,span.blue {
 cursor: pointer;
 color: blue;
 text-decoration: none;
}


a.blue:hover, span.blue:hover {
 text-decoration: underline;
}

a.black, span.black {
 color: black;
 text-decoration: none;
}


a.black:hover, span.black:hover {
 text-decoration: underline;
}


.\__item__ {
 margin-right: 6px;
 margin-left: 6px;
 color: #0089dc; /* DodgerBlue */
 text-decoration: none;
}


.\__item__:visited{
 color: #0089dc;
}



.\__item__:hover{
 color: black;
}


.\__item_selected__{
 color: black;
 text-decoration: none;
 margin-right: 6px;
 margin-left: 6px;
}


.\__item_selected__:visited {
 color: black;
}



/*
.\__item__ {
 margin-right: 4px;
 margin-left: 4px;
}


.\__item_selected__ {
 margin-right: 4px;
 margin-left: 4px;
 font-weight: bold;
}
*/


.\__tab__ {
 display: none;
}


.\__tab_selected__ {
 display: block;
}


p {
 text-indent: 1.5em;
 /*  margin: 0px */
}


h2 {
 text-indent: 1em;
}


#\__goback__ {
 display: none;
 position: absolute;
 left: 0px;
 top: 0px;
 padding: 0.35em;
}


body {
 font-family: arial;
 background-color: white;
 margin: 0px;
}


#message {
 background-color: #cce0f5;
 color: #0033CC;
 font-weight: bold;
 width: 60%;
 text-align: left;
 font-size: smaller;
 padding-top: 18px;
 padding-bottom: 18px;
 padding-left: 6px;
 padding-right: 6px;
 margin-top: 5%;
 margin-bottom: -2.5%;

 -moz-border-radius: 6px 6px 6px 6px;
 -webkit-border-top-right-radius: 6px;
 -webkit-border-top-left-radius: 6px;
 -webkit-border-bottom-right-radius: 6px;
 -webkit-border-bottom-left-radius: 6px;
 border-radius: 6px 6px 6px 6px;
}


#logo {
 margin: 5%;
}


#notice {
 font-size: smaller;
 color: gray;
 text-align: center;
}


#footer {
 color: gray;
 font-size: small;
 text-align: center;
 margin-bottom: 5%;
}

#content,#header,#footer,#notice,#logo {
 width: 1024px;
 margin-right: auto;
 margin-left: auto;
}

/*
#content,#header,#footer,#notice {
 margin-left: 10%;
 margin-right: 10%;
}
*/

#header,#notice {
 margin-top: 5%;
}


.submit {
 padding: 6px;
 border: 2px solid LightGrey;
 background-color: white;
 margin: 6px;
 background: -moz-linear-gradient(white,Gainsboro);
 background: -webkit-gradient(linear,left top,left bottom,from(white),to(Gainsboro));
 /* ie 6-7 */
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=white,endColorstr=Gainsboro);
 /* ie 8 */
 -ms-filter: progid: DXImageTransform.Microft.gradient(startColorstr=white,endColorstr=Gainsboro);
}


.submit:hover {
 cursor: pointer;
 background: -moz-linear-gradient(white,Silver);
 border: 2px solid silver;
}


.submit,.text_input,.select_input {
 -moz-border-radius: 6px 6px 6px 6px;
 -webkit-border-top-right-radius: 6px;
 -webkit-border-top-left-radius: 6px;
 -webkit-border-bottom-right-radius: 6px;
 -webkit-border-bottom-left-radius: 6px;
 border-radius: 6px 6px 6px 6px;
}


.text_input {
 padding: 6px;
 border: 2px solid LightGrey;
 background-color: white;
 margin: 6px;
/*
 min-width: 150px;
 max-width: 200px;
*/
 width: 180px;
 height: 40px;

}


.select_input {
 padding: 6px;
 border: 2px solid LightGrey;
 background-color: white;
 margin: 6px;
/*
 min-width: 150px;
 max-width: 200px;
*/
 width: 180px;
 height: 40px;
}


.data_type {
 cursor: default;
 vertical-align: super;
 font-size: smaller;
 color: green;
}


#loading {
 text-align: right;
 color: gray;
}
