﻿/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



CSS*/
body 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	padding: 0px;
	background-color:silver;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	line-height: 14px;
}

.subBody
{
	width:100%; 
	background-color:#FFFFFF; 
	height:100%; 
	padding-bottom:0px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:0px;
	background-image:url(http://ptt.unionserver.org/Images/bodybg.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}

.tableData
{
	border: 1px Solid #FFFFFF;
	background-color:#FFFFFF;  	
}

.linkButton
{
	background-image:url('http://ptt.unionserver.org/Images/btnbg.jpg');
	background-repeat:repeat-x;
	font-weight:bold; 
	border: 1px Solid #AAAAAA; 
	Color: Black;
	Width: 50px;
}

.tabExtender
{
	width:100%;
	border: 1px Solid black;
}


.extender
{
	width:100%; 
	font-size:10px;
	font-weight:normal;
	text-align:left;
}

.pttDate
{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
}

.pttName
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

.adminBody
{
	width:100%; 
	height:100%; 
	background-color:#AAAAAA; 
	padding-bottom:0px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:0px;
}

.divBorder
{
	border:1px; 
	background-color:#000000; 
	height:19px; 
	vertical-align:middle; 
	width:163px
}

.inputWaterMark
{
	color: Gray; 
	width:160px;
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Tahoma;
	font-size: 11px;
	font-style:italic;
	border-color: #AAAAAA;
	border-width: 1px;
	border-style:solid;
}

.input 
{
	color: #000000; 
	width:160px;
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
	border-color: #AAAAAA;
	border-width: 1px;
	border-style:solid;
}

.labelHeader
{
	color:Black; 
	font-family:Verdana, Arial, Tahoma;
	font-size: 14px;
	border-style:none;
}

.inputFooter
{
	color: #000000; 
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
	border-color: #AAAAAA;
	border-width: 1px;
	border-style:solid;
}

.inputScheduler 
{
	color: #000000; 
	width:98%;
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Tahoma;
	font-size: 11px;
	border-color: #AAAAAA;
	border-width: 1px;
	border-style:solid;
}

.input1
{
	color: #000000; 
	width:100px;
	background-color:#EFEFEF;
	font-family:Verdana, Arial, Tahoma;
	font-size: 11px;
	border-color: #AAAAAA;
	border-width: 1px;
	border-style:solid;
}

.error
{
	color: red; 
	font-family:Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight:bold;
}

.head
{
	color: #000000; 
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight:bold;
}

.altDataTD
{
	height:15px;
	border-right: #5476B0 1px solid;
	padding-right: 1px;
	border-top: #5476B0 1px solid;
	padding-left: 1px;
	font-size: 9px;
	padding-bottom: 0px;
	border-left: #5476B0 1px solid;
	color: #000000;
	padding-top: 0px;
	border-bottom: #5476B0 1px solid;
	border-collapse: collapse;
	background-color: #C8DEFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(http://localhost:10197/Images/headbg.jpg);*/
	background-position:left;
	background-repeat:repeat-x;
}

.headerTD
{
	border-right: 1px solid;
	padding-right: 3px;
	border-top: 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: 1px solid;
	color: #000000;
	height:22px;
	padding-top: 3px;
	border-bottom: 1px solid;
	border-collapse:separate;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(http://ptt.unionserver.org/Images/bgtablehead.gif);
	background-position:left;
	background-repeat:repeat-x;
}

.dataTD
{
	border-bottom-color: #5476B0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #5476B0;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #5476B0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #5476B0;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 1px;
	border-collapse: collapse;
	background-color: #D9E9FE;
	color: #000000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(http://ptt.unionserver.org/Images/menubg.gif);*/
	background-position:left;
	background-repeat:repeat-x;
}

.button
{
	border: 1px solid #AAAAAA;
	color: #000000;
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight:bold;
	width:75px;
	background-image:url('http://ptt.unionserver.org/Images/btnbg.gif');
	background-position:left;
	background-repeat:repeat-x;
	height: 18px;
}

.buttonFooter
{
	border: 1px solid #AAAAAA;
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
}

.buttonProj
{
	border: 1px;
	color: #000000;
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight:bold;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style:solid;
	width:auto;
	background-image:url('http://ptt.unionserver.org/Images/btnbg.gif');
	background-position:left;
	background-repeat:repeat-x;
}

.buttonModule
{
	border: 1px;
	color: #000000;
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight:bold;
	border-width: 1px;
	border-color: #000000;
	border-style:solid;
	width:50px
}

.buttonAdd
{
	border: 1px;
	color: Black;
	font-family:Verdana, Arial, Tahoma;
	font-size: 10px;
	font-weight:bold;
	border-width: 1px;
	border-color: Gray;
	border-style:solid;
	width:16px;
	height:16px;
}

.buttonMenu
{
	border: 1px;
	color: #000000;
	font-family:Verdana, Arial, Tahoma;
	font-size: 8px;
	font-weight:bold;
	border-width: 1px;
	border-color: #000000;
	border-style:solid;
	width:15px;
	height:15px
}

A 
{
	color: Blue;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold; 
	border:0px;
}

#A:hover 
{
	COLOR: #000000;
	text-decoration: none;
}

#A:active 
{
	COLOR: #000000;
	text-decoration: none;
}

.dropDownList
{
	border-color: #000000;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-top:1px;
	border-top-color:#000000;
	border-bottom:1px;
	border-right-color:#000000;
	border-right: 1px;
	border-left:1px;
	border-left-color:#000000;
	background-color:#EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 162px;
	}

.dropDownListFooter
{
	border-color: #000000;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-top:1px;
	border-top-color:#000000;
	border-bottom:1px;
	border-right-color:#000000;
	border-right: 1px;
	border-left:1px;
	border-left-color:#000000;
	background-color:#EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.dropDownList1
{
	border-color: #000000;
	border-width: 1px;
	background-color:#EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 56px;
	height: 16px;
}

.list
{
	border: 1px solid #000000;
	background-color:#EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 175px;
	height: 200px;
}

.pageHeader
{
	width:100%; 
	height:38px; 
	color:#000000;
	background-color:#444444; 
	vertical-align:middle; 
	text-align:left; 
	background-image:url(http://ptt.unionserver.org/Images/searchbg.gif);
	background-position:left;
	background-repeat:repeat-x;
}


.gridStyle
{
	border: 1px Solid #AAAAAA;
    padding: 2px;
    vertical-align:top;
    width:90%;  	
}

.subGridStyle
{
	border: 1px Solid #EFEFEF;
	background-color:#EFEFEF;
    padding: 2px;
    vertical-align:top;
    width:100%;  	
}

.gridStyleId
{
    color: #444444;	
    visibility:hidden;
    background-image:url(http://ptt.unionserver.org/Images/item.jpg);
	background-position:left;
	background-repeat:repeat-x;
}

.menubg
{
	width:100%; 
	color: #000000;
	height:25px; 
	vertical-align:middle; 
	background-color:#444444; 
	background-image:url(http://ptt.unionserver.org/Images/menubg.jpg);
	background-position:left;
	background-repeat:repeat-x;
}

.itemHeaderAlign
{
	text-align:center;
	padding-left:2px;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.itemAlign
{
	text-align:left;
	padding-left:2px;
	vertical-align:top;
	
}

.itemAlignRed
{
	text-align:left;
	padding-left:2px;
	vertical-align:top;
	color:Red;

}

.itemGridControlAlign
{
	text-align:Center;
	padding-left:2px;
	vertical-align:top;
}

.topbg
{
	width:100%; 
	height:25px; 
	color:White;
	vertical-align:middle; 
	background-color:#444444; 
	background-image:url('http://ptt.unionserver.org/Images/headbg.jpg');
	background-position:left;
	background-repeat:repeat-x;
}

.tableBorder
{
	width:90%;
	border-color: #AAAAAA;
	border-width: 1px;
	border-top: 0px;
	border-style:solid;	
	background-color: #FFFFFF;
	background-image:url('http://ptt.unionserver.org/Images/bodybg.gif');
	background-position:top;
	background-repeat:repeat-x;
}

.tableadminBorder
{
	width:100%;
	border-color: #AAAAAA;
	border-width: 1px;
	border-style:solid;
}

.tableBorderHead
{
	width:90%;
	border-color: #AAAAAA;
	border-width: 1px;
	border-bottom: 1px;
	border-style:solid;
}

.tableBorderSubHead
{
	width:100%; 
	height:23px; 
	border-color: #AAAAAA;
	background-color:#222222; 
	color:#000000;
	background-image:url(http://ptt.unionserver.org/Images/bgtablehead.gif);
}

.tableBorderAdminSubHead
{
	width:90%; 
	height:23px; 
	border-color: #AAAAAA;
	border-width: 1px;
	border-top: 1px;
	border-style:solid;	
	color:#000000;
}

.collapsePanel {
      width: 640px;
      height:0px;
      background-color:white;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      width:640px;            
      height:20px;
      color: Yellow;
      background-color: Black;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}


label
{
	display: inline-block;
	width: 10em;
 }
 
 .commandButton
{
	float: right;
	}
	
.workArea
{
	width: 700px;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	}