﻿h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, legend, input, img
{
    margin: 0;
    padding: 0;
}
.bullet
{
    font: normal 100%;
    padding: 2px 0 2px 16px;
    background-image: url(../images/Site/bullet.gif);
    background-repeat: no-repeat;
    background-position: -7px 1px;
    padding-left: 9px;
}

.NewWindowBullet_Internet, .NewWindowBullet_Text, .NewWindowBullet_Word
, .NewWindowBullet_Excel, .NewWindowBullet_PDF, .NewWindowBullet_Printer
{   padding: 2px 0 2px 21px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(../images/icons/filelinks/internet.gif);
    }
.NewWindowBullet_Internet {background-image: url(../images/icons/filelinks/internet.gif);}
.NewWindowBullet_Text {background-image: url(../images/icons/filelinks/text.gif);}
.NewWindowBullet_Word {background-image: url(../images/icons/filelinks/msword.gif);}
.NewWindowBullet_Excel {background-image: url(../images/icons/filelinks/msexcel.gif);}
.NewWindowBullet_PDF {background-image: url(../images/icons/filelinks/pdf.gif);}
.NewWindowBullet_Printer {background-image: url(../images/icons/filelinks/printer.png);}

/* BEGIN mtiGVSmooth STYLES */
.mtiGVSmooth
{
    font-weight: normal;
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
    color: #333333;
}
.mtiGVSmooth td
{
    padding-left: 3px;
    padding-right: 3px;
}
.mtiGVSmoothHeader th, .mtiGVSmoothFooter th
{
    padding: 3px;
    font-weight: bold;
    white-space: nowrap;
}
.mtiGVSmoothHeader a, .mtiGVSmoothHeader a:visited, .mtiGVSmoothHeader a:hover
{
    padding-right: 10px;
    color: #ff0000;
    font-weight: bold;
}
.mtiGVSmoothHeader .ascending, .mtiGVSmoothHeader .descending
{
    background-position: right center;
    background-repeat: no-repeat;
}
.mtiGVSmoothHeader img
{
    margin: 0 3px 0 2px;
}
.mtiGVSmoothPager
{
    font-weight: normal;
    color: #000000;
    white-space: nowrap;
    width: 100%;
    background-color: #f5f5f5; /*height: 28px;*/
    cursor: default;
    font-weight: normal;
    vertical-align: middle;
}
.mtiGVSmoothPager td
{
    font-weight: normal;
    white-space: nowrap;
    padding: 1px;
    width: 100%;
    text-align: left;
    border-top: 0px solid #57566F;
    vertical-align: middle;
}
.mtiGVSmoothPager td .mtiGVSmoothPagerSelectedPage
{
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0px 0px 5px;
}
.mtiGVSmoothPager td .mtiGVSmoothPagerNonSelectedPage
{
    padding: 0px 0px 0px 5px;
}
.mtiGVSmoothPager table
{
    width: 100%;
    text-align: left;
    padding: 5px;
}
.mtiGVSmoothPager .navTable
{
    width: 100%;
    text-align: left;
}
.mtiGVSmoothRow td, .mtiGVSmoothAlternatingRow td, .mtiGVSmoothSelectedRow td
{
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 1px;
}
.mtiGVSmoothAlternatingRow
{
    background-color: #FFFFFF;
    cursor: default;
}
.mtiGVSmoothSelectedRow
{
    color: #000066;
}
.mtiGVSmoothEmptyRow td
{
    padding: 10px;
    text-align: center;
}

/* END mtiGVSmooth STYLES */

/* BEGIN mtiGVForm STYLES */
.mtiGVForm
{
    font-weight: normal;
    border: solid 0px #e3efff;
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
}
.mtiGVForm td {padding-left: 3px;padding-right: 3px; vertical-align:top;}
.mtiGVFormHeader, .mtiGVFormFooter 
{
    padding-left: 3px;
    cursor: default;
    white-space: nowrap;   
}
.mtiGVFormHeader th, .mtiGVFormFooter th
{
    height: 18px;
    background-color: transparent;
    padding: 2px 3px 2px 3px;
    white-space: nowrap;
    border-top: #e3efff 0px solid;
}
.mtiGVFormHeader a, .mtiGVFormHeader a:visited {color: #000066;font-weight: bold;}
.mtiGVFormHeader a:hover, .mtiGVFormHeader a:active{ color: #0048C0;text-decoration: underline;}
.mtiGVFormHeader img {margin: 1px 3px 2px 1px; }

.mtiGVFormEditRow td, .mtiGVFormInsertRow td
{
	padding: 4px 3px 4px 3px;
	background-color: #ccffff; /*background-color: #f7f7ff;*/
	cursor: default;
	border-top: solid 1px #000066;
	border-bottom: solid 1px #000066;
}

.mtiGVFormInsertRow td {background-color: #f7f7ff;cursor: default; border-bottom:solid 1px #f5f5f5;/*border-bottom: #e3efff 1px solid;*/}
.mtiGVFormRow td, .mtiGVFormAlternatingRow td, .mtiGVFormSelectedRow td, .mtiGVFormMouseOverRow td
{
    padding: 4px 3px 4px 3px;
    border-top:solid 0px #dddddd;/*border-top: #e3efff 1px solid;*/
    border-bottom:solid 0px #dddddd;
}

.mtiGVFormRowBorder td, .mtiGVFormAlternatingRowBorder td
{
    padding: 4px 3px 4px 3px;
    border-top:solid 1px #dddddd;/*border-top: #e3efff 1px solid;*/
    border-bottom:solid 1px #dddddd;
}

.mtiGVFormMouseOverRow td { background-color: #f5f5f5;}

.mtiGVFormMouseOverRow a {text-decoration: none; color: #000066; font-weight: normal;}
.mtiGVFormMouseOverRow a:visited {text-decoration: none; color:#000066;}
.mtiGVFormMouseOverRow a:hover, .mtiGVFormMouseOverRow  a:active {color: Blue;text-decoration: underline;}

.mtiGVFormEditRow a {text-decoration: none; color: #000066; font-weight: normal;}
.mtiGVFormEditRow a:visited {text-decoration: none; color:#000066;}
.mtiGVFormEditRow a:hover, mtiGVFormEditRow a:active {color: Blue;text-decoration: underline;}

.mtiGVFormEmptyRow td {padding: 10px;text-align: center;border-top: 1px solid #f5f5f5;border-bottom:solid 1px #f5f5f5;/*border-bottom: #e3efff 1px solid;*/}

.mtiGVFormPager
{
    white-space: nowrap;
    width: 100%;
    vertical-align: bottom;
}
.mtiGVFormPager td
{
    border-top:solid 1px #f5f5f5;/*border-top: #e3efff 2px solid;*/
    white-space: nowrap;
    width: 100%;
}
.mtiGVFormPager a, .mtiGVFormPager a:visited {color: #000066;font-weight: normal;}
.mtiGVFormPager a:hover, .mtiGVFormPager a:active{ color: #0048C0;text-decoration: underline;}

.mtiGVFormPager td .SelectedPage {font-weight: bold;font-size: 14px;padding: 0px 3px 0px 0px;}
.mtiGVFormPager td .NonSelectedPage{font-size: 11px;padding: 0px 3px 1px 0px;}
.mtiGVFormPager .navTable {margin-top:5px;width: 100%;text-align: left;border-collapse:collapse;}
.mtiGVFormPager .navTable td {border:solid 0px transparent; vertical-align:middle;}
/* END mtiGVForm STYLES */























.uploader_button_style:hover
{
    text-decoration: underline;
}

.uploader_button_style
{
    font-size: 11px;
    vertical-align: middle;
    border-right: #a0c6e5 1px solid;
    border-top: #a0c6e5 1px solid;
    border-left: #a0c6e5 1px solid; 
    width: 80px;
    border-bottom: #a0c6e5 1px solid; 
    background-color: #dbeaf5;
}
.uploader_delete_button_style
{
    font-size: 11px;
    vertical-align: middle;
    border-right: #a0c6e5 1px solid;
    border-top: #a0c6e5 1px solid;
    border-left: #a0c6e5 1px solid;
    border-bottom: #a0c6e5 1px solid; 
    background-color: #dbeaf5;
}


