body, td, p, select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
fieldset
{
    padding: 10px;

}

legend
{
    font-size: 11pt;
    padding: 5;
    color: #1D3059;
    font-weight: bold;
    background-color: #ffffff;
}

h1
{
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #27487B;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #47487B;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #27487B;
    letter-spacing: 0;
    margin-bottom: 2px;
}

ul
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.baslik
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #27487B;
    letter-spacing: 0;
}
.main
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
}
A
{
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

A.linkwhite
{
    text-decoration: underline;
    color: #FFFFFF;
}

A.linkwhite:hover
{
    text-decoration: underline;
       color: #FFFFFF;
}


A.btmnav
{
    font-weight: bold;
    font-size: 10px;
    color: #336699;
    text-decoration: none;
}

#repeat
{
    width: 548px;
}

#repeat dd, dl
{
    margin: 0px;
    padding: 0px;
}


#std
{
    background: url(img/tb_1.gif) repeat-x;
    background-position: bottom;
}

#alt
{
    background: #F7F6F3 url(img/tb_1.gif) repeat-x;
    background-position: bottom;
}

.inp
{
}
.btnblue
{
    padding: 3px;
    font-weight: bold;
    background-color: #EFEFEF;
    width: 200px;
}
#formDiv h1
{
    padding: 3px;
    font-weight: bold;
    background-color: #EFEFEF;
    margin-bottom: 5px;
    border-top: solid 1px gray;
}

#formDiv td.Alan
{
    padding-left: 10px;
    font-weight: bold;
}

#std a, #alt a
{
    padding: 3px;
    display: block;
    text-decoration: none;
}
#std a:hover, #alt a:hover
{
    background-color: #CCCCCC;
}

#anket
{
    text-align: left;
    margin: 0px;
    padding-left: 16px;
}

#tabs1
{
    float: left;
    width: 100%;
    background: #F4F7FB;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #BCD2E6;
}
#tabs1 ul
{
    margin: 0;
    padding: 10px 10px 0 50px;
    list-style: none;
}
#tabs1 li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#tabs1 a
{
    float: left;
    background: url(  "img/tableft1.gif" ) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#tabs1 a span
{
    float: left;
    display: block;
    background: url(  "img/tabright1.gif" ) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #627EB7;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span
{
    float: none;
}
/* End IE5-Mac hack */
#tabs a:hover span
{
    color: #627EB7;
}
#tabs1 a:hover
{
    background-position: 0% -42px;
}
#tabs1 a:hover span
{
    background-position: 100% -42px;
}
.pollBarOn
{
    background-image: url(img/pollbar_on.gif);
    height: 9px;
    line-height: 0px;
    font-size: 0px;
    background-repeat: no-repeat;
}
.pollBarOff
{
    background-image: url(img/pollbar_off.gif);
    height: 9px;
    line-height: 0px;
    text-align: left;
    font-size: 0px;
    width: 150px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    margin-bottom: 8px;
}

#error ul
{
    margin: 5px 0px 8px 0px;
    padding: 0;
    padding-left: 15px;
    color: Red;
    font-weight: bold;
    border-bottom: solid 1px red;
}

#success ul
{
    margin: 5px 0px 8px 0px;
    padding: 5px 5px 5px 5px;
    padding-left: 15px;
    color: White;
    background-color: #2B4E83;
    font-weight: bold;
    border-top: solid 2px #DD4447;
    border-bottom: solid 2px #DD4447;
}

TABLE.gridviewTable
{
	border: solid 0px #000;
}
TABLE.gridviewTable TH
{
	font-weight: bolder;
	border: solid 1px #264779;
	padding: 5px;
	color:#fff;
	text-align:left;
	
	background-color: #264779;
}
TABLE.gridviewTable TD
{
	padding: 5px;

	background-color: #fff;
}

TABLE.gridviewTable TR
{
	
}